Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
See also: :ref:`orchestrator-cli-service-spec`.
+Configuring iSCSI client
+========================
+
+The containerized iscsi service can be used from any host by
+:ref:`configuring-the-iscsi-initiators`, which will use TCP/IP to send SCSI
+commands to the iSCSI target (gateway).
+
Further Reading
===============
-* RBD: :ref:`ceph-iscsi`
+* Ceph iSCSI Overview: :ref:`ceph-iscsi`
You should now be able to use the RBD image like you would a normal
multipath’d iSCSI disk.
+
+4. Logout from target:
+
+ ::
+
+ # iscsiadm -m node -T iqn.2003-01.org.linux-iscsi.rheln1 -u
+.. _configuring-the-iscsi-initiators:
+
--------------------------------
Configuring the iSCSI Initiators
--------------------------------