-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cannot stop start a podman machine created with applehv #21092
Comments
This is most likely fixed by crc-org/vfkit#76 |
Closing per above. |
Another issue occurred and has been included as fix in containers/gvisor-tap-vsock#309 This is now merged, but not released yet; this is targeted for Podman 5.x AFAIK. @mheon, @baude and @cfergeau WDYT? |
This comment was marked as off-topic.
This comment was marked as off-topic.
I upgraded to podman desktop 1.7.0 and podman 4.9.0 and it now seems to work:
I just created a machine with applehv, stopped it and restarted it |
Issue Description
When I create a podman machine using applehv, this machine cannot be restarted.
I switched from qemu to applehvby editing /Users//.config/containers/containers.conf:
...
[machine]
provider="applehv"
...
Steps to reproduce the issue
Steps to reproduce the issue
podman machine init --cpus 8 --memory 12000 --rootful --user-mode-networking --now
podman ps
works showing that the VM is uppodman machine stop
podman machine start
Describe the results you received
The start command hangs:
It only exits if I kill the process called
Virtual Machine Service for vfkit
.VM can only be started once.
Describe the results you expected
I expect the machine to be up again and usable
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
For the record, the logs of machine creation:
Note that after that command, the podman machine is perfectly usable.
The text was updated successfully, but these errors were encountered: