From 108d77e3154124aa06dc600586006d8fab8a065f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 18 Mar 2024 20:38:08 -0400 Subject: [PATCH] qa: extend mon timeout coming up after mondb creation Fixes: https://tracker.ceph.com/issues/64968 Signed-off-by: Patrick Donnelly (cherry picked from commit 57b9e161f44d2c685b4a0ab68aff1b43bfd63e66) --- qa/cephfs/conf/mon.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml index eea56004a40b6..e32f0fd354732 100644 --- a/qa/cephfs/conf/mon.yaml +++ b/qa/cephfs/conf/mon.yaml @@ -3,3 +3,5 @@ overrides: conf: mon: mon op complaint time: 120 + # cephadm can take up to 5 minutes to bring up remaining mons + mon down mkfs grace: 300 -- 2.39.5