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 corner case blocking removal of previous failure mount #29

Merged
merged 5 commits into from
Dec 15, 2017
Merged

Conversation

sapk
Copy link
Owner

@sapk sapk commented Dec 15, 2017

  • Ignore "no such file or directory" err for removal
  • ...

Should fix #17 (at least some corner cases)

Use strings.Contains in place fo trying to cast to PathError
@codecov
Copy link

codecov bot commented Dec 15, 2017

Codecov Report

Merging #29 into master will decrease coverage by 0.08%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #29      +/-   ##
=========================================
- Coverage   15.29%   15.2%   -0.09%     
=========================================
  Files           2       2              
  Lines         170     171       +1     
=========================================
  Hits           26      26              
- Misses        143     144       +1     
  Partials        1       1
Impacted Files Coverage Δ
gluster/driver/tools.go 25% <0%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f26114...eb8a3bb. Read the comment docs.

@sapk sapk merged commit 021120c into master Dec 15, 2017
@sapk sapk deleted the fix-17 branch December 15, 2017 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant