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

fix fuse mount error in linux #1391

Merged
merged 1 commit into from
Jun 18, 2015
Merged

fix fuse mount error in linux #1391

merged 1 commit into from
Jun 18, 2015

Conversation

jbenet
Copy link
Member

@jbenet jbenet commented Jun 18, 2015

There has been a regression such that ./t0030-mount.sh fails on

'ipfs mount' fails when there is no mount dir

The issue was a change in how fuse errors are reported to the client
process. We have introduced an optimistic categorization that hides
the obscure fusermount error and replaces it with something a bit
more helpful.

Fixes: #1369

@chriscool: I tested this on linux, but would you mind testing
as well to confirm it is fixed for you too?

There has been a regression such that ./t0030-mount.sh fails on

  'ipfs mount' fails when there is no mount dir

The issue was a change in how fuse errors are reported to the client
process. We have introduced an optimistic categorization that hides
the obscure fusermount error and replaces it with something a bit
more helpful.

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
@jbenet jbenet added the status/in-progress In progress label Jun 18, 2015
@chriscool
Copy link
Contributor

@jbenet yeah this works for me! Thanks!

@jbenet
Copy link
Member Author

jbenet commented Jun 18, 2015

@chriscool thanks!

jbenet added a commit that referenced this pull request Jun 18, 2015
fix fuse mount error in linux
@jbenet jbenet merged commit 41b7f6d into master Jun 18, 2015
@jbenet jbenet deleted the fix-fuse-err branch June 18, 2015 09:05
@jbenet jbenet removed the status/in-progress In progress label Jun 18, 2015
@jbenet jbenet mentioned this pull request Jun 18, 2015
55 tasks
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

Successfully merging this pull request may close these issues.

fuse t0030-mount.sh regression
2 participants