]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove config option rgw_compression_type 12113/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 21 Nov 2016 18:22:02 +0000 (13:22 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 1 Dec 2016 01:06:14 +0000 (20:06 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/config_opts.h

index 108ffd2ed502443ba5b707330057802111772cb5..fdcf4ab54752163ddfb2c71f5cf89dfd6f270848 100644 (file)
@@ -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