From 48d9a74d161d3745b347874ea52ff2912f3ec1b4 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 4 Jan 2008 11:48:40 +0000 Subject: [PATCH] Update --uuid argument description in man pages. --- WHATS_NEW | 1 + man/pvchange.8 | 6 +++++- man/pvcreate.8 | 1 + man/vgchange.8 | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index ba753512d..c88d981ac 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ 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) Extend lvconvert to use polldaemon. Add support for stacked mirrors. diff --git a/man/pvchange.8 b/man/pvchange.8 index f8b6f702b..b06e23880 100644 --- a/man/pvchange.8 +++ b/man/pvchange.8 @@ -8,7 +8,8 @@ pvchange \- change attributes of a physical volume [\-\-deltag Tag] [\-h/\-?/\-\-help] [\-t/\-\-test] -[\-v/\-\-verbose] [\-a/\-\-all] [\-x/\-\-allocatable y/n] [PhysicalVolumePath...] +[\-v/\-\-verbose] [\-a/\-\-all] [\-x/\-\-allocatable y/n] +[\-u/\-\-uuid] [PhysicalVolumePath...] .SH DESCRIPTION pvchange allows you to change the allocation permissions of one or more physical volumes. @@ -19,6 +20,9 @@ See \fBlvm\fP for common options. If PhysicalVolumePath is not specified on the command line all physical volumes are searched for and used. .TP +.I \-u, \-\-uuid +Generate new random UUID for specified physical volumes. +.TP .I \-x, \-\-allocatable y/n Enable or disable allocation of physical extents on this physical volume. .SH Example diff --git a/man/pvcreate.8 b/man/pvcreate.8 index 526aea0b9..8d2bb4975 100644 --- a/man/pvcreate.8 +++ b/man/pvcreate.8 @@ -15,6 +15,7 @@ pvcreate \- initialize a disk or partition for use by LVM .RB [ \-\-metadatasize size ] .RB [ \-\-restorefile file ] .RB [ \-\-setphysicalvolumesize size ] +.RB [ \-u | \-\-uuid uuid ] .RB [ \-\-version ] .RB [ \-Z | \-\-zero y/n ] .IR PhysicalVolume " [" PhysicalVolume ...] diff --git a/man/vgchange.8 b/man/vgchange.8 index 4274c39d0..978020d48 100644 --- a/man/vgchange.8 +++ b/man/vgchange.8 @@ -11,6 +11,7 @@ vgchange \- change attributes of a volume group .RB [ \-a | \-\-available " [e|l] {" y | n }] .RB [ \-\-monitor " {" y | n }] .RB [ \-c | \-\-clustered " {" y | n }] +.RB [ \-u | \-\-uuid ] .RB [ \-d | \-\-debug] .RB [ \-\-deltag .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 are not marked as clustered. .TP +.BR \-u ", " \-\-uuid +Generate new random UUID for specified Volume Groups. +.TP .BR \-\-monitor " " { y | n } Controls whether or not a mirrored logical volume is monitored by dmeventd, if it is installed. -- 2.43.5