Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mogadm: improve "device list" formatting
With multi-terabyte disks being commong nowadays, the formatting of "mogadm device list" output has become cramped and hard-to-read. Additionally, right justifying numeric values makes identifying order-of-magnitude differences between rows easier: before: used(G) free(G) total(G) weight(%) dev11: alive 1267.246 1483.296 2750.542 100 dev2: alive 1196.321 637.334 1833.655 100 dev5: alive 1220.643 154.568 1375.211 100 dev6: alive 2072.875 677.667 2750.542 100 dev7: alive 995.188 380.022 1375.211 100 after: used(G) free(G) total(G) weight(%) dev11: alive 1267.246 1483.296 2750.542 100 dev2: alive 1196.321 637.334 1833.655 100 dev5: alive 1220.643 154.568 1375.211 100 dev6: alive 2072.875 677.667 2750.542 100 dev7: alive 995.188 380.022 1375.211 100
- Loading branch information