mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
rgw: remove unused rgw_compression_enabled
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
42a18edf26
commit
2fdd35dc2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user