[openstack-cinder] use lioadm iSCSI helper rather than tgtadm

Pádraig Brady pbrady at fedoraproject.org
Fri Mar 21 15:52:16 UTC 2014


commit b671ac651d378a85d691cff60885ca67821d2f2c
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Mar 21 15:51:36 2014 +0000

    use lioadm iSCSI helper rather than tgtadm

 cinder-dist.conf      |    2 +-
 openstack-cinder.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cinder-dist.conf b/cinder-dist.conf
index ccc7c3f..22cc10f 100644
--- a/cinder-dist.conf
+++ b/cinder-dist.conf
@@ -3,7 +3,7 @@ logdir = /var/log/cinder
 state_path = /var/lib/cinder
 lock_path = /var/lib/cinder/tmp
 volumes_dir = /etc/cinder/volumes
-iscsi_helper = tgtadm
+iscsi_helper = lioadm
 sql_connection = mysql://cinder:cinder@localhost/cinder
 rpc_backend = cinder.openstack.common.rpc.impl_qpid
 rootwrap_config = /etc/cinder/rootwrap.conf
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 58978cd..3b8a049 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2014.1
-Release:          0.4.b3%{?dist}
+Release:          0.5.b3%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -298,6 +298,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar 21 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-0.5.b3
+- Use lioadm iSCSI helper rather than tgtadm
+
 * Sun Mar 16 2014 Eric Harney <eharney at redhat.com> - 2014.1-0.4.b3
 - Update to Icehouse milestone 3
 - Add deps on python-oslo-rootwrap, python-taskflow


More information about the scm-commits mailing list