Volume mount goes away after installing qemu-user-static on macOS ARM #20820
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Issue Description
Create a podman machine with a volume mount and it's there. Then install qemu-user-static for cross-compilation, and the volume mount is gone.
Steps to reproduce the issue
Steps to reproduce the issue
podman machine init --cpus 4 --memory 10240 --disk-size 100 -v $HOME:/mnt/host
podman machine start
podman machine ssh "sudo rpm-ostree install qemu-user-static | grep -v 'Changes queued for next boot'; sudo systemctl reboot"
Describe the results you received
Volume mount is gone
Describe the results you expected
Volume mount persists after installing qemu-user-static
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Running latest podman from brew
Additional information
No response
The text was updated successfully, but these errors were encountered: