From: Yehuda Sadeh Date: Mon, 14 Mar 2016 01:12:40 +0000 (-0700) Subject: rgw: increase sync lock lease period X-Git-Tag: v10.1.0~72^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c7dd80f1ea7b5070ec0393c14e9d70618fc6f77;p=ceph.git rgw: increase sync lock lease period reducing traffic to the osd Signed-off-by: Yehuda Sadeh --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 88933eab3d2..0c684b4a541 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1368,7 +1368,7 @@ OPTION(rgw_enable_static_website, OPT_BOOL, false) // enable static website feat OPTION(rgw_num_async_rados_threads, OPT_INT, 32) // num of threads to use for async rados operations OPTION(rgw_md_notify_interval_msec, OPT_INT, 200) // metadata changes notification interval to followers OPTION(rgw_run_sync_thread, OPT_BOOL, true) // whether radosgw (not radosgw-admin) spawns the sync thread -OPTION(rgw_sync_lease_period, OPT_INT, 30) // time in second for lease that rgw takes on a specific log (or log shard) +OPTION(rgw_sync_lease_period, OPT_INT, 120) // time in second for lease that rgw takes on a specific log (or log shard) OPTION(rgw_realm_reconfigure_delay, OPT_DOUBLE, 2) // seconds to wait before reloading realm configuration OPTION(rgw_period_push_interval, OPT_DOUBLE, 2) // seconds to wait before retrying "period push"