From: Yehuda Sadeh Date: Fri, 4 Sep 2015 18:11:03 +0000 (-0700) Subject: Merge pull request #5624 from vumrao/wip-vumrao-12714 X-Git-Tag: v9.1.0~215 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3edcadcad19e245acc5ab39488f55ccc033c6ae;p=ceph.git Merge pull request #5624 from vumrao/wip-vumrao-12714 rgw : setting max number of buckets for users via ceph.conf option Reviewed-by: Yehuda Sadeh --- b3edcadcad19e245acc5ab39488f55ccc033c6ae diff --cc src/common/config_opts.h index ece6f975c070,a1c88b196289..a09873666e31 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@@ -1123,12 -1123,8 +1123,13 @@@ OPTION(rgw_multipart_min_part_size, OPT OPTION(rgw_multipart_part_upload_limit, OPT_INT, 10000) // parts limit in multipart upload OPTION(rgw_olh_pending_timeout_sec, OPT_INT, 3600) // time until we retire a pending olh change + OPTION(rgw_user_max_buckets, OPT_U32, 1000) // global option to set max buckets count for all user +OPTION(rgw_objexp_gc_interval, OPT_U32, 60 * 10) // maximum time between round of expired objects garbage collecting +OPTION(rgw_objexp_time_step, OPT_U32, 4096) // number of seconds for rounding the timestamps +OPTION(rgw_objexp_hints_num_shards, OPT_U32, 127) // maximum number of parts in which the hint index is stored in +OPTION(rgw_objexp_chunk_size, OPT_U32, 100) // maximum number of entries in a single operation when processing objexp data + OPTION(mutex_perf_counter, OPT_BOOL, false) // enable/disable mutex perf counter OPTION(throttler_perf_counter, OPT_BOOL, true) // enable/disable throttler perf counter