macOS podman machine
mounts are lost if VM is rebooted
#18592
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.
remote
Problem is in podman-remote
Issue Description
If the
podman machine
VM is restarted by a reboot/shutdown command run from within the VM (such as after installingqemu-user-static
for additional platform support), then when the VM restarts the host mounts (such as/Users
) are no longer present, and difficult to diagnose errors stating that stat() is failing on files are thrown when data mounted from the host is accessed.Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
… when the specified file clearly exists (on the host).
Describe the results you expected
Mounts should be restored when the
podman machine
VM reboots, so that volumes defined on the host work transparently.It would also be beneficial to allow podman on macOS to indicate what's happening if a file or directory can't be found on the
podman machine
VM, but does exist for the host OS.podman info output
The text was updated successfully, but these errors were encountered: