ceph-csi/docs
ShyamsundarR c5762b6b5c Modify RBD plugin to use a single ID and move the id and key into the secret
RBD plugin needs only a single ID to manage images and operations against a
pool, mentioned in the storage class. The current scheme of 2 IDs is hence not
needed and removed in this commit.

Further, unlike CephFS plugin, the RBD plugin splits the user id and the key
into the storage class and the secret respectively. Also the parameter name
for the key in the secret is noted in the storageclass making it a variant and
hampers usability/comprehension. This is also fixed by moving the id and the key
to the secret and not retaining the same in the storage class, like CephFS.

Fixes #270

Testing done:
- Basic PVC creation and mounting

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-06-24 13:46:14 +00:00
..
coding.md Update coding.md 2019-06-04 11:50:52 +05:30
deploy-cephfs.md Make CephFS plugin stateless reusing RADOS based journal scheme 2019-05-30 06:20:35 -04:00
deploy-rbd.md Modify RBD plugin to use a single ID and move the id and key into the secret 2019-06-24 13:46:14 +00:00
development-guide.md Update readme to point to development and contributing guide. 2019-06-04 11:35:48 +05:30
releases.md Update docs. 2019-05-08 06:01:48 +00:00