]> sourceware.org Git - lvm2.git/commitdiff
config: Fix version for VDO
authorMarian Csontos <mcsontos@redhat.com>
Thu, 11 Oct 2018 08:53:28 +0000 (10:53 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Thu, 11 Oct 2018 09:06:23 +0000 (11:06 +0200)
lib/config/config_settings.h

index b47b225b7444809ea62353676c6d3bd585aad2ad..636446f7662f3488430f7942a9acad9f2c152a62 100644 (file)
@@ -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"
This page took 0.040273 seconds and 5 git commands to generate.