]> sourceware.org Git - lvm2.git/blame - man/pvchange.8.in
Refer to details of snapshot of raid problem.
[lvm2.git] / man / pvchange.8.in
CommitLineData
5951ef33 1.TH PVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
922ce479
AK
2.SH NAME
3pvchange \- change attributes of a physical volume
4.SH SYNOPSIS
5.B pvchange
c63b155d
ZK
6.RB [ \-\-addtag
7.IR Tag ]
8.RB [ \-A | \-\-autobackup
9.RI { y | n }]
10.RB [ \-d | \-\-debug ]
11.RB [ \-f | \-\-force ]
12.RB [ \-\-deltag
13.IR Tag ]
14.RB [ \-\-metadataignore
15.RI { y | n }]
16.RB [ \-h | \-? | \-\-help ]
17.RB [ \-t | \-\-test ]
18.RB [ \-v | \-\-verbose ]
19.RB [ \-a | \-\-all ]
20.RB [ \-x | \-\-allocatable
21.RI { y | n }]
22.RB [ \-u | \-\-uuid ]
23.RI [ PhysicalVolumePath ...]
922ce479
AK
24.SH DESCRIPTION
25pvchange allows you to change the allocation permissions of one or
26more physical volumes.
27.SH OPTIONS
c63b155d 28See \fBlvm\fP(8) for common options.
922ce479 29.TP
c63b155d 30.BR \-a ", " \-\-all
922ce479
AK
31If PhysicalVolumePath is not specified on the command line all
32physical volumes are searched for and used.
33.TP
c63b155d 34.BR \-\-metadataignore " {" \fIy | \fIn }
8c013d78
DW
35Ignore or un-ignore metadata areas on this physical volume.
36If metadata areas on a physical volume are ignored, LVM will
37not not store metadata in the metadata areas present on this Physical
38Volume.
39.TP
c63b155d 40.BR \-u ", " \-\-uuid
48d9a74d
MB
41Generate new random UUID for specified physical volumes.
42.TP
c63b155d 43.BR \-x ", " \-\-allocatable " {" \fIy | \fIn }
922ce479
AK
44Enable or disable allocation of physical extents on this physical volume.
45.SH Example
c63b155d
ZK
46Disallows the allocation of physical extents on this physical volume
47(possibly because of disk errors, or because it will be removed after
48freeing it:
49.sp
50.B pvchange -x n /dev/sdk1
922ce479 51.SH SEE ALSO
2f8e0473 52.BR lvm (8),
922ce479 53.BR pvcreate (8)
This page took 0.078373 seconds and 5 git commands to generate.