Rakshith R
Rakshith R
> Add a note somewhere about how it was tested? This was tested with pykimp server instance deployed in kubernetes cluster, I'll open an issue to track this, so we...
It would be great to have Encrypt & Decrypt ops similar to other operations currently implemented. https://github.com/ceph/ceph-csi/pull/3306 /assign I'll be working on this soon.
This commit adds code to check parent image while enabling mirroring on child image. It errors out if the parent is in trash or not mirror enabled. This enables better...
# Describe the enhancement # Currently `EnsureImageCleanup()` lists and parses images in trash to find image id for equivalent image name. We can instead use imgae id directly fetched by...
# Describe the bug # If parent PVC of snapshot/ restore/clone pvc is deleted, then https://github.com/ceph/ceph-csi/blob/35eb347eaccfc8875b1c4e2073f557c008f5e656/internal/rbd/rbd_util.go#L700 will not work as intended. Therefore, the clone depth returned is not correct since...
# Describe the feature you'd like to have # Add support for nfs shallow volumes based on cephfs shallow volumes A nfs shallow volume will need to use a different...
Each Storage System/workload may have different requirements. It'll be great to have support for [choosing only|opt out of] one of [controller/node]reclaimspace operation to run. Example: - Running only nodereclaimspace operation...
The actions seem to be failing from around the same time this change was introduced. https://github.com/csi-addons/kubernetes-csi-addons/pull/383/files https://github.com/csi-addons/kubernetes-csi-addons/actions/workflows/build-push.yaml We can further investigate and revert this after the release. _Originally posted by...
``` # operator-sdk gets installed from the tools/vendor/ directory. OPERATOR_SDK = $(shell pwd)/bin/operator-sdk .PHONY: operator-sdk operator-sdk: # FIXME: Remove `go mod tidy && go mod vendor` once we find the...
# Describe the bug # Reclaim space operations need to be protected with volume locks similar to other calls to prevent multiple process executing rbd sparsify / fstrim on same...