From 61f6e5a4198df3066ccc3fe97dca8199a895e30c 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 (cherry picked from commit 20352536fdbd14b4113add75ef5a9963994f8b6d) --- 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 f86be345932..ed680f8bfd0 100644 --- a/qa/suites/rados/singleton-bluestore/all/cephtool.yaml +++ b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml @@ -41,6 +41,7 @@ tasks: - \(MON_DOWN\) - \(SLOW_OPS\) - slow request + - evicting unresponsive client - workunit: clients: all: -- 2.47.3