ceph-csi/internal/csi-addons
Niraj Yadav 6c704bcd89 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>
2024-09-09 09:18:02 +00:00
..
cephfs cephfs: Fix Removal of IPs from blocklist 2024-09-09 09:18:02 +00:00
networkfence cephfs: Fix Removal of IPs from blocklist 2024-09-09 09:18:02 +00:00
rbd rbd: have GetCreationTime() return a time.Time struct 2024-08-09 14:58:59 +00:00
server csi-addons: address golangci-lint issues 2024-04-09 06:55:23 +00:00