From d9c8b07b840be93cfa663d4c53121d3691f02534 Mon Sep 17 00:00:00 2001 From: Yug Date: Fri, 21 Aug 2020 15:40:15 +0530 Subject: [PATCH] doc: Correct title of capabilities doc Correct capabilities doc with minor nits. Signed-off-by: Yug --- docs/capabilities.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/capabilities.md b/docs/capabilities.md index e850e0919..cd2662c42 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -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 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 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 ceph auth get-or-create client.kubernetes \ @@ -85,4 +85,4 @@ mon 'allow r' \ osd 'allow rw tag cephfs *=*' \ mgr 'allow rw' \ mds 'allow rw' -``` \ No newline at end of file +```