From 9aee68a25f0e98e33eca3be6005be6c03d5f8d7d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 29 Aug 2024 14:18:17 -0400 Subject: [PATCH] qa: correct daemon for warning conf The mgr emits this health check instead of the mons. Fixes: https://tracker.ceph.com/issues/67737 Signed-off-by: Patrick Donnelly --- qa/cephfs/conf/mgr.yaml | 3 ++- qa/cephfs/conf/mon.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/cephfs/conf/mgr.yaml b/qa/cephfs/conf/mgr.yaml index d7e95b9feb9..2b053f8bdcf 100644 --- a/qa/cephfs/conf/mgr.yaml +++ b/qa/cephfs/conf/mgr.yaml @@ -1,8 +1,9 @@ overrides: ceph: - conf: + cluster-conf: mgr: client mount timeout: 30 debug client: 20 debug mgr: 20 debug ms: 1 + mon warn on pool no app: false diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml index e33437ae404..9bc2eb852b3 100644 --- a/qa/cephfs/conf/mon.yaml +++ b/qa/cephfs/conf/mon.yaml @@ -3,7 +3,6 @@ overrides: cluster-conf: mon: mon op complaint time: 120 - mon warn on pool no app: false # cephadm can take up to 5 minutes to bring up remaining mons # This needs to be set before cluster-conf configs are applied. conf: -- 2.39.5