diff --git a/WHATS_NEW b/WHATS_NEW index 15419bb82..0269839af 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -111,7 +111,7 @@ Version 2.02.99 - Add --withcomments and --withversions switch to lvm dumpconfig. Add --type {current|default|missing|new} and --atversion to lvm dumpconfig. Support automatic config validation and add 'config' section to lvm.conf. - Add pvs -o ba_start,ba_size to report bootloader area start and size. + Add pvs -o pv_ba_start,pv_ba_size to report bootloader area start and size. Add --bootloaderareasize to pvcreate and vgconvert to create a bootloader area. Add PV header extension: extension version, flags and bootloader areas. Initial support for lvconvert of thin external origin. diff --git a/man/pvcreate.8.in b/man/pvcreate.8.in index bd979aa6e..9353c6c34 100644 --- a/man/pvcreate.8.in +++ b/man/pvcreate.8.in @@ -174,7 +174,7 @@ The start of the bootloader area is always aligned, see also \fB--dataalignment\ and \fB--dataalignmentoffset\fP. The bootloader area size may eventually end up increased due to the alignment, but it's never less than the size that is requested. To see the bootloader area start and size of -an existing Physical Volume use \fBpvs -o +ba_start,ba_size\fP. +an existing Physical Volume use \fBpvs -o +pv_ba_start,pv_ba_size\fP. .TP .B \-\-setphysicalvolumesize \fIsize Overrides the automatically-detected size of the PV. Use with care. diff --git a/man/pvs.8.in b/man/pvs.8.in index 7ec724a4f..d1f6e8b99 100644 --- a/man/pvs.8.in +++ b/man/pvs.8.in @@ -63,7 +63,7 @@ and \fB-o pvseg_all\fP to select all Physical Volume segment columns. Use \fB-o help\fP to view the full list of columns available. .IP Column names include: pv_fmt, pv_uuid, dev_size, pv_name, pv_mda_free, -pv_mda_size, ba_start, ba_size, pe_start, pv_size, pv_free, pv_used, +pv_mda_size, pv_ba_start, pv_ba_size, pe_start, pv_size, pv_free, pv_used, pv_attr, pv_pe_count, pv_pe_alloc_count, pv_tags, pv_mda_count, pv_mda_used_count, pvseg_start, and pvseg_size .IP