Skip to content

Commit 9aee68a

Browse files
committed
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 <[email protected]>
1 parent 95e8c42 commit 9aee68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/cephfs/conf/mgr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
overrides:
22
ceph:
3-
conf:
3+
cluster-conf:
44
mgr:
55
client mount timeout: 30
66
debug client: 20
77
debug mgr: 20
88
debug ms: 1
9+
mon warn on pool no app: false

qa/cephfs/conf/mon.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ overrides:
33
cluster-conf:
44
mon:
55
mon op complaint time: 120
6-
mon warn on pool no app: false
76
# cephadm can take up to 5 minutes to bring up remaining mons
87
# This needs to be set before cluster-conf configs are applied.
98
conf:

0 commit comments

Comments
 (0)