sebastiangraf / jSCSI

A Java iSCSI Framework
http://jscsi.org
BSD 3-Clause "New" or "Revised" License
60 stars 28 forks source link

allowing different block size for storage modules #33

Closed chliang71 closed 7 years ago

chliang71 commented 7 years ago

This commit changes IStorageModule to allow its implementations to have varying block sizes, instead of having a hard coded value of 512B.

Since the hard coded 512B is removed, also changed existing implementations that depends on this value to have this value internally.