]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: use deepcopy for copying exceptions
authorKefu Chai <kchai@redhat.com>
Wed, 29 Jan 2020 15:27:47 +0000 (23:27 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 6 Feb 2020 01:53:17 +0000 (09:53 +0800)
commitec7b160a5525da7826c8bb5c652a875cbaf3d3e1
tree17538075bbf52564815c3b3a92f5983dc50ef7e6
parent5948bd5545f112158a9b21b1224227cb3f489cfb
mgr/orchestrator: use deepcopy for copying exceptions

since rexec module has been removed in python3, we cannot use it
anymore.

Fixes: https://tracker.ceph.com/issues/43657
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/orchestrator.py