]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add LIO iSCSI backend support using python-rtslib
authorEric Harney <eharney@redhat.com>
Mon, 17 Dec 2012 22:31:40 +0000 (17:31 -0500)
committerEric Harney <eharney@redhat.com>
Fri, 15 Feb 2013 16:20:10 +0000 (11:20 -0500)
commit1fc557561b711f6edb06cf28edb0f90900e2c21e
treed998e2b0247fd2492c4185c28ba8fc4ceef0433a
parent4bfd8cee7da9ecbc4c00b41525711895aa815bdf
Add LIO iSCSI backend support using python-rtslib

This patch enables LIO as an iSCSI backend for Cinder, using
python-rtslib.

To enable, set "iscsi_helper = lioadm" in cinder.conf.

This requires python-rtslib 2.1.fb27, which is available from pip.

Implements blueprint lio-iscsi-support
DocImpact

Change-Id: Ifb23de65f26a40997afd6148a1d0be39bcc8d196
bin/cinder-rtstool [new file with mode: 0755]
cinder/tests/test_iscsi.py
cinder/volume/drivers/lvm.py
cinder/volume/iscsi.py
etc/cinder/rootwrap.d/volume.filters
setup.py
tools/test-requires