From d77546773bfe0dd2db98427d6b5b16fa4f19e47a Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Wed, 8 Jul 2015 10:02:28 -0700 Subject: [PATCH] man: add lvmlocal.conf to config cascade see BZ 1241182, lvmlocal is searched before lvm.conf but after lvm_.conf. --- man/lvm.conf.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in index 6ff8674a6..ae884beec 100644 --- a/man/lvm.conf.5.in +++ b/man/lvm.conf.5.in @@ -87,7 +87,7 @@ When several configuration methods are used at the same time and when LVM looks for the value of a particular setting, it traverses this \fBconfig cascade\fP from left to right: -\fBdirect config override on command line\fP -> \fBcommand profile config\fP -> \fBmetadata profile config\fP -> \fBtag config\fP -> \fBlvm.conf\fP +\fBdirect config override on command line\fP -> \fBcommand profile config\fP -> \fBmetadata profile config\fP -> \fBtag config\fP -> \fBlvmlocal.conf\fB -> \fBlvm.conf\fP No part of this cascade is compulsory. If there's no setting value found at the end of the cascade, a default value is used for that setting.