summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2018-10-11 10:53:28 +0200
committerMarian Csontos <mcsontos@redhat.com>2018-10-11 11:06:23 +0200
commit48768cc5be64504863c80d61f3d8f6ec4fbfe589 (patch)
tree97dccbfbf72885282ee95ec71acf829dd36a596f
parent6462e8dffc7ed53973ce796cec18fecc0fb89d77 (diff)
downloadlvm2-48768cc5be64504863c80d61f3d8f6ec4fbfe589.tar.gz
config: Fix version for VDO
-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 b47b225b7..636446f76 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -609,7 +609,7 @@ cfg_runtime(allocation_thin_pool_chunk_size_CFG, "thin_pool_chunk_size", allocat
cfg(allocation_physical_extent_size_CFG, "physical_extent_size", allocation_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_INT, DEFAULT_EXTENT_SIZE, vsn(2, 2, 112), NULL, 0, NULL,
"Default physical extent size in KiB to use for new VGs.\n")
-#define VDO_1ST_VSN vsn(3, 0, 0)
+#define VDO_1ST_VSN vsn(2, 3, 0)
cfg(allocation_vdo_use_compression_CFG, "vdo_use_compression", allocation_CFG_SECTION, CFG_PROFILABLE | CFG_PROFILABLE_METADATA | CFG_DEFAULT_COMMENTED, CFG_TYPE_INT, DEFAULT_VDO_USE_COMPRESSION, VDO_1ST_VSN, NULL, 0, NULL,
"Enables or disables compression when creating a VDO volume.\n"
"Compression may be disabled if necessary to maximize performance\n"