Comment 1 for bug 1749958

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

Reviewed: https://review.openstack.org/545293
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=937aa55ffa0deef007046bec0a0c42a3d9d8c895
Submitter: Zuul
Branch: master

commit 937aa55ffa0deef007046bec0a0c42a3d9d8c895
Author: Lucian Petrut <email address hidden>
Date: Fri Feb 16 15:18:46 2018 +0200

    Cluster driver: Blacklist iSCSI/FC volume drivers

    There are critical known issues related to the cluster driver and
    passthrough disks.

    When an instance is failed over, the instance attached volumes need
    to be accessible on the destination host. This will not happen
    transparently for such disks, for which reason the instance may
    bounce between a few nodes and then end up in error state,
    basically defeating the purpose of the cluster driver.

    This change ensures that the Hyper-V Cluster driver rejects
    iSCSI/FC Cinder volumes, raising an error that describes possible
    alternatives.

    Closes-Bug: #1749958

    Change-Id: I231b51c648e1349fcb8df4cd818b2d2887a55d69