]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/config: kill osd_compression_plugins option
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 27 Jul 2016 06:44:36 +0000 (14:44 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 27 Jul 2016 22:30:01 +0000 (06:30 +0800)
It is not used anywhere and removing the unnecessary code
is always the preferred option.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/config_opts.h

index b5bdfd3a3cd672e504da5dd0d2e236ffdc52cce2..821754fdca03f7106549d68502573ce0590ae3d9 100644 (file)
@@ -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 "