summaryrefslogtreecommitdiff
path: root/lib/config
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-07-06 11:42:52 -0500
committerDavid Teigland <teigland@redhat.com>2015-07-06 11:44:28 -0500
commit633aea92fbcb228417ac2b4a1ac3d808460d8df5 (patch)
tree42db925ac3580c07a9553b9fbb9c100f39b9c61d /lib/config
parente1733a6271fc0a270bcb5bd2a4b43b62e4a1ddd0 (diff)
downloadlvm2-633aea92fbcb228417ac2b4a1ac3d808460d8df5.tar.gz
config: remove read_only_lock_modes
It had been added as part of lvmlockd code, but it does not seem particularly useful.
Diffstat (limited to 'lib/config')
-rw-r--r--lib/config/config_settings.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index b300b3a39..74d421a42 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -845,10 +845,6 @@ cfg(global_sanlock_lv_extend_CFG, "sanlock_lv_extend", global_CFG_SECTION, CFG_D
"the amount specified here. Setting this to 0 disables the\n"
"automatic extension and can cause lvcreate to fail.\n")
-cfg(global_read_only_lock_modes_CFG, "read_only_lock_modes", global_CFG_SECTION, 0, CFG_TYPE_BOOL, 0, vsn(2, 2, 124), NULL, 0, NULL,
- "Limit commands to actions that use read locks.\n"
- "This disallows any actions that require a write (exclusive) lock.\n")
-
cfg(global_thin_check_executable_CFG, "thin_check_executable", global_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, THIN_CHECK_CMD, vsn(2, 2, 94), "@THIN_CHECK_CMD@", 0, NULL,
"The full path to the thin_check command.\n"
"LVM uses this command to check that a thin metadata\n"