ceph/doc/rbd/iscsi-overview.rst
Lenz Grimmer 71e46887d4 doc: Updated dashboard iSCSI configuration, added labels
Added note about the requirement for the latest ceph-iscsi version
3 to the dashboard documentation. Added some doc references
and replaced some URLs in the iSCSI docs with reST labels instead.

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
2019-03-31 13:32:15 -05:00

53 lines
2.6 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _ceph-iscsi:
==================
Ceph iSCSI Gateway
==================
The iSCSI gateway is integrating Ceph Storage with the iSCSI standard to provide
a Highly Available (HA) iSCSI target that exports RADOS Block Device (RBD) images
as SCSI disks. The iSCSI protocol allows clients (initiators) to send SCSI commands
to SCSI storage devices (targets) over a TCP/IP network. This allows for heterogeneous
clients, such as Microsoft Windows, to access the Ceph Storage cluster.
Each iSCSI gateway runs the Linux IO target kernel subsystem (LIO) to provide the
iSCSI protocol support. LIO utilizes a userspace passthrough (TCMU) to interact
with Ceph's librbd library and expose RBD images to iSCSI clients. With Cephs
iSCSI gateway you can effectively run a fully integrated block-storage
infrastructure with all the features and benefits of a conventional Storage Area
Network (SAN).
.. ditaa::
Cluster Network
+-------------------------------------------+
| | | |
+-------+ +-------+ +-------+ +-------+
| | | | | | | |
| OSD 1 | | OSD 2 | | OSD 3 | | OSD N |
| {s}| | {s}| | {s}| | {s}|
+-------+ +-------+ +-------+ +-------+
| | | |
+--------->| | +---------+ | |<---------+
: | | | RBD | | | :
| +----------------| Image |----------------+ |
| Public Network | {d} | |
| +---------+ |
| |
| +-------------------+ |
| +--------------+ | iSCSI Initiators | +--------------+ |
| | iSCSI GW | | +-----------+ | | iSCSI GW | |
+-->| RBD Module |<--+ | Various | +-->| RBD Module |<--+
| | | | Operating | | | |
+--------------+ | | Systems | | +--------------+
| +-----------+ |
+-------------------+
.. toctree::
:maxdepth: 1
Requirements <iscsi-requirements>
Configuring the iSCSI Target <iscsi-targets>
Configuring the iSCSI Initiators <iscsi-initiators>
Monitoring the iSCSI Gateways <iscsi-monitoring>