Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recover from failed podman machine start
In rare instances, if podman machine start does not exit correctly, the machine can be left in a "Starting" state, when in reality the machine is stopped. This prevents the user from actually starting the machine. This commit makes sure that on `podman machine stop`, we check if this is the case, and correctly set the starting state to false, allowing the user to start their machine again. Signed-off-by: Ashley Cui <[email protected]>
- Loading branch information