summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2020-11-17 11:19:55 -0600
committerDavid Teigland <teigland@redhat.com>2020-11-17 11:19:55 -0600
commitb68141a49d94db7fa98beb345bc5a583d874e9e7 (patch)
tree5261e2ed2fd57501e955ae0e03a9598c347d7d47
parent9c0253d930103c33784fac5b303da20104a314b6 (diff)
downloadlvm2-b68141a49d94db7fa98beb345bc5a583d874e9e7.tar.gz
lvm.conf: remove reference to locking_type
-rw-r--r--lib/config/config_settings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index e4e3dcdde..163e01485 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -982,8 +982,7 @@ cfg(global_prioritise_write_locks_CFG, "prioritise_write_locks", global_CFG_SECT
"a volume group's metadata, instead of always granting the read-only\n"
"requests immediately, delay them to allow the read-write requests to\n"
"be serviced. Without this setting, write access may be stalled by a\n"
- "high volume of read-only requests. This option only affects\n"
- "locking_type 1 viz. local file-based locking.\n")
+ "high volume of read-only requests. This option only affects file locks.\n")
cfg(global_library_dir_CFG, "library_dir", global_CFG_SECTION, CFG_DEFAULT_UNDEFINED, CFG_TYPE_STRING, NULL, vsn(1, 0, 0), NULL, 0, NULL,
"Search this directory first for shared libraries.\n")