]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: fix example command on creating ceph user
authorYuan Zhou <yuan.zhou@intel.com>
Fri, 14 Jun 2019 01:55:02 +0000 (09:55 +0800)
committerJason Dillaman <dillaman@redhat.com>
Mon, 24 Jun 2019 21:36:54 +0000 (17:36 -0400)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
doc/rbd/rbd-persistent-cache.rst

index d9121668dbb18716c371ae89878bdae27a64dcee..d4cecf5b6b5b9110c7786c638c89af942cdf5411 100644 (file)
@@ -89,7 +89,7 @@ The ``ceph-immutable-object-cache`` daemon is available within the optional
 To `create a Ceph user`_, with ``ceph`` specify the ``auth get-or-create``
 command, user name, monitor caps, and OSD caps::
 
-  ceph auth get-or-create client.ceph-immutable-object-cache.{unique id} mon r osd 'profile rbd-read-only'
+  ceph auth get-or-create client.ceph-immutable-object-cache.{unique id} mon 'allow r' osd 'profile rbd-read-only'
 
 The ``ceph-immutable-object-cache`` daemon can be managed by ``systemd`` by specifying the user
 ID as the daemon instance::