Bug #48251
Use proper units for boot environments
Description
Most of the data objects in the app measure data with units like Gib, Mib, etc. We have a search function that works for all the entity tables based on this. one exception is System/Boot Environments, which provides data with K, G, etc. It would be great to have this data provided in the Gib, Mib format, and in time for RC! if at all possible.
Associated revisions
History
#1
Updated by Dru Lavigne over 2 years ago
- Assignee changed from Release Council to William Grzybowski
#2
Updated by William Grzybowski over 2 years ago
- Status changed from Unscreened to Blocked
- Reason for Blocked set to Waiting for feedback
There seems to be a property called "rawspace" which is in bytes (but needs to be converted to an integer instead of string on our side).
It seems rawspace is not accurate either which also has to be fixed.
But can you use that?
#3
Updated by William Grzybowski over 2 years ago
- Status changed from Blocked to Ready for Testing
- Target version changed from Backlog to 11.2-RC1
- Severity changed from New to Low Medium
#4
Updated by Dru Lavigne over 2 years ago
- Subject changed from Data for BootEnv List is provided in Gs, Ms, rather than Gib, Mib, etc to Use proper units for boot environments
- Reason for Blocked deleted (
Waiting for feedback) - Needs Doc changed from Yes to No
- Needs Merging changed from Yes to No
#5
Updated by Jeff Ervin over 2 years ago
- File Screenshot-2018-9-28 FreeNAS - 10 231 4 231(1).png Screenshot-2018-9-28 FreeNAS - 10 231 4 231(1).png added
- Status changed from Ready for Testing to Failed Testing
Test Failed FreeNAS-11.2-MASTER-201809280853
(See Screenshot)
#6
Updated by William Grzybowski over 2 years ago
- Status changed from Failed Testing to Ready for Testing
This ticket is not for UI, its for middleware, its written in Category.
For middleware you have to check API
in this case:
midclt call bootenv.query
Check rawspace attribute
#7
Updated by Jeff Ervin over 2 years ago
- File Screenshot-2018-9-28 FreeNAS - 10 231 4 231(4).png Screenshot-2018-9-28 FreeNAS - 10 231 4 231(4).png added
- Status changed from Ready for Testing to Passed Testing
- Needs QA changed from Yes to No
Test Passed FreeNAS-11.2-MASTER-201809280853
#8
Updated by Dru Lavigne over 2 years ago
- Status changed from Passed Testing to Done