]> 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)
commitffa1b19e26c5456c9df84d12311597e969fc40d2
treeb1c300793241c28b1799601d66b700c1855b110b
parent6f98b140a8cb358219b4f6a2f9cd1e1a35f3863d
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.039267 seconds and 5 git commands to generate.