-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add recover in ipfs mount command. #124
Comments
Yep, SGTM. We should have proper teardown.— On Wed, Sep 24, 2014 at 9:33 PM, Jeromy Johnson notifications@github.com
|
I think we tackled most of these in #945 and can close this for now? cc @whyrusleeping reopen if I missed something. |
Ah, im fine with closing this. but this wasnt about race conditions, it was about fuse not being unmounted properly in the case of a panic |
Oh... I switched cause and outcome here than. I wonder where a |
Yeah, i wasnt sure where to put it, which is why i never got around to doing it, lol |
Ive found that if ipfs panics for any reason (as rare as that might be) the fuse stuff gets into a funky state since it wasnt properly dismounted, i wanted to discuss the pros and cons of having a recover statement in the ipfs mount command to catch those and safely unmount any mounted fuse systems.
The text was updated successfully, but these errors were encountered: