import source from lvm2 2.02.79
[external/device-mapper.git] / man / pvchange.8.in
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 [\-f|\-\-force]
9 [\-\-deltag Tag]
10 [\-\-metadataignore y|n]
11 [\-h|\-?|\-\-help]
12 [\-t|\-\-test]
13 [\-v|\-\-verbose] [\-a|\-\-all] [\-x|\-\-allocatable y|n]
14 [\-u|\-\-uuid] [PhysicalVolumePath...]
15 .SH DESCRIPTION
16 pvchange allows you to change the allocation permissions of one or
17 more physical volumes.
18 .SH OPTIONS
19 See \fBlvm\fP for common options.
20 .TP
21 .I \-a, \-\-all
22 If PhysicalVolumePath is not specified on the command line all
23 physical volumes are searched for and used.
24 .TP
25 .I \-\-metadataignore " y|n"
26 Ignore or un-ignore metadata areas on this physical volume.
27 If metadata areas on a physical volume are ignored, LVM will
28 not not store metadata in the metadata areas present on this Physical
29 Volume.
30 .TP
31 .I \-u, \-\-uuid
32 Generate new random UUID for specified physical volumes.
33 .TP
34 .I \-x, \-\-allocatable y|n
35 Enable or disable allocation of physical extents on this physical volume.
36 .SH Example
37 "pvchange -x n /dev/sdk1" disallows the allocation of physical extents
38 on this physical volume (possibly because of disk errors, or because it will
39 be removed after freeing it.
40 .SH SEE ALSO
41 .BR lvm (8),
42 .BR pvcreate (8)