]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: we still want osd_thread_recovery_timeout
authorSage Weil <sage@inktank.com>
Mon, 3 Dec 2012 11:56:15 +0000 (03:56 -0800)
committerSage Weil <sage@inktank.com>
Mon, 3 Dec 2012 11:56:15 +0000 (03:56 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h

index e756bfcff3cee07ff398ec4e302e41011fa56ae1..0cdb16c3ebf7b4639a7f96ee866cdf3ea974d2e5 100644 (file)
@@ -310,6 +310,7 @@ OPTION(osd_recover_clone_overlap, OPT_BOOL, true)   // preserve clone_overlap du
 OPTION(osd_backfill_scan_min, OPT_INT, 64)
 OPTION(osd_backfill_scan_max, OPT_INT, 512)
 OPTION(osd_op_thread_timeout, OPT_INT, 30)
+OPTION(osd_recovery_thread_timeout, OPT_INT, 30)
 OPTION(osd_snap_trim_thread_timeout, OPT_INT, 60*60*1)
 OPTION(osd_scrub_thread_timeout, OPT_INT, 60)
 OPTION(osd_scrub_finalize_thread_timeout, OPT_INT, 60*10)
@@ -452,6 +453,7 @@ OPTION(rgw_op_thread_timeout, OPT_INT, 10*60)
 OPTION(rgw_op_thread_suicide_timeout, OPT_INT, 0)
 OPTION(rgw_thread_pool_size, OPT_INT, 100)
 OPTION(rgw_num_control_oids, OPT_INT, 8)
+
 OPTION(rgw_cluster_root_pool, OPT_STR, ".rgw.root")
 OPTION(rgw_log_nonexistent_bucket, OPT_BOOL, false)
 OPTION(rgw_log_object_name, OPT_STR, "%Y-%m-%d-%H-%i-%n")      // man date to see codes (a subset are supported)