From 20352536fdbd14b4113add75ef5a9963994f8b6d Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Sun, 10 May 2026 06:51:08 +0000 Subject: [PATCH] qa: ignore evicted client warnings for singletone bluestore After adding mds client into singletone bluestore and increas debug levels and bluestore_allocator=stupid client is slow enough that MDS evicts it after ~302 seconds Fixes: https://tracker.ceph.com/issues/76497 Signed-off-by: Nitzan Mordechai --- 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 ce453db0380..6e0eec2c0b4 100644 --- a/qa/suites/rados/singleton-bluestore/all/cephtool.yaml +++ b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml @@ -42,6 +42,7 @@ tasks: - \(MON_DOWN\) - \(SLOW_OPS\) - slow request + - evicting unresponsive client - workunit: clients: all: -- 2.47.3