Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reported Data bytes Read/Written on SSDs
This value is reported in thousands (i.e., a value of 1 corresponds to 1000 units of 512 bytes written) and is rounded up. When the LBA size is a value other than 512 bytes, the controller shall convert the amount of data written to 512 byte units. Current code is using 1024 instead of 1000. Signed-off-by: tekert <[email protected]>
- Loading branch information