]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/BaseMgrModule: drop GIL for ceph_send_command 26723/head
authorSage Weil <sage@redhat.com>
Fri, 1 Mar 2019 17:00:55 +0000 (11:00 -0600)
committerSage Weil <sage@redhat.com>
Fri, 1 Mar 2019 17:00:55 +0000 (11:00 -0600)
commit94486a9fb6827157bee2d2483f20222126083b22
tree1c49e09b179856d2a0fdf86036154990c189dfd5
parent34f04be35bb9abcb5860b4c975b105adacc7a3aa
mgr/BaseMgrModule: drop GIL for ceph_send_command

Otherwise, we can easily deadlock, since other bits of the code hold the
objecter lock and then take the GIL.

Fixes: http://tracker.ceph.com/issues/38537
Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/BaseMgrModule.cc