Comment 5 for bug 1655047

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/newton)

Reviewed: https://review.openstack.org/422279
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=63f1b43b0ac00c3fc558b9335d35f5cba48d2ecf
Submitter: Jenkins
Branch: stable/newton

commit 63f1b43b0ac00c3fc558b9335d35f5cba48d2ecf
Author: Andreas Scheuring <email address hidden>
Date: Wed Dec 21 16:21:52 2016 +0100

    s390 FC device path fix for Ubuntu

    This fix solves a LUN attachment error for Ubuntu on s390 host setups. Fiber
    Channel requires a path for discovery of new devices, and Ubuntu uses a
    different format than previously assumed. This can be solved by simply adding
    the Ubuntu-style path to the list of possible paths, since they get quietly
    dropped if they lead nowhere in FibreChannelConnector._get_possible_volume_paths
    anyways.

    Change-Id: I0b07572903263122213f2ea5dc42151a7b69d99f
    Closes-Bug: #1655047
    (cherry picked from commit df634a5fdea23038f140fabf00bc2dfb1fd13395)