]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration/auth-config-ref: use "describe" to define default keyrings
authorKefu Chai <kchai@redhat.com>
Mon, 19 Apr 2021 06:28:02 +0000 (14:28 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Apr 2021 09:08:46 +0000 (17:08 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/rados/configuration/auth-config-ref.rst

index ab348f6384fc5246da5b7902161cea789cd56819..25ef7e0197dac66d70a6b1f1247bee2b46f59aa9 100644 (file)
@@ -190,27 +190,27 @@ stores daemons keyrings inside their data directory. The default keyring
 locations, and the capabilities necessary for the daemon to function, are shown
 below.
 
-``ceph-mon``
+.. describe:: ceph-mon
 
 :Location: ``$mon_data/keyring``
 :Capabilities: ``mon 'allow *'``
 
-``ceph-osd``
+.. describe:: ceph-osd
 
 :Location: ``$osd_data/keyring``
 :Capabilities: ``mgr 'allow profile osd' mon 'allow profile osd' osd 'allow *'``
 
-``ceph-mds``
+.. describe:: ceph-mds
 
 :Location: ``$mds_data/keyring``
 :Capabilities: ``mds 'allow' mgr 'allow profile mds' mon 'allow profile mds' osd 'allow rwx'``
 
-``ceph-mgr``
+.. describe:: ceph-mgr
 
 :Location: ``$mgr_data/keyring``
 :Capabilities: ``mon 'allow profile mgr' mds 'allow *' osd 'allow *'``
 
-``radosgw``
+.. describe:: radosgw
 
 :Location: ``$rgw_data/keyring``
 :Capabilities: ``mon 'allow rwx' osd 'allow rwx'``