ceph-csi
ceph-csi copied to clipboard
CSI driver for Ceph
# Describe the feature you'd like to have # Encryption support for RBD volumes with KMIP The Key Management Interoperability Protocol (KMIP) is an extensible communication protocol that defines message...
# Describe what this PR does # Node Volume Health checks if a volume is still mounted and usable. To check whether a volume is usable, the CSI driver shall...
# Describe the bug # Ceph-CSI provisioner containers often output errors like below. To my understanding, this does not constitute a real error, as it only means that another Ceph-CSI...
Document the upgrade scenario as we will have new daemonset and users can delete old daemonsets _Originally posted by @Madhu-1 in https://github.com/ceph/ceph-csi/pull/3258#discussion_r930979445_
- [x] Helm deployment have been updated to have this featuregate - [x] Deployment manifests are also updated to have this featuregate enabled ~~- E2E added for RBD for validation...
# Describe the bug # The `ceph/ceph:v17` container-image (v17.2.2) does not have a fully working Ceph Mgr. See the following links for more details: - rook/rook#10627 - https://tracker.ceph.com/issues/56700 (closed as...
# Describe the bug # I have an existing Ceph cluster and an existing Ceph image that was created outside of the CSI process that I would like to mount...
# Describe the bug # Mounting /user/sbin/modprobe from host to csi-rbdplugin container. The modprobe in csi-rbdplugin container does not support .zst. We are using zsdt algorithm for compression. So, the...
> Jun 7 07:45:29.594: subvolumes [[{nfs-export-eb40d884-e62b-11ec-932d-2a8066a6beb8} {csi-vol-5fac3991-e62d-11ec-8ee0-7aaed4ab8f87}]]. subvolume count 2 not matching expected count 1 Looks like we got a bug? logs at https://jenkins-ceph-csi.apps.ocp.ci.centos.org/blue/organizations/jenkins/mini-e2e_k8s-1.23/detail/mini-e2e_k8s-1.23/1899/pipeline _Originally posted by @Madhu-1 in https://github.com/ceph/ceph-csi/issues/3148#issuecomment-1148537147_
# Describe the feature you'd like to have # Original discussion is available at https://github.com/ceph/ceph-csi/pull/2833#discussion_r798356559 **File system volumes** We should detect the accessMode from the mounts ReadOnly/ReadWrite. When trying to...