]> sourceware.org Git - lvm2.git/blame - man/lvchange.8.in
Refer to details of snapshot of raid problem.
[lvm2.git] / man / lvchange.8.in
CommitLineData
5951ef33 1.TH LVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
922ce479
AK
2.SH NAME
3lvchange \- change attributes of a logical volume
4.SH SYNOPSIS
5.B lvchange
c63b155d
ZK
6.RB [ \-\-addtag
7.IR Tag ]
8.RB [ \-A | \-\-autobackup
9.RI { y | n }]
10.RB [ \-a | \-\-available
11.RI [ e | l ]{ y | n }]
12.RB [ \-\-alloc
13.IR AllocationPolicy ]
14.RB [ \-C | \-\-contiguous
15.RI { y | n }]
16.RB [ \-d | \-\-debug ]
17.RB [ \-\-deltag
18.IR Tag ]
19.RB [ \-\-resync ]
20.RB [ \-h | \-? | \-\-help ]
21.RB [ \-\-ignorelockingfailure ]
22.RB [ \-\-ignoremonitoring ]
23.RB [ \-\-monitor
24.RI { y | n }]
25.RB [ \-\-poll
26.RI { y | n }]
27.RB [ \-\-sysinit ]
28.RB [ \-\-noudevsync ]
29.RB [ \-M | \-\-persistent
30.RI { y | n }]
31.RB [ \-\-minor
32.IR minor ]
33.RB [ \-P | \-\-partial ]
34.RB [ \-p | \-\-permission
35.RI { r | rw }]
36.RB [ \-r | \-\-readahead
37.RI { ReadAheadSectors | auto | none }]
38.RB [ \-\-refresh ]
39.RB [ \-t | \-\-test ]
40.RB [ \-v | \-\-verbose]
41.I LogicalVolumePath
42.RI [ LogicalVolumePath ...]
922ce479 43.SH DESCRIPTION
d6cf4325
AK
44lvchange allows you to change the attributes of a logical volume
45including making them known to the kernel ready for use.
922ce479 46.SH OPTIONS
c63b155d 47See \fBlvm\fP(8) for common options.
922ce479 48.TP
c63b155d 49.BR \-a ", " \-\-available " [" \fIe | \fIl ]{ \fIy | \fIn }
922ce479 50Controls the availability of the logical volumes for use.
d6cf4325 51Communicates with the kernel device-mapper driver via
c63b155d 52libdevmapper to activate (\-ay) or deactivate (\-an) the
d6cf4325
AK
53logical volumes.
54.IP
b2d6cb06 55If clustered locking is enabled, -aey will activate exclusively
d6cf4325
AK
56on one node and -aly will activate only on the local node.
57To deactivate only on the local node use -aln.
c63b155d 58Logical volumes with single-host snapshots are always activated
d6cf4325 59exclusively because they can only be used on one node at once.
922ce479 60.TP
c63b155d 61.BR \-C ", " \-\-contiguous " {" \fIy | \fIn }
5a52dca9 62Tries to set or reset the contiguous allocation policy for
922ce479
AK
63logical volumes. It's only possible to change a non-contiguous
64logical volume's allocation policy to contiguous, if all of the
65allocated physical extents are already contiguous.
66.TP
c63b155d 67.B \-\-resync
b23f88bf
AK
68Forces the complete resynchronization of a mirror. In normal
69circumstances you should not need this option because synchronization
70happens automatically. Data is read from the primary mirror device
71and copied to the others, so this can take a considerable amount of
72time - and during this time you are without a complete redundant copy
73of your data.
04e023be 74.TP
c63b155d 75.B \-\-minor \fIminor
5a52dca9
AK
76Set the minor number.
77.TP
c63b155d 78.BR \-\-monitor " {" \fIy | \fIn }
a6bc975a 79Start or stop monitoring a mirrored or snapshot logical volume with
9380176b
AK
80dmeventd, if it is installed.
81If a device used by a monitored mirror reports an I/O error,
c63b155d 82the failure is handled according to
9380176b
AK
83\fBmirror_image_fault_policy\fP and \fBmirror_log_fault_policy\fP
84set in \fBlvm.conf\fP.
48432c88 85.TP
c63b155d 86.BR \-\-poll " {" \fIy | \fIn }
f407c8af
MS
87Without polling a logical volume's backgrounded transformation process
88will never complete. If there is an incomplete pvmove or lvconvert (for
c63b155d 89example, on rebooting after a crash), use \fB\-\-poll y\fP to restart the
f407c8af 90process from its last checkpoint. However, it may not be appropriate to
c63b155d
ZK
91immediately poll a logical volume when it is activated, use
92\fB\-\-poll n\fP to defer and then \fB\-\-poll y\fP to restart the process.
7a8fa6aa 93.TP
c63b155d
ZK
94.B \-\-sysinit
95Indicates that \fBlvchange\fP(8) is being invoked from early system
96initialisation scripts (e.g. rc.sysinit or an initrd),
97before writeable filesystems are available. As such,
98some functionality needs to be disabled and this option
d50c6d4b 99acts as a shortcut which selects an appropriate set of options. Currently
c63b155d
ZK
100this is equivalent to using \fB\-\-ignorelockingfailure\fP,
101\fB\-\-ignoremonitoring\fP, \fB\-\-poll n\fP and setting
102\fBLVM_SUPPRESS_LOCKING_FAILURE_MESSAGES\fP
d50c6d4b
PR
103environment variable.
104.TP
c63b155d 105.B \-\-noudevsync
b42929dc
AK
106Disable udev synchronisation. The
107process will not wait for notification from udev.
108It will continue irrespective of any possible udev processing
109in the background. You should only use this if udev is not running
110or has rules that ignore the devices LVM2 creates.
111.TP
c63b155d
ZK
112.B \-\-ignoremonitoring
113Make no attempt to interact with dmeventd unless \fB\-\-monitor\fP
53c774b9
AK
114is specified.
115Do not use this if dmeventd is already monitoring a device.
116.TP
c63b155d 117.BR \-M ", " \-\-persistent " {" \fIy | \fIn }
5a52dca9
AK
118Set to y to make the minor number specified persistent.
119.TP
c63b155d 120.BR \-p ", " \-\-permission " {" \fIr | \fIrw }
922ce479
AK
121Change access permission to read-only or read/write.
122.TP
c63b155d 123.BR \-r ", " \-\-readahead " {" \fIReadAheadSectors | \fIauto | \fInone }
b4068515
AK
124Set read ahead sector count of this logical volume.
125For volume groups with metadata in lvm1 format, this must
b680c5c6 126be a value between 2 and 120 sectors.
b4068515
AK
127The default value is "auto" which allows the kernel to choose
128a suitable value automatically.
129"None" is equivalent to specifying zero.
d6cf4325 130.TP
c63b155d 131.B \-\-refresh
d6cf4325
AK
132If the logical volume is active, reload its metadata.
133This is not necessary in normal operation, but may be useful
c63b155d 134if something has gone wrong or if you're doing clustering
d6cf4325 135manually without a clustered lock manager.
922ce479 136.SH Examples
c63b155d
ZK
137Changes the permission on volume lvol1 in volume group vg00 to be read-only:
138.sp
139.B lvchange -pr vg00/lvol1
922ce479 140.SH SEE ALSO
c63b155d 141.BR lvm (8),
d6cf4325
AK
142.BR lvcreate (8),
143.BR vgchange (8)
This page took 0.194739 seconds and 5 git commands to generate.