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

Syncing latest changes from devel for ceph-csi #374

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. cephfs: Fix Removal of IPs from blocklist

    While dealing with CephFS fencing we evict the
    clients and block the IPs from the CIDR range
    that do not have any active clients individually.
    
    While Unfencing, the IP is removed via the
    CIDR range which fails to remove the individual
    IPs from Ceph's blacklist.
    
    This PR fetches the blocklist from ceph and
    removes the IPs in blocklist that lie inside
    the CIDR range along with their unique nonces.
    
    Signed-off-by: Niraj Yadav <[email protected]>
    black-dragon74 authored and mergify[bot] committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6c704bc View commit details
    Browse the repository at this point in the history