]> git.proxmox.com Git - ceph.git/blame - ceph/doc/rbd/iscsi-targets.rst
Import ceph 15.2.8
[ceph.git] / ceph / doc / rbd / iscsi-targets.rst
CommitLineData
181888fb
FG
1=============
2iSCSI Targets
3=============
4
5Traditionally, block-level access to a Ceph storage cluster has been
6limited to QEMU and ``librbd``, which is a key enabler for adoption
7within OpenStack environments. Starting with the Ceph Luminous release,
8block-level access is expanding to offer standard iSCSI support allowing
9wider platform usage, and potentially opening new use cases.
10
11fdf7f2 11- Red Hat Enterprise Linux/CentOS 7.5 (or newer); Linux kernel v4.16 (or newer)
181888fb
FG
12
13- A working Ceph Storage cluster, deployed with ``ceph-ansible`` or using the command-line interface
14
15- iSCSI gateways nodes, which can either be colocated with OSD nodes or on dedicated nodes
16
17- Separate network subnets for iSCSI front-end traffic and Ceph back-end traffic
18
19A choice of using Ansible or the command-line interface are the
20available deployment methods for installing and configuring the Ceph
21iSCSI gateway:
22
23.. toctree::
24 :maxdepth: 1
25
26 Using Ansible <iscsi-target-ansible>
27 Using the Command Line Interface <iscsi-target-cli>