-
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
Volume mount disappearing, requires machine be restarted #19257
Comments
Does the the sleep cause a reboot in the machine? This could be the same problem as #15976 |
I did see that issue but I wasn't issuing any commands so raised this too - it could well be related / the same cause. If you're happy that it is the same thing then no problem closing this as duplicate, just wanted to raise it for awareness 👍 |
Can you compare |
@Luap99 Good idea, will do! |
@Luap99 fairly certain I started podman machine yesterday and yet uptime only shows 7 hours ago, roughly when I opened laptop again today. For me |
Try |
I agree - happy if this is closed as dup. |
Duplicate of #15976 |
Issue Description
podman machine init --rootful --memory 8192 --cpus 4
.podman machine ssh
to connect and issuels /Users/myUser
and see all my files and folders correctly mounted.statfs
error suggesting the directory I'm trying to mount is not available.podman machine ssh
to connect and issuels /Users/myUser
and see that only the single mounted directory is present (but importantly is empty) or I the whole /Users/myUser` dir is missing.I get the feeling this could be to do with sleeping the laptop breaking mounts as often hit this in the morning. It may occur other times as well, unsure.
To resolve I have to stop and start the podman machine.
Steps to reproduce the issue
Steps to reproduce the issue
podman machine ssh
tols /Users/myUser
dir contents.Describe the results you received
Volume mount lost in podman machine.
Describe the results you expected
Mount is consistent
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
macOS x86.
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: