From 153311a1961eccb6f46a0f9d53410dfb4684deb3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 18 Nov 2019 22:23:06 +0800 Subject: [PATCH] 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 --- qa/suites/rados/singleton-bluestore/all/cephtool.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rados/singleton-bluestore/all/cephtool.yaml b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml index 0567b603d1d64..935ef0a3441bf 100644 --- a/qa/suites/rados/singleton-bluestore/all/cephtool.yaml +++ b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml @@ -37,6 +37,7 @@ tasks: - \(POOL_NEARFULL\) - \(POOL_APP_NOT_ENABLED\) - \(AUTH_BAD_CAPS\) + - \(FS_INLINE_DATA_DEPRECATED\) - workunit: clients: all: -- 2.39.5