mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Update --uuid argument description in man pages.
This commit is contained in:
parent
8a77dd46ca
commit
48d9a74d16
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.30 -
|
Version 2.02.30 -
|
||||||
===================================
|
===================================
|
||||||
|
Update --uuid argument description in man pages.
|
||||||
Fix vgreduce PV list processing not to process every PV in the VG. (2.02.29)
|
Fix vgreduce PV list processing not to process every PV in the VG. (2.02.29)
|
||||||
Extend lvconvert to use polldaemon.
|
Extend lvconvert to use polldaemon.
|
||||||
Add support for stacked mirrors.
|
Add support for stacked mirrors.
|
||||||
|
@ -8,7 +8,8 @@ pvchange \- change attributes of a physical volume
|
|||||||
[\-\-deltag Tag]
|
[\-\-deltag Tag]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h/\-?/\-\-help]
|
||||||
[\-t/\-\-test]
|
[\-t/\-\-test]
|
||||||
[\-v/\-\-verbose] [\-a/\-\-all] [\-x/\-\-allocatable y/n] [PhysicalVolumePath...]
|
[\-v/\-\-verbose] [\-a/\-\-all] [\-x/\-\-allocatable y/n]
|
||||||
|
[\-u/\-\-uuid] [PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
pvchange allows you to change the allocation permissions of one or
|
pvchange allows you to change the allocation permissions of one or
|
||||||
more physical volumes.
|
more physical volumes.
|
||||||
@ -19,6 +20,9 @@ See \fBlvm\fP for common options.
|
|||||||
If PhysicalVolumePath is not specified on the command line all
|
If PhysicalVolumePath is not specified on the command line all
|
||||||
physical volumes are searched for and used.
|
physical volumes are searched for and used.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-u, \-\-uuid
|
||||||
|
Generate new random UUID for specified physical volumes.
|
||||||
|
.TP
|
||||||
.I \-x, \-\-allocatable y/n
|
.I \-x, \-\-allocatable y/n
|
||||||
Enable or disable allocation of physical extents on this physical volume.
|
Enable or disable allocation of physical extents on this physical volume.
|
||||||
.SH Example
|
.SH Example
|
||||||
|
@ -15,6 +15,7 @@ pvcreate \- initialize a disk or partition for use by LVM
|
|||||||
.RB [ \-\-metadatasize size ]
|
.RB [ \-\-metadatasize size ]
|
||||||
.RB [ \-\-restorefile file ]
|
.RB [ \-\-restorefile file ]
|
||||||
.RB [ \-\-setphysicalvolumesize size ]
|
.RB [ \-\-setphysicalvolumesize size ]
|
||||||
|
.RB [ \-u | \-\-uuid uuid ]
|
||||||
.RB [ \-\-version ]
|
.RB [ \-\-version ]
|
||||||
.RB [ \-Z | \-\-zero y/n ]
|
.RB [ \-Z | \-\-zero y/n ]
|
||||||
.IR PhysicalVolume " [" PhysicalVolume ...]
|
.IR PhysicalVolume " [" PhysicalVolume ...]
|
||||||
|
@ -11,6 +11,7 @@ vgchange \- change attributes of a volume group
|
|||||||
.RB [ \-a | \-\-available " [e|l] {" y | n }]
|
.RB [ \-a | \-\-available " [e|l] {" y | n }]
|
||||||
.RB [ \-\-monitor " {" y | n }]
|
.RB [ \-\-monitor " {" y | n }]
|
||||||
.RB [ \-c | \-\-clustered " {" y | n }]
|
.RB [ \-c | \-\-clustered " {" y | n }]
|
||||||
|
.RB [ \-u | \-\-uuid ]
|
||||||
.RB [ \-d | \-\-debug]
|
.RB [ \-d | \-\-debug]
|
||||||
.RB [ \-\-deltag
|
.RB [ \-\-deltag
|
||||||
.IR Tag ]
|
.IR Tag ]
|
||||||
@ -70,6 +71,9 @@ If the cluster infrastructure is unavailable on a particular node at a
|
|||||||
particular time, you may still be able to use Volume Groups that
|
particular time, you may still be able to use Volume Groups that
|
||||||
are not marked as clustered.
|
are not marked as clustered.
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-u ", " \-\-uuid
|
||||||
|
Generate new random UUID for specified Volume Groups.
|
||||||
|
.TP
|
||||||
.BR \-\-monitor " " { y | n }
|
.BR \-\-monitor " " { y | n }
|
||||||
Controls whether or not a mirrored logical volume is monitored by
|
Controls whether or not a mirrored logical volume is monitored by
|
||||||
dmeventd, if it is installed.
|
dmeventd, if it is installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user