From: Patrick Donnelly Date: Thu, 26 Feb 2026 19:29:50 +0000 (-0500) Subject: qa/tasks/quiescer: remove racy assertion X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69f945912cf4f0447238bf8200eddad572a02eca;p=ceph.git qa/tasks/quiescer: remove racy assertion The cluster became clean and then an osdmap update caused the PG to peer again. This triggered the assertion failing the test. Minor RADOS hiccups should not cause this to fail. Fixes: https://tracker.ceph.com/issues/75201 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/quiescer.py b/qa/tasks/quiescer.py index 6c40e70883b6..11214ecd81f8 100644 --- a/qa/tasks/quiescer.py +++ b/qa/tasks/quiescer.py @@ -406,7 +406,6 @@ def task(ctx, config): # the manager should be there manager = ctx.managers[cluster_name] manager.wait_for_clean() - assert manager.is_clean() mds_cluster = MDSCluster(ctx) for fs in mds_cluster.status().get_filesystems():