Code Change Request

# 28059

Back to Code Changes

Christopher
Technical Support
StableBit DrivePool
Public
Alex

* [D] [Issue #28059] Bytes per sector will now be reported based on what individual pool parts report.
                     This fixes compatibility with 4K drives (that don't emulate 512 bytes per sector) and applications that perform unbuffered 
                     (non-cached) I/O on the pool.
    - If CoveFs_ForceSectors512 is set to true, then 512 bytes per sector will always be reported.
    - If CoveFs_ForceSectors4K is set to true, then 4096 bytes per sector will always be reported.
    - Otherwise, on each query, each pool part will be asked for its bytes per sector and the largest 
      value will be reported for the pool (only 512 and 4096 bytes per sector are supported).