From: Patrick Donnelly Date: Thu, 29 Aug 2024 18:18:17 +0000 (-0400) Subject: qa: correct daemon for warning conf X-Git-Tag: v20.0.0~970^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9aee68a25f0e98e33eca3be6005be6c03d5f8d7d;p=ceph.git 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 --- 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: