Merge PR #56944 into main

* refs/pull/56944/head:
	qa: add a YAML to ignore MGR_DOWN warning

Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
Venky Shankar 2024-05-16 14:52:13 +05:30
commit 999ca78a1a

View File

@ -0,0 +1,9 @@
# When the NFS test class is constructed, the `MgrTestCase.setup_mgrs` invokes
# `mgr fail` to restart the MGR which sometimes crashes the daemon and the
# warning `MGR_DOWN` is generated. This is an intermittent failure which is
# irrelevant to the NFS suite, and therefore should be ignored.
overrides:
ceph:
log-ignorelist:
- MGR_DOWN