doc: Correct title of capabilities doc

Correct capabilities doc with minor nits.

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2020-08-21 15:40:15 +05:30 committed by mergify[bot]
parent e3fb20de21
commit d9c8b07b84

View File

@ -1,4 +1,4 @@
# Capabilities of an user required for a ceph-csi in an Ceph cluster # Capabilities of a user required for ceph-csi in a Ceph cluster
Ceph uses the term capabilities to describe authorizing an authenticated user Ceph uses the term capabilities to describe authorizing an authenticated user
to exercise the functionality of the monitors, OSDs and metadata servers. to exercise the functionality of the monitors, OSDs and metadata servers.
@ -61,7 +61,7 @@ to change as per your requirement.
### create user for RBD ### create user for RBD
The command for provisioner and node stage secret for rbd will be same as The command for provisioner and node stage secret for rbd will be same as
they have similiar capability requirements. they have similar capability requirements.
```bash ```bash
ceph auth get-or-create client.kubernetes \ ceph auth get-or-create client.kubernetes \
@ -85,4 +85,4 @@ mon 'allow r' \
osd 'allow rw tag cephfs *=*' \ osd 'allow rw tag cephfs *=*' \
mgr 'allow rw' \ mgr 'allow rw' \
mds 'allow rw' mds 'allow rw'
``` ```