compute-hyperv/compute_hyperv
Lucian Petrut d3360948f6 Retry plugging ports when clustered instances start
After a while, the Failover Cluster will stop retrying when attempting
to bring back up failed instances. For example, if the CSV is down
more than a few minutes, the cluster groups will be set in "Failed"
state, while the VMs won't be registered on any Hyper-V node.

The issue is that we're only handling cluster group owner changes
(moved instances). If the admin fixes the issue and manually brings
the cluster groups back up, the instances are recreated but we aren't
handling this, so ports won't get reconnected.

This change will double check the ports when clustered instances
start.

Closes-Bug: #1799163

Change-Id: I5caa65d7b7922dc9632b18acedaf1aedeec3fcc3
2018-10-31 18:12:16 +02:00
..
hacking move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
nova Retry plugging ports when clustered instances start 2018-10-31 18:12:16 +02:00
tests Retry plugging ports when clustered instances start 2018-10-31 18:12:16 +02:00
__init__.py move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
i18n.py Update the doc urls 2017-11-21 10:25:29 +00:00