Skip to content

Commit

Permalink
Merge pull request #332 from cgalibern/fix-wait-parents
Browse files Browse the repository at this point in the history
Fix blocking wait_parent status during deploy or start thawed service
  • Loading branch information
cgalibern committed Nov 4, 2020
2 parents 441bf47 + 391ecfc commit 33a4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensvc/daemon/monitor.py
Expand Up @@ -230,8 +230,8 @@ def step_start():
self.object_orchestrator_auto(svc, smon, status)
raise Defer("start: action started")

step_wait_parents()
step_thaw()
step_wait_parents()
step_start()

def _oom_unprovisioned(self, svc=None, smon=None, status=None, instance=None):
Expand Down

0 comments on commit 33a4159

Please sign in to comment.