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

Ignore ebusy when deleting a directory (backport #11066) #11122

Merged
merged 3 commits into from Apr 29, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 29, 2024

Reported in #11047

This error manifests when the quorum directory is its own mount point.


This is an automatic backport of pull request #11066 done by Mergify.

lukebakken and others added 3 commits April 29, 2024 17:16
Reported in https://github.com/rabbitmq/rabbitmq-server/discussions/11047

This error manifests when the quorum directory is its own mount point

(cherry picked from commit 84a5172)
A folder can be a mount point and the kernel won't allow
deleting a mount point - it will return ebusy

We don't need to check for ebusy when deleting a file

(cherry picked from commit c1db65f)
msg_stores is a potential mount point and therefore might exist

(cherry picked from commit c9fcc4d)
@michaelklishin michaelklishin added this to the 3.13.2 milestone Apr 29, 2024
@michaelklishin michaelklishin merged commit abc5c01 into v3.13.x Apr 29, 2024
18 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v3.13.x/pr-11066 branch April 29, 2024 18:25
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.

None yet

3 participants