]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: increase startup timeout to 5 min
authorSage Weil <sage@inktank.com>
Thu, 2 May 2013 18:06:22 +0000 (11:06 -0700)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 18:06:22 +0000 (11:06 -0700)
30s is too short.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h

index cd9dd83313ec875d85915ae3c35a3690f4b559a9..ca0765a3d18189e9cafda687ef0cfae5f8272808 100644 (file)
@@ -581,7 +581,7 @@ OPTION(rgw_usage_log_flush_threshold, OPT_INT, 1024) // threshold to flush pendi
 OPTION(rgw_usage_log_tick_interval, OPT_INT, 30) // flush pending log data every X seconds
 OPTION(rgw_intent_log_object_name, OPT_STR, "%Y-%m-%d-%i-%n")  // man date to see codes (a subset are supported)
 OPTION(rgw_intent_log_object_name_utc, OPT_BOOL, false)
-OPTION(rgw_init_timeout, OPT_INT, 30) // time in seconds
+OPTION(rgw_init_timeout, OPT_INT, 300) // time in seconds
 OPTION(rgw_mime_types_file, OPT_STR, "/etc/mime.types")
 OPTION(rgw_gc_max_objs, OPT_INT, 32)
 OPTION(rgw_gc_obj_min_wait, OPT_INT, 2 * 3600)    // wait time before object may be handled by gc