-
Notifications
You must be signed in to change notification settings - Fork 526
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
Request: Detect transport endpoint disconnection and automatically attempt to remount #208
Comments
|
Thank you. I had thought the process was still running, but you're probably right. I'll write back if I find otherwise. |
Same here. Sometimes goofys crashes and rhe only thing that helps is running umount /path/to/mountpount && goofys |
Same problem here using goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88. |
Like @zheliazkov, I also see this error with 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88 |
We have encountered a similar issue using goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88.
|
Just had the dreaded : failed (107: Transport endpoint is not connected) goofys version 0.24.0-0c993271269b539196330a18716a33fbeeebd624 Mounting wasabi. umount / mount fixes, but would prefer this didn't happen. I love goofys but I can't have this keep happening. |
Hi,
One of my buckets in particular (the largest, > 1 TB) periodically gets its goofys mountpoint broken ("Transport endpoint is not connected"). When this happens, I need to ssh in, unmount and run the goofys mounting command again.
Is it possible for goofys itself to monitor for this state, and attempt a remount when encountered?
The text was updated successfully, but these errors were encountered: