Rakshith R
Rakshith R
This issue is to track the work required to support movement of standalone [volume replication operator](https://github.com/csi-addons/volume-replication-operator) into the kubernetes-csi-addons repo as a new controller. TODOs: - [ ] Add documentation...
Signed-off-by: Rakshith R **Description of your changes:** **Which issue is resolved by this Pull Request:** Resolves # **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines...
the ceph cli tools supports commands like: ceph rbd migration prepare/execute/commit/abort These can be done via the "json command" api for the mgr. We can support that functionality in rbd/admin....
The Key Management Interoperability Protocol (KMIP) is an extensible communication protocol that defines message formats for the manipulation of cryptographic keys on a key management server. Ceph-CSI can now be...
This issue to track the work required to move standalone [volume replication operator](https://github.com/csi-addons/volume-replication-operator) into the kubernetes-csi-addons repo. - [ ] add volumereplication capability. - [ ] move volumereplication server to...
csi-addons server will advertise replication capability and replication service will run with csi-addons server too. Updates: https://github.com/ceph/ceph-csi/issues/3277 Signed-off-by: Rakshith R
# 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...
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_
_Originally posted by @Madhu-1 in https://github.com/ceph/ceph-csi/issues/2901#issuecomment-1147399925_
### Describe the feature you'd like to have # Standardised logging, error message formatting,wrapping etc across code base. Currently, we use a variety of logging (Info,Debug,Error) and error formatting (`"failed...