Comment 9 for bug 1479842

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/220745
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=6996b5b449377aa1d653e66759f7761e2de802ba
Submitter: Jenkins
Branch: master

commit 6996b5b449377aa1d653e66759f7761e2de802ba
Author: Sean McGinnis <email address hidden>
Date: Sat Sep 5 13:04:05 2015 -0500

    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