Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / man / pvchange.8.in
blob00c94a6c3145749a988416bc365314df4aa3ffb5
1 .TH PVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2 .SH NAME
3 pvchange \- change attributes of a physical volume
4 .SH SYNOPSIS
5 .B pvchange
6 [\-\-addtag Tag]
7 [\-A|\-\-autobackup y|n] [\-d|\-\-debug] 
8 [\-\-deltag Tag]
9 [\-h|\-?|\-\-help]
10 [\-t|\-\-test]
11 [\-v|\-\-verbose] [\-a|\-\-all] [\-x|\-\-allocatable y|n]
12 [\-u|\-\-uuid] [PhysicalVolumePath...]
13 .SH DESCRIPTION
14 pvchange allows you to change the allocation permissions of one or
15 more physical volumes.
16 .SH OPTIONS
17 See \fBlvm\fP for common options.
18 .TP
19 .I \-a, \-\-all
20 If PhysicalVolumePath is not specified on the command line all
21 physical volumes are searched for and used.
22 .TP
23 .I \-u, \-\-uuid
24 Generate new random UUID for specified physical volumes.
25 .TP
26 .I \-x, \-\-allocatable y|n
27 Enable or disable allocation of physical extents on this physical volume.
28 .SH Example
29 "pvchange -x n /dev/sdk1" disallows the allocation of physical extents
30 on this physical volume (possibly because of disk errors, or because it will
31 be removed after freeing it.
32 .SH SEE ALSO
33 .BR lvm (8), 
34 .BR pvcreate (8)