Description of problem: There are bad unit labels in Context info view on the right side. Also no spaces. How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: 32.00M 55.69G And so on Expected results: 32.00 MB 55.69 GB spaces between numbers and units right units Additional info: This bug report is part of "System Configuration Tools Cleanup Project". Don't hesitate to ask project maintainers for any kind of help.
Created attachment 358074 [details] Proposed patch This can be fixed only when info about logical volume is shown (2MB -> 2 MB). In other cases information which are shown on the right are parsed from *display commands. This output is just split to label + value, we don't possess information which values are size of pv/vg so it cannot be replaced with more human-like values (1.00T is correct name of vg). This will be fixed automatically when tools from lvm2 will change their output (as they are not used anywhere else). Changing their output will broke existing scripts, so it option is dead also. Partially done (lv), partially won't fix (vg+pv).