Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recover from failed podman machine start #18328

Merged
merged 1 commit into from Apr 26, 2023

Commits on Apr 25, 2023

  1. 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 <acui@redhat.com>
    ashley-cui committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f3c3ef7 View commit details
    Browse the repository at this point in the history