summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-10-24 10:19:59 -0500
committerDavid Teigland <teigland@redhat.com>2019-10-24 10:26:33 -0500
commit96fd312e85ce38a8fc8cb80f106f3fdc49c31a97 (patch)
tree37e23ebd791859a916c4db3d21294c0061ffe24f
parentf53cce1804236e69b0ec99f490f0c2d2d001cf5d (diff)
downloadlvm2-96fd312e85ce38a8fc8cb80f106f3fdc49c31a97.tar.gz
config: allow_mixed_block_sizes set version 2.02.187
-rw-r--r--lib/config/config_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 498ec23d6..429bff14e 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -470,7 +470,7 @@ cfg(devices_allow_changes_with_duplicate_pvs_CFG, "allow_changes_with_duplicate_
"Enabling this setting allows the VG to be used as usual even with\n"
"uncertain devices.\n")
-cfg(devices_allow_mixed_block_sizes_CFG, "allow_mixed_block_sizes", devices_CFG_SECTION, 0, CFG_TYPE_BOOL, 1, vsn(2, 3, 6), NULL, 0, NULL,
+cfg(devices_allow_mixed_block_sizes_CFG, "allow_mixed_block_sizes", devices_CFG_SECTION, 0, CFG_TYPE_BOOL, 1, vsn(2, 2, 187), NULL, 0, NULL,
"Allow PVs in the same VG with different logical block sizes.\n"
"When allowed, the user is responsible to ensure that an LV is\n"
"using PVs with matching block sizes when necessary.\n")