Skip to content
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

Closed
AndydeCleyre opened this issue Jul 26, 2017 · 7 comments

Comments

@AndydeCleyre
Copy link

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?

goofys --version
0.0.11
@kahing
Copy link
Owner

kahing commented Jul 26, 2017

Transport endpoint is not connected means goofys has crashed, and there are some fixes in the 0.0.13 release, so try that first. Also, since goofys has crashed, it's not possible for it to remount itself, but you can write a wrapper script that does that.

@kahing kahing closed this as completed Jul 26, 2017
@AndydeCleyre
Copy link
Author

Thank you. I had thought the process was still running, but you're probably right. I'll write back if I find otherwise.

@Niek
Copy link

Niek commented Sep 13, 2019

Same here. Sometimes goofys crashes and rhe only thing that helps is running umount /path/to/mountpount && goofys

@zheliazkov
Copy link

Same problem here using goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88.
Someone found a solution?

@varontron
Copy link

Like @zheliazkov, I also see this error with 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88

@malaniarpit
Copy link

We have encountered a similar issue using goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88.

➜  ~ goofys --version
goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88

@smitty-exos
Copy link

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.
Ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants