]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: correct daemon for warning conf
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 29 Aug 2024 18:18:17 +0000 (14:18 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 9 Jan 2025 19:42:51 +0000 (14:42 -0500)
The mgr emits this health check instead of the mons.

Fixes: https://tracker.ceph.com/issues/67737
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 9aee68a25f0e98e33eca3be6005be6c03d5f8d7d)

Conflicts:
qa/cephfs/conf/mon.yaml: no cluster-conf

qa/cephfs/conf/mgr.yaml
qa/cephfs/conf/mon.yaml

index d7e95b9feb9328d8c84b837f0c27d95fe545b4a2..2b053f8bdcfaaeae45ca3c2c086109001581e9b6 100644 (file)
@@ -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
index e1ea6f6cc831e0f939bd89724a4ebcd104d7c95f..e32f0fd35473298ec748014a2f9f0b4bdace4fd8 100644 (file)
@@ -5,4 +5,3 @@ overrides:
         mon op complaint time: 120
         # cephadm can take up to 5 minutes to bring up remaining mons
         mon down mkfs grace: 300
-        mon warn on pool no app: false