1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
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
..
config_settings.h config: add report/compact_output lvm.conf setting to enable or isable field compacting 2014-12-05 12:00:28 +01:00
config.c cleanup: never return uninitialized buffer 2014-08-26 14:13:06 +02:00
config.h cleanup: use unsigned 1bit elements 2014-08-26 14:13:06 +02:00
defaults.h config: add report/compact_output lvm.conf setting to enable or isable field compacting 2014-12-05 12:00:28 +01:00