Comment 8 for bug 1486601

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-nailgun-agent (master)

Reviewed: https://review.openstack.org/216307
Committed: https://git.openstack.org/cgit/stackforge/fuel-nailgun-agent/commit/?id=d7027952870a35db8dc52f185bb1158cdd3d1ebd
Submitter: Jenkins
Branch: master

commit d7027952870a35db8dc52f185bb1158cdd3d1ebd
Author: Alexander Gordeev <email address hidden>
Date: Mon Aug 24 18:17:11 2015 +0300

    Accept removable block devices by PCI vendor ID

    The issue is that, for particular raid controller obtaning vendor of
    block device from sysfs attributes is not realible.

    Once every raid controller is connected to PCI bus directly,
    it's more realible to look at vendor ID of that controller to which
    removable block device belongs.

    For example, Adaptec is a perfect canditate to be added to a list of
    removable PCI vendor IDs, since it's manufacturing RAID controllers
    mostly.

    Change-Id: Ib1018abbb46c65d909e594ad1d8921c8c5a139fc
    Related-Bug: #1486601