-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
MacOS reboot remote machine cause lost mount volume #13768
Comments
@baude PTAL |
this is a known problem. the work around is to issue a |
@rhatdan @ashley-cui would either of you want to see if we can move this to a service? like a proof of concept? |
A friendly reminder that this issue had no activity for 30 days. |
@baude did you add the ability to mount volumes after the fact? If so could we realize on the MAC that the machine is rebooted and trigger an event to remount volumes? |
I have not added it yet. And no I don't think so. |
A friendly reminder that this issue had no activity for 30 days. |
@baude @ashley-cui Any progress on this? |
no, and I dont have a good way to solve this. It will require some more research. |
A friendly reminder that this issue had no activity for 30 days. |
@gbraad Any ideas on this? |
For minishift we always wrote the mount info in the rc.local file to persist across reboots or hangs of the VM. |
@baude @ashley-cui thoughts |
A friendly reminder that this issue had no activity for 30 days. |
@baude @ashley-cui thoughts |
A friendly reminder that this issue had no activity for 30 days. |
I have same issue, lost my /Users volume just after podman machine stop and than start... |
Same here. Is there any idea why this is happening? |
This issue is still alive |
This looks like a duplicate of #15976 which has more information so I am closing this. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Lost mount volume when machine is rebooted.
Steps to reproduce the issue:
Init machine with mount volume:
podman machine init --cpus 2 --disk-size 30 -m 2048 --now -v $HOME:/mnt/Users/me
ssh to machine with
podman machine ssh
then executesudo reboot
Lost data inside mounted folder
/mnt/Users/me
Describe the results you received:
empty folder
/mnt/Users/me
Describe the results you expected:
Still have data after rebooting
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
):Output of
brew info 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.):
The text was updated successfully, but these errors were encountered: