summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/rbd/iscsi-overview.rst
blob: a8c64e2069d60df5a730d2ff13cfce803e2c6396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
==================
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 Ceph’s
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 Initators  |   +--------------+   |
      |   | 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 Initiator <iscsi-initiators>
  Monitoring the iSCSI Gateways <iscsi-monitoring>