From: Jeff Layton Date: Mon, 16 Sep 2019 13:01:13 +0000 (-0400) Subject: qa: whitelist new FS_INLINE_DATA_DEPRECATED health warning X-Git-Tag: v15.1.0~1442^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29824%2Fhead;p=ceph.git qa: whitelist new FS_INLINE_DATA_DEPRECATED health warning Some of our tests still enable this, so just ignore this warning globally. Signed-off-by: Jeff Layton --- diff --git a/qa/cephfs/overrides/whitelist_health.yaml b/qa/cephfs/overrides/whitelist_health.yaml index ba19a1c30890..195562995b09 100644 --- a/qa/cephfs/overrides/whitelist_health.yaml +++ b/qa/cephfs/overrides/whitelist_health.yaml @@ -9,3 +9,4 @@ overrides: - \(MDS_DAMAGE\) - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) + - \(FS_INLINE_DATA_DEPRECATED\)