ceph-csi
ceph-csi copied to clipboard
CSI driver for Ceph
> @Rakshith-R anything pending here , specifically from ceph csi repo side? please revisit the state as its marked for 3.5 release. The functionality is available, and tested manually. There...
Improve the image chain iteration by creating and deleting a volume inside the loop and using it for traversing, in place of just updating parameters of the existing volume. Fixes:...
Removed to code workaround introduced in https://github.com/ceph/ceph-csi/pull/2656 to workaround the rbd snapshot scheduling bug. once the rbd fixes the issue we will remove this in cephcsi PR needs to be...
Originally discussed at https://github.com/ceph/ceph-csi/pull/2633#issuecomment-998485684_ This issue is to continue discussions on which methods should be on rbdImage and rbdVolume structs
With the current E2E it's difficult to identify the problem based on the PVC name or the pod name as we reuse the same name in multiple tests. It's good...
The current version for golangci-lint in ceph-csi is v1.39.0, but we have new changes introduced in the latest releases of golangci-lint causing some static errors. ``` make go-lint cephcsi image...
# Describe the bug # When runninc CI jobs, minikube regularly fails with the following error: ``` * Failed to start kvm2 VM. Running "minikube delete" may fix it: creating...
Failed to mirror PVC created from a snapshot Steps to Reproduce Create a PVC Create a snapshot of PVC Create a PVC from snapshot Create VolumeReplication to Enable Replication ```...
Failed to mirror cloned PVC created from the another PVC Steps to Reproduce * Create a PVC * Create a Clone from the PVC * Create VolumeReplication to Enable Replication...
Eventhough we have support for rbd nbd in CSI , it is not the default or not qualified much. This is a feature request to bring more qualification to rbd-nbd...