]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
rtstool on Ubuntu installs in /usr/local/bin
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 19 Dec 2014 19:32:02 +0000 (19:32 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 19 Dec 2014 19:32:02 +0000 (19:32 +0000)
commitc85bd876d3ae4b6e29bb040a49e43d3ba46b6039
tree9367853537919a63af68ca360cad230b22e7e626
parenta20330d64fc24d1421660b49d196609cd6127979
rtstool on Ubuntu installs in /usr/local/bin

The cinder-rtstool which is required to use LIO iscsi_helper
installs in /usr/local/bin on Ubuntu and /usr/bin on RHEL
variants.  Currently the rootwrap.conf only has /usr/bin
configured, as a result LIO can't be used on Ubuntu without
modifying the rootwrap file.

This patch just adds /usr/local/bin to the rootwrap.conf; Honestly
I'm not sure if this is good, bad or doesn't matter.  May be able
to address this via documentation, or upstream in the packaging of
cinder-rtstool instead?  Not sure what's preferred.

Change-Id: I577e10df25181c7d4ca8189b10640a8e6e39b047
Closes-Bug: #1402076
etc/cinder/rootwrap.conf