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 #373

Merged

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>
    (cherry picked from commit 6c704bc)
    black-dragon74 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a1747f2 View commit details
    Browse the repository at this point in the history
  2. doc: fix codespell problem

    fixed codespell problems found
    in the CI run
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit bdd4c07)
    Madhu-1 authored and black-dragon74 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d8e73bb View commit details
    Browse the repository at this point in the history