Merge PR #68510 into tentacle

* refs/pull/68510/head:
	qa/tasks/quiescer: remove racy assertion

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
This commit is contained in:
Patrick Donnelly 2026-06-08 16:00:11 -04:00
commit 5bb84b2346
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F

View File

@ -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():