Prasanna Kumar Kalever
Prasanna Kumar Kalever
- Fix k8s yamls - Fix deprecated option - Betterment to final output --- This change is [](https://reviewable.io/reviews/gluster/gluster-kubernetes/656)
# Describe what this PR does # You can verify by checking your mon IP's and host IP, both should be the same. This will be useful if we are...
# Describe the bug # As a good practice, always make sure to validate the snapshot count after we create them in the tests Something like: ``` err = createSnapshot(&snap,...
# 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 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...
# 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...
# 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...
# Describe the feature you'd like to have # Healer Controller checks if a volume is still mounted and usable. To check whether a volume is usable, the CSI driver...
# Describe what this PR does # Move nbd to beta support ## Related issues ## Fixes: #2323 ## Future concerns ## * Need https://github.com/ceph/ceph-csi/issues/2018 * Also, we need to...
# 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...