ceph-csi
ceph-csi copied to clipboard
CSI driver for Ceph
# Describe the feature you'd like to have # In kubernetes v1.24 the CSIStoageCapacity feature has been moved to GA. This allows us to work on a stable API to...
Based on the version specified in the build.env we need a script to update all the required files. this helps to reduce the burden. we don't need to worry about...
# Describe the bug # ``` �[1mSTEP�[0m: verify PVC and app binding on helm installation [...] Jun 15 10:25:03.414: INFO: ExecWithOptions {Command:[/bin/sh -c rados ls --pool=replicapool | grep -v default...
_Originally posted by @Madhu-1 in https://github.com/ceph/ceph-csi/issues/2901#issuecomment-1147399925_
Use struct logging which is present in klog v2, Refer https://kubernetes.io/blog/2022/05/25/contextual-logging/ for more details. This helps in debugging.
CephFS controller round off ( by util.RoundOffBytes) on the size passed in from the provisioner at present, however this can cause wastage of space in the cluster. The CephFS filesystem...
# Describe the bug # We had found 2 OMAP leaks in the e2e testing, PR https://github.com/ceph/ceph-csi/pull/3041 tries to work around it for now. This request is to investigate further...
This is a tracker to add the E2E validation for the kernelMountOptions and fuseMountOptions for the cephfs. after mount the cephfs subvolumes we should verify that the required options exists...
Currently, we dont have any validation in the E2E for the rbd/nbd map options. if there is a bug in the code where rbd/nbd options are discarded why might end...
Ginkgo v1 is deprecated and was replaced with v2. Ref: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#upgrading-to-ginkgo-20 Signed-off-by: Madhu Rajanna