From 01e696e80bdb478607924bbbf4e6b60339f872da Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Wed, 27 Jul 2016 14:44:36 +0800 Subject: [PATCH] common/config: kill osd_compression_plugins option It is not used anywhere and removing the unnecessary code is always the preferred option. Signed-off-by: xie xingguo --- src/common/config_opts.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index b5bdfd3a3cd6..821754fdca03 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -628,10 +628,6 @@ OPTION(osd_pool_default_size, OPT_INT, 3) OPTION(osd_pool_default_min_size, OPT_INT, 0) // 0 means no specific default; ceph will use size-size/2 OPTION(osd_pool_default_pg_num, OPT_INT, 8) // number of PGs for new pools. Configure in global or mon section of ceph.conf OPTION(osd_pool_default_pgp_num, OPT_INT, 8) // number of PGs for placement purposes. Should be equal to pg_num -OPTION(osd_compression_plugins, OPT_STR, - "zlib" - " snappy" - ) // list of compression plugins OPTION(osd_pool_default_erasure_code_profile, OPT_STR, "plugin=jerasure " -- 2.47.3