You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use actual bytes to configure the allocation unit, and allow autodetection.
Summary
As explained in the comments for #minimum_disk_space_used, the configuration of the disk space calculator uses 8-byte units. This is very confusing. We should also follow-up on the other TODOs in that comment.
Expected Behavior
Allocation unit configuration can be set to actual block size in bytes, or nil for autodetection.
Current Behavior
Size needs to be set in units of 8 bytes.
Context & Motivation
This will make the disk usage feature easier to use, especially if autodetection can be achieved.
The text was updated successfully, but these errors were encountered:
mvz
changed the title
Fix configuration for disk usage calculation
Improve configuration for disk usage calculation
Feb 5, 2018
We should use actual bytes to configure the allocation unit, and allow autodetection.
Summary
As explained in the comments for
#minimum_disk_space_used
, the configuration of the disk space calculator uses 8-byte units. This is very confusing. We should also follow-up on the other TODOs in that comment.Expected Behavior
Allocation unit configuration can be set to actual block size in bytes, or nil for autodetection.
Current Behavior
Size needs to be set in units of 8 bytes.
Context & Motivation
This will make the disk usage feature easier to use, especially if autodetection can be achieved.
The text was updated successfully, but these errors were encountered: