podman machine stop
doesn't stop the machine despite returning success
#14148
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
machine
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman machine stop
doesn't stop the machine despite returning successSteps to reproduce the issue:
$ podman machine stop
Machine "podman-machine-default" stopped successfully
$ podman machine list
NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE
podman-machine-default* qemu 44 minutes ago Currently running 1 3.246GB 107.4GB
$ podman machine stop
Machine "podman-machine-default" stopped successfully
$ podman machine list
NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE
podman-machine-default* qemu 44 minutes ago Currently running 1 3.246GB 107.4GB
Describe the results you received:
It feels like it says 'stopped' before ensuring such a state.
Describe the results you expected:
I was expecting it to report "stopped" state once it's actually stopped.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
macos mojave via homebrew
The text was updated successfully, but these errors were encountered: