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

Change error return if fs.destroy() failed with EBUSY #1166

Closed
wants to merge 2 commits into from

Conversation

agrover
Copy link
Contributor

@agrover agrover commented Sep 10, 2018

Using newly-included errno value, match on EBUSY and return a StratisError::Error instead, with a relevant message.

fixes #1160

Andy Grover added 2 commits September 9, 2018 17:05
Using newly-included errno value, match on EBUSY and return a
StratisError::Error instead, with a relevant message.

Signed-off-by: Andy Grover <[email protected]>
@agrover
Copy link
Contributor Author

agrover commented Sep 18, 2018

supeseded by #1179

@agrover agrover closed this Sep 18, 2018
@agrover agrover deleted the fix-error-msg branch January 2, 2019 22:55
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.

Do not call failure to destroy a mounted FS an INTERNAL_ERROR
1 participant