2002-01-04 23:35:19 +03:00
.TH LVCHANGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
.SH NAME
lvchange \- change attributes of a logical volume
.SH SYNOPSIS
.B lvchange
[\- A/\- \- autobackup y/n] [\- a/\- \- available y/n]
[\- C/\- \- contiguous y/n] [\- d/\- \- debug] [\- h/\- ?/\- \- help]
2002-11-18 17:04:08 +03:00
[\- \- ignorelockingfailure]
[\- M/\- \- persistent y/n] [\- \- minor minor]
[\- P/\- \- partial y/n]
2002-01-04 23:35:19 +03:00
[\- p/\- \- permission r/w] [\- r/\- \- readahead ReadAheadSectors]
2002-11-18 17:04:08 +03:00
[\- t/\- \- test]
2002-01-04 23:35:19 +03:00
[\- v/\- \- verbose] LogicalVolumePath [LogicalVolumePath...]
.SH DESCRIPTION
lvchange allows you to change the attributes of a logical volume.
.SH OPTIONS
See \fB lvm\fP for common options.
.TP
.I \- a, \- \- available y/n
Controls the availability of the logical volumes for use.
This is (among others) useful for changing the logical volume's name
( see
.B lvrename(8)
) safely.
.TP
.I \- C, \- \- contiguous y/n
2002-11-18 17:04:08 +03:00
Tries to set or reset the contiguous allocation policy for
2002-01-04 23:35:19 +03:00
logical volumes. It's only possible to change a non-contiguous
logical volume's allocation policy to contiguous, if all of the
allocated physical extents are already contiguous.
.TP
2002-11-18 17:04:08 +03:00
.I \- \- minor minor
Set the minor number.
.TP
.I \- M, \- \- persistent y/n
Set to y to make the minor number specified persistent.
.TP
2002-01-04 23:35:19 +03:00
.I \- p, \- \- permission r/w
Change access permission to read-only or read/write.
.TP
.I \- r, \- \- readahead ReadAheadSectors
Change read ahead sector count per logical between 2 and 120.
2002-11-18 17:04:08 +03:00
Not used by device-mapper.
2002-01-04 23:35:19 +03:00
.SH Examples
2002-11-18 17:04:08 +03:00
"lvchange -x n vg00/lvol1" prevents the allocation of any physical
2002-01-04 23:35:19 +03:00
extents on logical volume lvol1 in volume group vg00.
.SH SEE ALSO
.BR lvm (8),
.BR lvcreate (8)