mon: double mon_mgr_mkfs_grace from 60s -> 120s 20955/head
authorSage Weil <sage@redhat.com>
Mon, 19 Mar 2018 08:56:18 +0000 (03:56 -0500)
committerSage Weil <sage@redhat.com>
Mon, 19 Mar 2018 08:56:18 +0000 (03:56 -0500)
Saw a MGR_DOWN on a mon test right at 60s or so.  Double it to avoid qa
noise.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc

index 25f70032848ddcc788284dd54b377effe4974089..c102850974ef8b41c8a2c122a93ba7595babf9f7 100644 (file)
@@ -4785,7 +4785,7 @@ std::vector<Option> get_global_options() {
                           "failures about managers that aren't online yet"),
 
     Option("mon_mgr_mkfs_grace", Option::TYPE_INT, Option::LEVEL_ADVANCED)
-    .set_default(60)
+    .set_default(120)
     .add_service("mon")
     .set_description("Period in seconds that the cluster may have no active "
                      "manager before this is reported as an ERR rather than "