From 6b5baba2f5e55ed161f948014ccb0391172e5d45 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 16 Sep 2019 09:01:13 -0400 Subject: [PATCH] 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 --- qa/cephfs/overrides/whitelist_health.yaml | 1 + 1 file changed, 1 insertion(+) 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\) -- 2.47.3