mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: Correct title of capabilities doc
Correct capabilities doc with minor nits. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
e3fb20de21
commit
d9c8b07b84
@ -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'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user