From: Casey Bodley Date: Mon, 21 Nov 2016 18:22:02 +0000 (-0500) Subject: rgw: remove config option rgw_compression_type X-Git-Tag: v11.1.0~105^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12113%2Fhead;p=ceph.git rgw: remove config option rgw_compression_type Signed-off-by: Casey Bodley --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 108ffd2ed502..fdcf4ab54752 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1561,7 +1561,6 @@ OPTION(mon_mgr_beacon_grace, OPT_INT, 30) // How long to wait to failover OPTION(rgw_list_bucket_min_readahead, OPT_INT, 1000) // minimum number of entries to read from rados for bucket listing OPTION(rgw_rest_getusage_op_compat, OPT_BOOL, false) // dump description of total stats for s3 GetUsage API -OPTION(rgw_compression_type, OPT_STR, "none") // type of compressor, none to not use OPTION(mutex_perf_counter, OPT_BOOL, false) // enable/disable mutex perf counter OPTION(throttler_perf_counter, OPT_BOOL, true) // enable/disable throttler perf counter