From eae1100a49e4488c40f28e89834f0057f20817ec Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 26 Sep 2024 20:39:40 -0400 Subject: [PATCH] qa: do not fail cephfs QA tests for slow bluestore ops Fixes: https://tracker.ceph.com/issues/68283 Signed-off-by: Patrick Donnelly (cherry picked from commit 256b20de486337dde92fcb2067e0351ea6e67f54) --- qa/cephfs/overrides/ignorelist_health.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/cephfs/overrides/ignorelist_health.yaml b/qa/cephfs/overrides/ignorelist_health.yaml index 14021c9a99d6..3a59f198e40a 100644 --- a/qa/cephfs/overrides/ignorelist_health.yaml +++ b/qa/cephfs/overrides/ignorelist_health.yaml @@ -21,3 +21,6 @@ overrides: - Replacing daemon - deprecated feature inline_data - MGR_MODULE_ERROR + - BLUESTORE_SLOW_OP_ALERT + - slow operation indications in BlueStore + - experiencing slow operations in BlueStore -- 2.47.3