-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't require container to be down in dcc.Down
The check can be racy, let the caller do whatever checks it wants to do. daemon.go already has a check when it decides if dcc.Down is needed or not Now we also add a check to RestartServiceWithHaltHeight before it calls Down, with an appropriate error message.
- Loading branch information
1 parent
a2c9d9b
commit b8d41b2
Showing
2 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters