Merge pull request #606 from cloudnull/lxc-restart-fix
Fix the lxc container restart state
This commit is contained in:
commit
7108b77c17
1 changed files with 3 additions and 0 deletions
|
@ -1065,6 +1065,9 @@ class LxcContainerManagement(object):
|
|||
self.container.stop()
|
||||
self.state_change = True
|
||||
|
||||
# Run container startup
|
||||
self._container_startup()
|
||||
|
||||
# Check if the container needs to have an archive created.
|
||||
self._check_archive()
|
||||
|
||||
|
|
Loading…
Reference in a new issue