mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man: pvs -o ba_start,ba_size -> pv_ba_start,pv_ba_size
This commit is contained in:
parent
83fb622598
commit
9b1834f075
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user