From c9dc97c4d0440e637157958d41a7f996eddcb499 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Fri, 14 Jun 2019 09:55:02 +0800 Subject: [PATCH] doc: fix example command on creating ceph user Signed-off-by: Yuan Zhou --- doc/rbd/rbd-persistent-cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-persistent-cache.rst b/doc/rbd/rbd-persistent-cache.rst index d9121668dbb..d4cecf5b6b5 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:: -- 2.39.5