1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Peter Rajnoha 00d53d5fc1 config: add report/compact_output lvm.conf setting to enable or isable field compacting
$ lvm dumpconfig report/compact_output
compact_output=0

$ lvs vg
  LV    VG   Attr       LSize Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  lvol0 vg   owi-a-s--- 4.00m
  lvol1 vg   -wi-a----- 4.00m
  lvol2 vg   swi-a-s--- 4.00m      lvol0  0.00

$ lvm dumpconfig report/compact_output
compact_output=1

$ lvs vg
  LV    VG   Attr       LSize Origin Data%
  lvol0 vg   owi-a-s--- 4.00m
  lvol1 vg   -wi-a----- 4.00m
  lvol2 vg   swi-a-s--- 4.00m lvol0  0.00
2014-12-05 12:00:28 +01:00
..
2014-11-13 17:49:42 +01:00
2008-01-30 14:00:02 +00:00
2014-11-10 22:05:49 +01:00
2008-01-30 14:00:02 +00:00
2014-09-15 21:33:53 +01:00
2014-10-07 01:15:43 +01:00
2014-11-13 17:49:42 +01:00
2014-01-30 13:09:15 +00:00
2013-07-01 23:11:14 +02:00
2014-03-30 23:44:59 +02:00
2014-07-03 19:06:04 +01:00
2014-10-07 01:15:43 +01:00