
The driver requires the new rbd-iscsi-client package, which is used to talk to the rbd-target-api on the ceph iscsi gateway node. The rbd-target-api is a python script meant to keep ceph iscsi gw nodes in sync with each other, but the API is works for creating iscsi targets. This is a new driver that makes heavy use of the ceph-iscsi project's rbd-target-api python REST client here: https://github.com/ceph/ceph-iscsi The driver is a derivation of the rbd driver, and the intention is to reuse as much of the base rbd driver as possible and just do iSCSI specific code here. Change-Id: Iff0e4d1137851c8f0b8ec25632d1186c2859b2fc
Cinder Reference Documentation (source/reference)
Introduction:
This directory is intended to hold any reference documentation for Cinder that doesn't fit into 'install', 'contributor', 'configuration', 'cli', 'admin', or 'user' categories.
The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.