compute-hyperv/compute_hyperv/tests/unit/cluster
Lucian Petrut 937aa55ffa 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
2018-02-16 16:29:11 +02:00
..
__init__.py move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
test_clusterops.py tests: autospecs mock.patch and classes usages 2018-01-30 06:11:29 -08:00
test_driver.py tests: autospecs mock.patch and classes usages 2018-01-30 06:11:29 -08:00
test_livemigrationops.py tests: autospecs mock.patch and classes usages 2018-01-30 06:11:29 -08:00
test_volumeops.py Cluster driver: Blacklist iSCSI/FC volume drivers 2018-02-16 16:29:11 +02:00