From: Vallari Agrawal Date: Wed, 27 May 2026 08:12:12 +0000 (+0530) Subject: qa/suites/nvmeof: set beacon grace and connect panic X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25f066a7b7399f0850f24912477f532c4f4feb5a;p=ceph.git qa/suites/nvmeof: set beacon grace and connect panic For teuthology clusters, set: ''' ceph config set mon mon_nvmeofgw_beacon_grace 10 ceph config set mon nvmeof_mon_client_connect_panic 60 ''' Reason explained in https://tracker.ceph.com/issues/74660#note-12 Fixes: https://tracker.ceph.com/issues/74660 Signed-off-by: Vallari Agrawal (cherry picked from commit 9d8d2e21da8369f23c70a51a3619cdb936be0f00) --- diff --git a/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml b/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml index fc153ead844..1feea97176a 100644 --- a/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml +++ b/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml @@ -28,6 +28,8 @@ overrides: mon: # cephadm can take up to 5 minutes to bring up remaining mons mon down mkfs grace: 300 + mon nvmeofgw beacon grace: 10 + nvmeof mon client connect panic: 60 log-ignorelist: - OSD_DOWN - OSD_HOST_DOWN diff --git a/qa/suites/nvmeof/thrash/clusters/4-gateways-1-initiator.yaml b/qa/suites/nvmeof/thrash/clusters/4-gateways-1-initiator.yaml index 37c727ed37c..fc0fd20e60a 100644 --- a/qa/suites/nvmeof/thrash/clusters/4-gateways-1-initiator.yaml +++ b/qa/suites/nvmeof/thrash/clusters/4-gateways-1-initiator.yaml @@ -32,3 +32,5 @@ overrides: mon: # cephadm can take up to 5 minutes to bring up remaining mons mon down mkfs grace: 300 + mon nvmeofgw beacon grace: 10 + nvmeof mon client connect panic: 60 diff --git a/qa/suites/nvmeof/upgrade/0-clusters/4-gateways-1-initiator.yaml b/qa/suites/nvmeof/upgrade/0-clusters/4-gateways-1-initiator.yaml index c5c80dfed07..b672073046a 100644 --- a/qa/suites/nvmeof/upgrade/0-clusters/4-gateways-1-initiator.yaml +++ b/qa/suites/nvmeof/upgrade/0-clusters/4-gateways-1-initiator.yaml @@ -26,3 +26,11 @@ roles: - client.4 - ceph.nvmeof.nvmeof.d +overrides: + ceph: + conf: + mon: + # cephadm can take up to 5 minutes to bring up remaining mons + mon down mkfs grace: 300 + mon nvmeofgw beacon grace: 10 + nvmeof mon client connect panic: 60