From b900c5d4bfb8c857ccc853c625c802bb92fddace Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 12 Jun 2020 18:35:54 +1000 Subject: [PATCH] doc/rbd: add rbd-target-gw enable and start This commit adds the following commands to the "Configuring the iSCSI Target Using the Command Line" page: "systemctl enable rbd-target-gw" and "systemctl start rbd-target-gw" Fixes: https://tracker.ceph.com/issues/45987 Signed-off-by: Zac Dover (cherry picked from commit 4b126d30e5935c5efddf2dfd23023d8b3aa64057) --- doc/rbd/iscsi-target-cli.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/rbd/iscsi-target-cli.rst b/doc/rbd/iscsi-target-cli.rst index 2448a54148fae..7e9c56b3e3597 100644 --- a/doc/rbd/iscsi-target-cli.rst +++ b/doc/rbd/iscsi-target-cli.rst @@ -149,9 +149,14 @@ For rpm based instructions execute the following commands: :: # systemctl daemon-reload + + # systemctl enable rbd-target-gw + # systemctl start rbd-target-gw + # systemctl enable rbd-target-api # systemctl start rbd-target-api + **Configuring:** gwcli will create and configure the iSCSI target and RBD images and copy the -- 2.39.5