From: Jiaying Ren Date: Wed, 15 Mar 2017 14:03:15 +0000 (+0800) Subject: rgw: kill dead lc config options X-Git-Tag: v12.0.1~27^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ce8ead48495b1f28e87b5329021b3aabdd2c419;p=ceph-ci.git rgw: kill dead lc config options + rgw_lifecycle_enabled is redundant with rgw_enable_lc_threads,which is wildly used. + rgw_lifecycle_thread is never used. Signed-off-by: Jiaying Ren --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 009eb2e2186..e1eb7c3047c 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1445,8 +1445,6 @@ OPTION(rgw_port, OPT_STR, "") // port to listen, format as "8080" "5000", if no OPTION(rgw_dns_name, OPT_STR, "") // hostname suffix on buckets OPTION(rgw_dns_s3website_name, OPT_STR, "") // hostname suffix on buckets for s3-website endpoint OPTION(rgw_content_length_compat, OPT_BOOL, false) // Check both HTTP_CONTENT_LENGTH and CONTENT_LENGTH in fcgi env -OPTION(rgw_lifecycle_enabled, OPT_BOOL, true) //rgw lifecycle enabled -OPTION(rgw_lifecycle_thread, OPT_INT, 1) //start lifecycle thread number per radosgw OPTION(rgw_lifecycle_work_time, OPT_STR, "00:00-06:00") //job process lc at 00:00-06:00s OPTION(rgw_lc_lock_max_time, OPT_INT, 60) // total run time for a single gc processor work OPTION(rgw_lc_max_objs, OPT_INT, 32)