rgw: remove unused rgw_compression_enabled

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2016-11-02 11:18:41 -04:00
parent 42a18edf26
commit 2fdd35dc2b

View 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