]> sourceware.org Git - lvm2.git/commit
Add an "all" field which expands to all fields of the report type.
authorAlasdair Kergon <agk@redhat.com>
Sat, 10 Jan 2009 03:01:35 +0000 (03:01 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sat, 10 Jan 2009 03:01:35 +0000 (03:01 +0000)
commit1f1aaf43eaa7f8583f9e0e1a40efc86ad781e0d2
treeb1c300793241c28b1799601d66b700c1855b110b
parent219b480da10a3ba3e9763d30ee9839d5e4cf0e50
Add an "all" field which expands to all fields of the report type.

For example in LVM2, "pv_all" gives all PV fields.
"seg_all" gives all LV segment fields.

"all" gives all fields of the final report type.  I think this is more
useful than just adding the current prefix.

So "lvs -o seg_all" gives all the LV segment fields, whilst
"lvs --segments -o all" adds in LV and VG fields too.

"lvs -o all -O vg_name" has report type LVS+VGS so includes all LV and all
VG fields.
WHATS_NEW_DM
libdm/libdm-report.c
This page took 0.042846 seconds and 5 git commands to generate.