Allow specification of disk space unit
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:

Bug Clerk January 26, 2024 at 4:17 PM
This issue has now been closed. Comments made after this point may not be viewed by the TrueNAS Teams. Please open a new issue if you have found a problem or need to re-engage with the TrueNAS Engineering Teams.

Ievgen Stepanovych January 26, 2024 at 4:17 PM
Thank you for reporting the issue.
Overall we decided that benefits of being able to select how to you want numbers formatted would not be worth the downsides of adding an option (more UI burden for the option, maintainability).
Not to be Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Labels
Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created March 12, 2020 at 11:14 PM
Updated January 26, 2024 at 4:17 PM
Resolved January 26, 2024 at 4:17 PM
At present the GUI auto-selects the disk space unit used for each dataset and does not align the numbers on the decimal point which makes it difficult to quickly see how much and where space is being used/available:
Pool1 = 5.00 TiB
Dataset1 = 350.00 GiB
Dataset2 = 3.25 TiB
Dataset3 = 4.50 MiB
It would be nice to have the option of specifying the unit to be used, lock that unit across a dataset or even an entire pool, and align on the decimal point to make it easier to see where space is being used:
Pool1 = 5000.000 GiB
Dataset1 = 350.000 GiB
Dataset2 = 3250.000 GiB
Dataset3 = 0.005 GiB
Using this example, it would be very quick and easy to see that Dataset2 is occupying most of the space because the numbers are all displayed using the same unit and the numbers are all aligned on the decimal point.
There may be other places in the GUI where this sort of thing would be applicable, but this particular one would be very helpful.