]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/BaseMgrStandbyModule: drop GIL in ceph_get_module_option() 30625/head
authorKefu Chai <kchai@redhat.com>
Fri, 27 Sep 2019 18:25:44 +0000 (02:25 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 28 Sep 2019 01:06:03 +0000 (09:06 +0800)
commitdea578758239ea0442f95f10dc2440f45a2ce547
treedfa4a5ce881c0e209b274108d9a264f09d3c34b9
parent517337e1b1be2c2bfdcdf830ad7af24d10f3daf0
mgr/BaseMgrStandbyModule: drop GIL in ceph_get_module_option()

always drop GIL when performing block ops

Fixes: https://tracker.ceph.com/issues/42087
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mgr/BaseMgrStandbyModule.cc