From a715b3f15c8bf99dc173c958f6c290009a499680 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 20 Sep 2021 16:02:33 +0200 Subject: [PATCH] doc/iscsi: fix some typos This fixes some typos in the iscsi documentation. Signed-off-by: Guillaume Abrioux --- doc/rbd/iscsi-target-cli.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/rbd/iscsi-target-cli.rst b/doc/rbd/iscsi-target-cli.rst index ef98cc1a6fe..91d57f2055e 100644 --- a/doc/rbd/iscsi-target-cli.rst +++ b/doc/rbd/iscsi-target-cli.rst @@ -179,8 +179,8 @@ to create a iSCSI target and export a RBD image as LUN 0. .. code-block:: console - > /> cd /iscsi-target - > /iscsi-target> create iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw + > /> cd /iscsi-targets + > /iscsi-targets> create iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw #. Create the iSCSI gateways. The IPs used below are the ones that will be used for iSCSI data like READ and WRITE commands. They can be the @@ -189,7 +189,7 @@ to create a iSCSI target and export a RBD image as LUN 0. .. code-block:: console - > /iscsi-target> cd iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/gateways + > /iscsi-targets> cd iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/gateways > /iscsi-target...-igw/gateways> create ceph-gw-1 10.172.19.21 > /iscsi-target...-igw/gateways> create ceph-gw-2 10.172.19.22 @@ -199,7 +199,7 @@ to create a iSCSI target and export a RBD image as LUN 0. .. code-block:: console - > /iscsi-target> cd iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/gateways + > /iscsi-targets> cd iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/gateways > /iscsi-target...-igw/gateways> create ceph-gw-1 10.172.19.21 skipchecks=true > /iscsi-target...-igw/gateways> create ceph-gw-2 10.172.19.22 skipchecks=true @@ -214,7 +214,7 @@ to create a iSCSI target and export a RBD image as LUN 0. .. code-block:: console - > /disks> cd /iscsi-target/iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/hosts + > /disks> cd /iscsi-targets/iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw/hosts > /iscsi-target...eph-igw/hosts> create iqn.1994-05.com.redhat:rh7-client #. Set the client's CHAP username to myiscsiusername and password to -- 2.47.3