Imported Upstream version 2.02.79
[platform/upstream/device-mapper.git] / man / lvmconf.8.in
1 .TH "LVMCONF" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
2
3 .SH "NAME"
4 .B lvmconf
5 \- LVM configuration modifier
6
7 .SH "SYNOPSIS"
8 .B lvmconf
9 [\-\-disable-cluster]
10 [\-\-enable-cluster]
11 [\-\-file <configfile>]
12 [\-\-lockinglib <lib>]
13 [\-\-lockinglibdir <dir>]
14
15 .SH "DESCRIPTION"
16 .B lvmconf
17 is a script that modifies the locking configuration in an lvm configuration file. See \fBlvm.conf\fP(5).
18
19 .SH "OPTIONS"
20 .TP
21 .BR \-\-disable-cluster
22 Set \fBlocking_type\fR to the default non-clustered type.
23 .TP
24 .BR \-\-enable-cluster
25 Set \fBlocking_type\fR to the default clustered type on this system.
26 .TP
27 .BR \-\-file " " \fI<configfile>\fR
28 Apply the changes to \fBconfigfile\fR instead of the default \fB#DEFAULT_SYS_DIR#/lvm.conf\fR.
29 .TP
30 .BR \-\-lockinglib " " \fI<lib>\fR
31 Set external \fBlocking_library\fR locking library to load if an external locking type is used.
32 .TP
33 .BR \-\-lockinglibdir " " \fI<dir>\fR
34 .SH FILES
35 .I #DEFAULT_SYS_DIR#/lvm.conf
36
37 .SH "SEE ALSO"
38 .BR lvm (8),
39 .BR lvm.conf (5)