]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: drop GIL around set_uri, set_health_checks
authorJohn Spray <john.spray@redhat.com>
Tue, 17 Oct 2017 22:16:22 +0000 (18:16 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 12:21:42 +0000 (08:21 -0400)
commit27ee148e040ebaf512f8e11f814b3a7c8cf21f8b
tree5faffd8e26f368717e47a5486a9d31ec05be09f0
parent58dfa97ba88882fb3540d15e31bcac48a1aef5ef
mgr: drop GIL around set_uri, set_health_checks

These didn't need to keep the GIL to go and do their
pure C++ parts, and by keeping it they could deadlock
while trying to take ActiveMgrModules::lock.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/BaseMgrModule.cc