]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/quiescer: dump ops in parallel 57302/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 6 May 2024 18:02:02 +0000 (14:02 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 16 May 2024 16:11:49 +0000 (12:11 -0400)
commit15f734ec6291bf918d704d7d3e6330b5606c47e3
tree95e64b905cb33a6e2ec7daf106c13734701c13d4
parent81a3c1e6c488116ab9844fe5ad8db3ce6128ccce
qa/tasks/quiescer: dump ops in parallel

Since this --flags=locks takes the mds_lock and dumps thousands of ops, this
may take a long time to complete for each individual MDS. The entire quiesce
set may timeout (and all q ops killed) before we finish dumping ops.

Fixes: https://tracker.ceph.com/issues/65823
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/quiescer.py