RETIRED, Nova Hyper-V Compute Driver
Go to file
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
compute_hyperv Retry plugging ports when clustered instances start 2018-10-31 18:12:16 +02:00
doc/source Merge "docs: Update Cinder volume usage section" 2018-02-16 19:08:45 +00:00
etc Add config sample to compute-hyperv docs 2017-11-13 17:51:26 +00:00
nova Fixes eventlet monotonic clock issue 2018-02-14 07:48:40 +00:00
releasenotes Add release notes 2018-02-16 16:12:20 +02:00
tools Fixes zuul issues 2018-06-04 12:00:33 +00:00
.coveragerc move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
.docs-requirements.txt Prepare for readthedocs 2018-02-07 13:11:16 +02:00
.gitignore Switch to stestr 2018-07-10 10:32:55 +07:00
.gitreview Updates project repo to openstack 2015-10-19 01:11:54 +03:00
.mailmap Applies cookiecutter template 2015-03-23 22:21:15 +02:00
.stestr.conf Switch to stestr 2018-07-10 10:32:55 +07:00
.zuul.yaml add lower-constraints job 2018-08-02 07:31:06 -07:00
CONTRIBUTING.rst Applies cookiecutter template 2015-03-23 22:21:15 +02:00
HACKING.rst Update the doc urls 2017-11-21 10:25:29 +00:00
LICENSE Initial commit 2015-03-02 01:00:32 -08:00
MANIFEST.in Applies cookiecutter template 2015-03-23 22:21:15 +02:00
README.rst Update the doc urls 2017-11-21 10:25:29 +00:00
babel.cfg Applies cookiecutter template 2015-03-23 22:21:15 +02:00
lower-constraints.txt add lower-constraints job 2018-08-02 07:31:06 -07:00
openstack-common.conf Applies cookiecutter template 2015-03-23 22:21:15 +02:00
requirements.txt uncap eventlet 2018-04-11 11:50:10 -04:00
setup.cfg Add oslo.config entry point 2017-11-10 19:28:15 +02:00
setup.py Updated from global requirements 2017-03-07 13:57:02 +00:00
test-requirements.txt Switch to stestr 2018-07-10 10:32:55 +07:00
tox.ini Merge "fix tox python3 overrides" 2018-08-06 10:26:04 +00:00

README.rst

compute-hyperv

Hyper-V Nova Driver

Features

  • TODO