From: Marian Csontos Date: Thu, 11 Oct 2018 08:53:28 +0000 (+0200) Subject: config: Fix version for VDO X-Git-Tag: v2_03_01~45 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=48768cc5be64504863c80d61f3d8f6ec4fbfe589;p=lvm2.git config: Fix version for VDO --- 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"