]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/volumes: log mutex locks to help debug deadlocks 40316/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 22 Mar 2021 18:48:46 +0000 (11:48 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 30 Mar 2021 14:14:24 +0000 (07:14 -0700)
commitcf2a1ad651208242868a2a7fdf25006f30ad9cc8
treec138322439f842f9cd793c4e46597fba22cb62c2
parentb27ddfaed4a3c66bac2343c8315a1fe542edb63e
pybind/mgr/volumes: log mutex locks to help debug deadlocks

There is a hang in get_job which is holding the mutex [1]. This debug
output is meant to help find this issue in upstream QA logs.

[1] https://tracker.ceph.com/issues/49605#note-5
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/pybind/mgr/mgr_util.py
src/pybind/mgr/volumes/fs/async_cloner.py
src/pybind/mgr/volumes/fs/async_job.py