Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / lvm2 / dist / man / pvchange.8
1 .\"    $NetBSD: pvchange.8,v 1.2 2009/02/18 12:16:13 haad Exp $
2 .\"
3 .TH PVCHANGE 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
4 .SH NAME
5 pvchange \- change attributes of a physical volume
6 .SH SYNOPSIS
7 .B pvchange
8 [\-\-addtag Tag]
9 [\-A|\-\-autobackup y|n] [\-d|\-\-debug] 
10 [\-\-deltag Tag]
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 \-u, \-\-uuid
26 Generate new random UUID for specified physical volumes.
27 .TP
28 .I \-x, \-\-allocatable y|n
29 Enable or disable allocation of physical extents on this physical volume.
30 .SH Example
31 "pvchange -x n /dev/sdk1" disallows the allocation of physical extents
32 on this physical volume (possibly because of disk errors, or because it will
33 be removed after freeing it.
34 .SH SEE ALSO
35 .BR lvm (8), 
36 .BR pvcreate (8)