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

Bug 2308091: [release-4.17] cephfs: Fix Removal of IPs from blocklist #372

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 <niryadav@redhat.com>
    black-dragon74 authored and openshift-cherrypick-robot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    147b0ef View commit details
    Browse the repository at this point in the history