Rakshith R
Rakshith R
Running `getImageInfo()` may return `ErrImageNotFound` when rbd images are undergoing flattening operation. https://github.com/ceph/ceph-csi/blob/43f753760b0800beb023de066ff33e850fb4189e/internal/rbd/rbd_util.go#L1292 We need to try to do cleanup when we encounter `ErrImageNotFound` since it maybe unreliable in such...
# Describe the bug # CI passes even when it actually timed out Example: https://jenkins-ceph-csi.apps.ocp.ci.centos.org/blue/organizations/jenkins/mini-e2e-helm_k8s-1.23/detail/mini-e2e-helm_k8s-1.23/76/pipeline/99 https://jenkins-ceph-csi.apps.ocp.ci.centos.org/blue/organizations/jenkins/mini-e2e_k8s-1.22/detail/mini-e2e_k8s-1.22/1470/pipeline/93 https://jenkins-ceph-csi.apps.ocp.ci.centos.org/blue/organizations/jenkins/mini-e2e_k8s-1.23/detail/mini-e2e_k8s-1.23/77/pipeline/93 Especially on #2359 , since it add multiple e2e test cases which take...
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
Is this a bug report or feature request? * Bug Report **Bug Report** What happened: Ceph-CSI build is failing with the following error ``` tcmu-runner packages for x86_64 883 B/s...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** We are adding support for Replica-1 Non-Resilient pools for ocs/odf. But we currently don't...
This issue is to track e2e for cluster wide KMIP encryption with pykmip. This is a follow-up of https://github.com/rook/rook/pull/10889
Please have a TODO to add E2E test cases for this Depends on: #10518 _Originally posted by @Madhu-1 in https://github.com/rook/rook/pull/10892#pullrequestreview-1097435758_
This commit adds code to setup encryption on a rbdVol being repaired in a followup CreateVolume request. This is fixes a bug wherein encryption metadata may not have been set...
TODO's: - [ ] move logic to `internal/csi-addons/rbd` - [ ] remove replication service from controller server - [ ] add minimal unit tests like `internal/csi-addons/rbd/reclaimspace_test.go` - [ ] https://github.com/ceph/ceph-csi/pull/3349...
consider adding an option like `"AUTH_METHOD": "TLSCERT"` or something? That suggests making it more modular in the future. Of course, this can be the default if no `AUTH_METHOD` is set...