1
0
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:
Alasdair Kergon 2007-03-27 13:35:33 +00:00
parent 5d06515c0b
commit b4fb5226c0
4 changed files with 21 additions and 4 deletions

View File

@ -1,5 +1,7 @@
Version 2.02.25 - 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 creation and conversion of mirrors with tags.
Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata). Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
Split metadata areas in vgsplit properly. Split metadata areas in vgsplit properly.

View File

@ -49,7 +49,7 @@ static char _alloc_policy_char(alloc_policy_t alloc)
case ALLOC_CONTIGUOUS: case ALLOC_CONTIGUOUS:
return 'c'; return 'c';
case ALLOC_CLING: case ALLOC_CLING:
return 'C'; return 'l';
case ALLOC_NORMAL: case ALLOC_NORMAL:
return 'n'; return 'n';
case ALLOC_ANYWHERE: case ALLOC_ANYWHERE:

View File

@ -51,7 +51,7 @@ invalid (S)napshot, (v)irtual
.IP 2 3 .IP 2 3
Permissions: (w)riteable, (r)ead-only Permissions: (w)riteable, (r)ead-only
.IP 3 3 .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 This is capitalised if the volume is currently locked against allocation
changes, for example during \fBpvmove\fP (8). changes, for example during \fBpvmove\fP (8).
.IP 4 3 .IP 4 3

View File

@ -36,9 +36,24 @@ vg_free_count, max_lv, max_pv, pv_count, lv_count, snap_count, vg_seqno,
vg_tags. vg_tags.
Any "vg_" prefixes are optional. Columns mentioned in either \fBpvs (8)\fP 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 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, at the same time.
resi(z)eable, e(x)ported, (p)artial and (c)lustered.
Use \fb-o help\fP to view the full list of fields available. 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 .TP
.I \-O, \-\-sort .I \-O, \-\-sort
Comma-separated ordered list of columns to sort by. Replaces the default Comma-separated ordered list of columns to sort by. Replaces the default