From f000ecb64e6e10c9525cc303e15df477b5670570 Mon Sep 17 00:00:00 2001 From: Rachanaben Patel Date: Tue, 16 Mar 2021 15:37:46 -0700 Subject: [PATCH] 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 --- doc/rbd/rbd-persistent-read-only-cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-persistent-read-only-cache.rst b/doc/rbd/rbd-persistent-read-only-cache.rst index 3b17efb9cec92..589b8af7fc3ab 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:: -- 2.39.5