From: Patrick Donnelly Date: Tue, 19 Mar 2024 13:52:44 +0000 (-0400) Subject: qa/suites/fs/nfs: use standard health ignorelist X-Git-Tag: v20.0.0~2332^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae8756246e18c3dec5fdebc2a9ff98bc9806dca5;p=ceph.git qa/suites/fs/nfs: use standard health ignorelist Fixes: https://tracker.ceph.com/issues/64987 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/nfs/overrides/ignorelist_health.yaml b/qa/suites/fs/nfs/overrides/ignorelist_health.yaml deleted file mode 100644 index 8bfe4dc6f618..000000000000 --- a/qa/suites/fs/nfs/overrides/ignorelist_health.yaml +++ /dev/null @@ -1,13 +0,0 @@ -overrides: - ceph: - log-ignorelist: - - overall HEALTH_ - - \(FS_DEGRADED\) - - \(MDS_FAILED\) - - \(MDS_DEGRADED\) - - \(FS_WITH_FAILED_MDS\) - - \(MDS_DAMAGE\) - - \(MDS_ALL_DOWN\) - - \(MDS_UP_LESS_THAN_MAX\) - - \(FS_INLINE_DATA_DEPRECATED\) - - \(OSD_DOWN\) diff --git a/qa/suites/fs/nfs/overrides/ignorelist_health.yaml b/qa/suites/fs/nfs/overrides/ignorelist_health.yaml new file mode 120000 index 000000000000..5cb891a95c3c --- /dev/null +++ b/qa/suites/fs/nfs/overrides/ignorelist_health.yaml @@ -0,0 +1 @@ +.qa/cephfs/overrides/ignorelist_health.yaml \ No newline at end of file