Comment 1 for bug 1539702

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

Reviewed: https://review.openstack.org/274174
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=661ea83ab8cd1a2abdfbfead2f3669f5422e2475
Submitter: Jenkins
Branch: master

commit 661ea83ab8cd1a2abdfbfead2f3669f5422e2475
Author: Lucian Petrut <email address hidden>
Date: Fri Jan 29 19:25:17 2016 +0200

    Fibre Channel: Fix invalid HBA adapter issues

    The FC hbaapi library can report invalid HBAs, which it cannot
    handle.

    For example, in case of a VMWare based VM, it can report the
    SCSI controller as a FC HBA.

    We can avoid having issues because of this by simply ignoring
    adapters that could not be processed, logging a meaningful message.

    Change-Id: I46285521ceb60d05a4ccc50b1ccf692bd50d976c
    Closes-Bug: #1539702