]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add os-brick's scsi_id command to Cinder rootwrap
authorSean McGinnis <sean_mcginnis@dell.com>
Sat, 5 Sep 2015 18:04:05 +0000 (13:04 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Sun, 6 Sep 2015 02:15:58 +0000 (21:15 -0500)
commit6996b5b449377aa1d653e66759f7761e2de802ba
treeaa9840cc9986c3aa19ba3ebb6a916d2cf0ccd3c1
parent31ff5b05879fcec5124291816077660aa46f30f5
Add os-brick's scsi_id command to Cinder rootwrap

FC drivers are failing on calls to scsi_id. This command
is in the os-brick rootwrap filters, but that file is not
being pulled in to Cinder yet.

As a temporary fix until that work can be completed, this
patch adds the missing command directly to volume.filters
to allow this command to run. Follow up work will be needed
to remove this and other legacy brick commands from the
volume.filters file and instead pull in os-brick's
os-brick.filters values.

Change-Id: Iba8e5c82f8d203759cda0e21de5fdf2404b18e69
Partial-bug: #1479842
etc/cinder/rootwrap.d/volume.filters