ceph-csi
ceph-csi copied to clipboard
CSI driver for Ceph
# Describe the feature you'd like to have # Run ceph-csi as non-root and with configurable UID/GID. # What is the value to the end user? (why is it a...
# Describe the feature you'd like to have # This is an issue to track the missing gaps that we have identified to move the rbd-nbd userspace mounter from Alpa...
Requires below PR from ceph: - [ ] https://github.com/ceph/ceph/pull/42609 ``` [1mSTEP[0m: restart rbd-nbd process on nodeplugin and continue IO after nodeplugin restart Jun 23 15:02:27.261: INFO: Running '/usr/bin/kubectl --server=https://192.168.39.63:8443 --kubeconfig=/root/.kube/config...
PSP is deprecated in kubernetes 1.21 and will be removed in kubernetes 1.25 https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/ . as it's deprecated removing the same from the cephcsi repo. resolves #1988 Signed-off-by: Madhu Rajanna
# Describe the bug # A clear and concise description of what the bug is. # Environment details # - Image/version of Ceph CSI driver : - Helm chart version...
# Describe the bug # Improve e2e tests to help nbd tests: Add the below intelligence to the utilities * Check all the nodes for kernel versions that are stable...
When a PVC with `reclaimPolicy:retain` is deleted from the kubernetes cluster. the PV, OMAP data corresponding to the PVC and also the backend subvolume or rbd image need to be...
# Describe the bug # I'm trying to unsuccessfully create a k8s pod with inline CSI filesystem static volume. The static volume mount works if I create a persistent volume....
Add e2e testing in a multi-node k8s cluster for Centos CI. Signed-off-by: Yug Gupta
currently, the naming conventions need to be corrected as mentioned in https://github.com/ceph/ceph-csi/pull/1452#issuecomment-688658553 and also a few enhancements need to be done on the same line for optimization also. This issue...