2010-06-18 14:19:29 +04:00
.TH "LVMCONF" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\" "
.SH "NAME"
2014-06-11 13:06:30 +04:00
lvmconf \(em LVM configuration modifier
2010-06-18 14:19:29 +04:00
.SH "SYNOPSIS"
.B lvmconf
2012-04-11 16:42:10 +04:00
.RB [ \- \- disable-cluster ]
.RB [ \- \- enable-cluster ]
.RB [ \- \- file
.RI < configfile >]
.RB [ \- \- lockinglib
.RI < lib >]
.RB [ \- \- lockinglibdir
.RI < dir >]
2010-06-18 14:19:29 +04:00
.SH "DESCRIPTION"
2012-04-11 16:42:10 +04:00
lvmconf is a script that modifies the locking configuration in
an lvm configuration file. See \fB lvm.conf\fP (5).
2010-06-18 14:19:29 +04:00
.SH "OPTIONS"
.TP
.BR \- \- disable-cluster
2013-09-24 16:03:42 +04:00
Set \fB locking_type\fR to the default non-clustered type. Also reset
lvmetad use to its default.
2010-06-18 14:19:29 +04:00
.TP
.BR \- \- enable-cluster
2010-06-21 19:56:57 +04:00
Set \fB locking_type\fR to the default clustered type on this system.
2013-09-24 16:03:42 +04:00
Also disable lvmetad use as it is not yet supported in clustered environment.
2010-06-18 14:19:29 +04:00
.TP
2012-04-11 16:42:10 +04:00
.BR \- \- file " <" \fI configfile >
Apply the changes to \fI configfile\fP instead of the default
\fI #DEFAULT_SYS_DIR#/lvm.conf\fP .
2010-06-18 14:19:29 +04:00
.TP
2012-04-11 16:42:10 +04:00
.BR \- \- lockinglib " <" \fI lib >
2010-06-21 19:56:57 +04:00
Set external \fB locking_library\fR locking library to load if an external locking type is used.
2010-06-18 14:19:29 +04:00
.TP
2012-04-11 16:42:10 +04:00
.BR \- \- lockinglibdir " <" \fI dir >
2010-06-18 14:19:29 +04:00
.SH FILES
.I #DEFAULT_SYS_DIR#/lvm.conf
.SH "SEE ALSO"
.BR lvm (8),
.BR lvm.conf (5)