From: Yuan Zhou Date: Fri, 14 Jun 2019 01:55:02 +0000 (+0800) Subject: doc: fix example command on creating ceph user X-Git-Tag: v15.1.0~2379^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c9dc97c4d0440e637157958d41a7f996eddcb499;p=ceph.git doc: fix example command on creating ceph user Signed-off-by: Yuan Zhou --- diff --git a/doc/rbd/rbd-persistent-cache.rst b/doc/rbd/rbd-persistent-cache.rst index d9121668dbb1..d4cecf5b6b5b 100644 --- a/doc/rbd/rbd-persistent-cache.rst +++ b/doc/rbd/rbd-persistent-cache.rst @@ -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::