Bug #296
Field width too small in onehost
Status: | Closed | Start date: | 07/24/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: |
Description
The width for displaying the memory fields (TMEM, FMEM) in onehost list is way too small, cutting the value to the most significant 7 digits! Machines with more than 10G are not unusual nowadays ;-)
Another possibility would be to convert the bytes value to MB for instance...
Didn't check what happens in the MEM field of "onevm list", but that one also seems limited to 7 digits.
Thanks
Related issues
Associated revisions
History
#1 Updated by Ruben S. Montero almost 11 years ago
- Status changed from New to Closed
- Resolution set to duplicate
Our current approach to solve this is to "humanize" the value of memory using M,G suffixes... Closing this as it duplicates #182.
Thanks for the feedback!