Skip to content

Commit

Permalink
Merge pull request ceph#43225 from guits/fix-iscsi-doc
Browse files Browse the repository at this point in the history
doc/iscsi: fix some typos

Reviewed-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov authored Sep 21, 2021
2 parents cfae1cc + a715b3f commit be23d3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/rbd/iscsi-target-cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit be23d3c

Please sign in to comment.