1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

qa/suites/rados: whitelist health warnings

in cephtool/test.sh, we

ceph fs set cephfs inline_data {1,0}

so the health check fails when the test ends, like

mon.a (mon.0) 3498 : cluster [WRN] Health check failed: 1 filesystem
with deprecated feature inline_data (FS_INLINE_DATA_DEPRECATED)" in
cluster log

so, before we remove the test, we need to whitelist this warning

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-11-18 22:23:06 +08:00
parent 4594ab9aa7
commit 153311a196

View File

@ -37,6 +37,7 @@ tasks:
- \(POOL_NEARFULL\)
- \(POOL_APP_NOT_ENABLED\)
- \(AUTH_BAD_CAPS\)
- \(FS_INLINE_DATA_DEPRECATED\)
- workunit:
clients:
all: