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
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
ietadm: CommandFilter, /usr/sbin/ietadm, root
|
||||
tgtadm: CommandFilter, /usr/sbin/tgtadm, root
|
||||
tgt-admin: CommandFilter, /usr/sbin/tgt-admin, root
|
||||
cinder-rtstool: CommandFilter, cinder-rtstool, root
|
||||
|
||||
# cinder/volume/driver.py: 'vgs', '--noheadings', '-o', 'name'
|
||||
vgs: CommandFilter, /sbin/vgs, root
|
||||
|
||||
Reference in New Issue
Block a user