2008-10-08 16:50:13 +04:00
.TH PVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2002-01-04 23:35:19 +03:00
.SH NAME
pvchange \- change attributes of a physical volume
.SH SYNOPSIS
.B pvchange
2004-03-22 18:08:50 +03:00
[\- \- addtag Tag]
2008-11-12 18:01:35 +03:00
[\- A|\- \- autobackup y|n] [\- d|\- \- debug]
2010-07-07 23:14:57 +04:00
[\- f|\- \- force]
2004-03-22 18:08:50 +03:00
[\- \- deltag Tag]
2010-06-29 00:34:12 +04:00
[\- \- metadataignore y|n]
2008-11-12 18:01:35 +03:00
[\- h|\- ?|\- \- help]
[\- t|\- \- test]
[\- v|\- \- verbose] [\- a|\- \- all] [\- x|\- \- allocatable y|n]
[\- u|\- \- uuid] [PhysicalVolumePath...]
2002-01-04 23:35:19 +03:00
.SH DESCRIPTION
pvchange allows you to change the allocation permissions of one or
more physical volumes.
.SH OPTIONS
See \fB lvm\fP for common options.
.TP
.I \- a, \- \- all
If PhysicalVolumePath is not specified on the command line all
physical volumes are searched for and used.
.TP
2010-07-13 19:04:23 +04:00
.I \- \- metadataignore " y|n"
Ignore or un-ignore metadata areas on this physical volume.
If metadata areas on a physical volume are ignored, LVM will
not not store metadata in the metadata areas present on this Physical
Volume.
.TP
2008-01-04 14:48:40 +03:00
.I \- u, \- \- uuid
Generate new random UUID for specified physical volumes.
.TP
2008-11-12 18:01:35 +03:00
.I \- x, \- \- allocatable y|n
2002-01-04 23:35:19 +03:00
Enable or disable allocation of physical extents on this physical volume.
.SH Example
"pvchange -x n /dev/sdk1" disallows the allocation of physical extents
on this physical volume (possibly because of disk errors, or because it will
be removed after freeing it.
.SH SEE ALSO
2010-06-29 00:34:12 +04:00
.BR lvm (8),
2002-01-04 23:35:19 +03:00
.BR pvcreate (8)