csi-addons / kubernetes-csi-addons

CSI-Addons implementation and APIs for Kubernetes
Apache License 2.0
17 stars 33 forks source link

reclaimSpace job not working #547

Closed akash123-eng closed 2 months ago

akash123-eng commented 2 months ago

Hi ,

We are trying to use ReclaimSpace job with rook-ceph rook operator version is 1.12 and ceph 17.2.5. k8s version is 1.26.8 Followed steps given below : ([https://rook.io/docs/rook/v1.12/Storage-Configuration/Ceph-CSI/ceph-csi-drivers/#csi-addons-controller)]](https://rook.io/docs/rook/v1.12/Storage-Configuration/Ceph-CSI/ceph-csi-drivers/#csi-addons-controller)%5D) now rbdplugin and provisioner pod has csi-addon sidecar and csi addon pod in csi-addons-system namespace running fine. But when we create a ReclaimSpace job for rbd volume with Read Write Once mode it failes and shows message in reclaimSpaceJob "Failed to make node request node client not found for nodeID"

there are no errors in provisioner pod and plugin pod where pvc is attached. In csi-addon-controller pod there are logs "PANIC no leader found for driver rook-ceph.rbd.csi.ceph.com" Lease.coordination.k8s.io "rook-ceph-rbd-csi-ceph-com-csi-addons"

Please help to fix this

Madhu-1 commented 2 months ago

closing this as https://github.com/rook/rook/issues/14094 tracking it. will reopen if there is any issue with csiaddons