summaryrefslogtreecommitdiffstats
path: root/man/vgs.8.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-01-09 22:44:33 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-01-09 22:44:33 +0000
commite9f57f2bebeb39af2c697fda2e9bdd1d8c6015f5 (patch)
tree6211f7586ef2cfad3eb0427b85784faace4c4e31 /man/vgs.8.in
parent0ce31ccc15e56b961b2f803fd9917af7c569920d (diff)
downloadlvm2-e9f57f2bebeb39af2c697fda2e9bdd1d8c6015f5.tar.gz
lvm2-e9f57f2bebeb39af2c697fda2e9bdd1d8c6015f5.tar.xz
lvm2-e9f57f2bebeb39af2c697fda2e9bdd1d8c6015f5.zip
Add pv_mda_size to 'pvs' and vg_mda_size to 'vgs'.
Reports the size of the smallest metadata area in a PV or a VG. Useful to confirm pvcreate --metadatasize or pvmetadatasize setting in /etc/lvm/lvm.conf file. NOTE: Actual value in these fields will most always differ from that given in pvcreate options due to rounding and alignment effects.
Diffstat (limited to 'man/vgs.8.in')
-rw-r--r--man/vgs.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/vgs.8.in b/man/vgs.8.in
index 29e61e4b..0ae5c7b9 100644
--- a/man/vgs.8.in
+++ b/man/vgs.8.in
@@ -33,7 +33,7 @@ Comma-separated ordered list of columns. Precede the list with '+' to append
to the default selection of columns. Column names are: vg_fmt, vg_uuid,
vg_name, vg_attr, vg_size, vg_free, vg_sysid, vg_extent_size, vg_extent_count,
vg_free_count, max_lv, max_pv, pv_count, lv_count, snap_count, vg_seqno,
-vg_tags.
+vg_tags, vg_mda_count, vg_mda_free, and vg_mda_size.
Any "vg_" prefixes are optional. Columns mentioned in either \fBpvs (8)\fP
or \fBlvs (8)\fP can also be chosen, but columns cannot be taken from both
at the same time.