[Bugs] [Bug 1500653] Size unit should be written as GiB/TiB/MiB notation.
bugzilla at redhat.com
bugzilla at redhat.com
Wed Oct 11 09:42:04 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1500653
Amar Tumballi <atumball at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Amar Tumballi <atumball at redhat.com> ---
Document URL:
Size unit should be written as GiB/TiB/MiB (binary prefix) notation.
For example,
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.2/html/administration_guide/sect-limiting_disk_usage
~~~
gluster volume quota data limit-usage /dir 100GB
~~~
The actual implementation is GiB(binary prefix).
c.f.
https://github.com/gluster/glusterfs/blob/master/libglusterfs/src/common-utils.h
Version-Release number of selected component (if applicable):
Current
How reproducible:
Always
Actual results:
The wrong notation causes unnecessary question to support team or our customers
will be confused which unit system is used.
Expected results:
The all size notation should be written as binary prefix because its current
implementation.
c.f. http://physics.nist.gov/cuu/Units/binary.html
Additional info:
In current, common-utils.h or other section uses binary prefix.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list