]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused rgw_compression_enabled
authorCasey Bodley <cbodley@redhat.com>
Wed, 2 Nov 2016 15:18:41 +0000 (11:18 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 2 Nov 2016 15:18:41 +0000 (11:18 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/config_opts.h

index f81f857b2cbfe05a614a3e3dbf4410db963e7d8a..a244a955356f874d72385f1ef400c9dd26632640 100644 (file)
@@ -1524,7 +1524,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_enabled, OPT_BOOL, true) // to use compression on rgw level
 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