From: Sebastian Wagner Date: Fri, 27 Sep 2019 14:52:17 +0000 (+0200) Subject: mgr/deepsea: Fixed DeepSeaReadCompletion arguments X-Git-Tag: v15.1.0~737^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf38941628efbfa2c1ef2a7e19f74493deaf1f6b;p=ceph.git mgr/deepsea: Fixed DeepSeaReadCompletion arguments Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/deepsea/module.py b/src/pybind/mgr/deepsea/module.py index 2e4b39597a30..d042b232d4c5 100644 --- a/src/pybind/mgr/deepsea/module.py +++ b/src/pybind/mgr/deepsea/module.py @@ -150,7 +150,7 @@ class DeepSeaOrchestrator(MgrModule, orchestrator.Orchestrator): return result with self._completion_lock: - c = DeepSeaReadCompletion(process_result) + c = DeepSeaReadCompletion(on_complete=process_result) nodes = [] roles = [] @@ -249,7 +249,7 @@ class DeepSeaOrchestrator(MgrModule, orchestrator.Orchestrator): return result with self._completion_lock: - c = DeepSeaReadCompletion(process_result) + c = DeepSeaReadCompletion(on_complete=process_result) # Always request all services, so we always have all services cached. resp = self._do_request_with_login("POST", data = {