From e503b134c2bc10e78c5016a80efdfafb34d0be2d Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Wed, 29 Apr 2020 14:00:35 -0600 Subject: [PATCH] mgr/orch: add misssing `raise_if_exception` pickle exceptions during during `nfs apply` Signed-off-by: Michael Fritch --- src/pybind/mgr/orchestrator/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 65f995b1e4d..403af967794 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -924,6 +924,7 @@ Usage: ) completion = self.apply_nfs(spec) self._orchestrator_wait([completion]) + raise_if_exception(completion) return HandleCommandResult(stdout=completion.result_str()) @_cli_write_command( -- 2.47.3