mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update lists of attribute characters in man pages.
Change cling alloc policy attribute character from 'C' to l'.
This commit is contained in:
parent
5d06515c0b
commit
b4fb5226c0
@ -1,5 +1,7 @@
|
||||
Version 2.02.25 -
|
||||
=================================
|
||||
Update lists of attribute characters in man pages.
|
||||
Change cling alloc policy attribute character from 'C' to l'.
|
||||
Fix creation and conversion of mirrors with tags.
|
||||
Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
|
||||
Split metadata areas in vgsplit properly.
|
||||
|
@ -49,7 +49,7 @@ static char _alloc_policy_char(alloc_policy_t alloc)
|
||||
case ALLOC_CONTIGUOUS:
|
||||
return 'c';
|
||||
case ALLOC_CLING:
|
||||
return 'C';
|
||||
return 'l';
|
||||
case ALLOC_NORMAL:
|
||||
return 'n';
|
||||
case ALLOC_ANYWHERE:
|
||||
|
@ -51,7 +51,7 @@ invalid (S)napshot, (v)irtual
|
||||
.IP 2 3
|
||||
Permissions: (w)riteable, (r)ead-only
|
||||
.IP 3 3
|
||||
Allocation policy: (c)ontiguous, (n)ormal, (a)nywhere, (i)nherited
|
||||
Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere, (i)nherited
|
||||
This is capitalised if the volume is currently locked against allocation
|
||||
changes, for example during \fBpvmove\fP (8).
|
||||
.IP 4 3
|
||||
|
19
man/vgs.8
19
man/vgs.8
@ -36,9 +36,24 @@ vg_free_count, max_lv, max_pv, pv_count, lv_count, snap_count, vg_seqno,
|
||||
vg_tags.
|
||||
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. The vg_attr bits are: (w)riteable, (r)eadonly,
|
||||
resi(z)eable, e(x)ported, (p)artial and (c)lustered.
|
||||
at the same time.
|
||||
Use \fb-o help\fP to view the full list of fields available.
|
||||
.IP
|
||||
The vg_attr bits are:
|
||||
.RS
|
||||
.IP 1 3
|
||||
Permissions: (w)riteable, (r)ead-only
|
||||
.IP 2 3
|
||||
Resi(z)eable
|
||||
.IP 3 3
|
||||
E(x)ported
|
||||
.IP 4 3
|
||||
(p)artial
|
||||
.IP 5 3
|
||||
Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere, (i)nherited
|
||||
.IP 6 3
|
||||
(c)lustered
|
||||
.RE
|
||||
.TP
|
||||
.I \-O, \-\-sort
|
||||
Comma-separated ordered list of columns to sort by. Replaces the default
|
||||
|
Loading…
Reference in New Issue
Block a user