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

Commits on Apr 29, 2024

  1. Ignore ebusy when deleting a directory

    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)
    lukebakken authored and mergify[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dccba70 View commit details
    Browse the repository at this point in the history
  2. Ignore ebusy when deleting a folder

    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)
    mkuratczyk authored and mergify[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3a72dda View commit details
    Browse the repository at this point in the history
  3. Ignore msg_stores in virginity check

    msg_stores is a potential mount point and therefore might exist
    
    (cherry picked from commit c9fcc4d)
    mkuratczyk authored and mergify[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e746e4d View commit details
    Browse the repository at this point in the history