From: Rachanaben Patel Date: Tue, 16 Mar 2021 22:37:46 +0000 (-0700) Subject: doc/RBD:fixes for ceph-immutable-object-cache daemon enable command X-Git-Tag: v16.2.0~92^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec2d92abe1779173cf2ed8c822a5722fe52cbaa9;p=ceph.git doc/RBD:fixes for ceph-immutable-object-cache daemon enable command Document for rbd-persistent-read-only-cache show how to manage ceph-immutable-object-cache daemon using systemd. command example needs fixing.It should be systemctl enable ceph-immutable-object-cache@ceph-immutable-object-cache.{unique id} Fixes: https://tracker.ceph.com/issues/49849 Signed-off-by: Rachanaben Patel (cherry picked from commit f000ecb64e6e10c9525cc303e15df477b5670570) --- diff --git a/doc/rbd/rbd-persistent-read-only-cache.rst b/doc/rbd/rbd-persistent-read-only-cache.rst index 3b17efb9cec9..589b8af7fc3a 100644 --- a/doc/rbd/rbd-persistent-read-only-cache.rst +++ b/doc/rbd/rbd-persistent-read-only-cache.rst @@ -128,7 +128,7 @@ command, user name, monitor caps, and OSD caps:: The ``ceph-immutable-object-cache`` daemon can be managed by ``systemd`` by specifying the user ID as the daemon instance:: - systemctl enable ceph-immutable-object-cache@immutable-object-cache.{unique id} + systemctl enable ceph-immutable-object-cache@ceph-immutable-object-cache.{unique id} The ``ceph-immutable-object-cache`` can also be run in foreground by ``ceph-immutable-object-cache`` command::