Should report share size in GiB instead of GB
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
manila-ui |
Fix Released
|
Low
|
Richard Hagarty |
Bug Description
Data size on storage devices is typically measured in GiB (2^30), and not GB (10^9).
The Cinder community has addressed this issue by changing all of their CLI and Horizon panels to use "GiB"
(see https:/
The manila-ui should follow suit. This would require label changes to the following panels:
Project -> Shares -> Shares -> Create Share
Project -> Shares -> Shares -> Extend Share
Project -> Shares -> Shares -> table column
Project -> Shares -> Shares -> share detail page
Project -> Shares -> Shares -> Create Share Snaphot
Project -> Shares -> Snapshots -> table column
Project -> Shares -> Snapshots -> snapshot detail page
Admin -> Shares -> Shares -> table column
Admin -> Shares -> Shares -> share detail page
Admin -> Shares -> Snapshots -> table column
Admin -> Shares -> Snapshots -> snapshot detail page
Changed in manila-ui: | |
assignee: | nobody → Richard Hagarty (richard-hagarty) |
Changed in manila-ui: | |
status: | New → In Progress |
Changed in manila-ui: | |
status: | Fix Committed → Fix Released |
I agree GiB (2^30) is better than 10^9