]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: fix py_module_registry shutdown
authorJohn Spray <john.spray@redhat.com>
Mon, 16 Oct 2017 10:33:48 +0000 (06:33 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:29 +0000 (23:03 +0000)
commitb1307e074b5fb708420686bf814bd4a7aa76f6d8
tree3537d17ad8d3587b8de56c8a4867d6726155c5a9
parent642a26dfcd9bef06fceb119008f5c3078bbf10e7
mgr: fix py_module_registry shutdown

Was calling way too early, which did a
Py_Finalize before the modules had been
joined.

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 0d5b1d70e616d7d1c2d6360375770f5c4754649d)
src/mgr/MgrStandby.cc