]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LIO: Don't add ACL for local initiator name
authorEric Harney <eharney@redhat.com>
Tue, 10 Jun 2014 15:25:01 +0000 (11:25 -0400)
committerEric Harney <eharney@redhat.com>
Tue, 10 Jun 2014 15:40:35 +0000 (11:40 -0400)
commit37472be084358717ec2a046147e42dc248258ee9
tree22157d7a1a28c0e64d0eb36f51120d1c8532af37
parent7e57a36a3d3086b2f76d4b6daa9bffdb2a6cff19
LIO: Don't add ACL for local initiator name

Currently cinder-rtstool requires /etc/iscsi/initiatorname.iscsi
to be present in order to create a LUN/ACL/portal successfully.
However, this is not required since Cinder will create the
required ACLs dynamically at attach time as well.

Removing this path means that iscsi-initiator-utils no longer
needs to be installed locally when using a remote Nova compute
node.

Closes-Bug: 1328580

Change-Id: Ieb5e28e3f81987ab8518b861fff885f371969a56
bin/cinder-rtstool