]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados,client: bump mount timeout to 5 min
authorSage Weil <sage@inktank.com>
Thu, 2 May 2013 19:31:38 +0000 (12:31 -0700)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 19:32:06 +0000 (12:32 -0700)
30 seconds is pretty short.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
src/common/config_opts.h

index ca0765a3d18189e9cafda687ef0cfae5f8272808..e576ad37481bad9510aad4a6d2aca01e9cea6ce6 100644 (file)
@@ -219,7 +219,7 @@ OPTION(mon_pool_quota_crit_threshold, OPT_INT, 0) // percent of quota at which t
 OPTION(client_cache_size, OPT_INT, 16384)
 OPTION(client_cache_mid, OPT_FLOAT, .75)
 OPTION(client_use_random_mds, OPT_BOOL, false)
-OPTION(client_mount_timeout, OPT_DOUBLE, 30.0)
+OPTION(client_mount_timeout, OPT_DOUBLE, 300.0)
 OPTION(client_tick_interval, OPT_DOUBLE, 1.0)
 OPTION(client_trace, OPT_STR, "")
 OPTION(client_readahead_min, OPT_LONGLONG, 128*1024)  // readahead at _least_ this much.