Allow restarting failed server instances
This commit is contained in:
@@ -173,6 +173,7 @@ func (svc *CoreService) StartServerInstance(command domain.ServerLifecycleComman
|
||||
return svc.dispatchExistingServerLifecycle(command, domain.ServerLifecycleActionStart, []domain.ServerInstanceState{
|
||||
domain.ServerInstanceStateReady,
|
||||
domain.ServerInstanceStateStopped,
|
||||
domain.ServerInstanceStateFailed,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user