Merge "Add release notes"

This commit is contained in:
Zuul 2018-02-16 14:31:05 +00:00 committed by Gerrit Code Review
commit 84b87fbb11
4 changed files with 19 additions and 0 deletions

View File

@ -19,6 +19,9 @@ hosts as OpenStack compute nodes, more specifically:
* ``nova-compute`` configuration options
* Troubleshooting and debugging tips & tricks
For release notes, please check out the following `page`__.
__ http://compute-hyperv.readthedocs.io/projects/releasenotes
Contents:

View File

@ -0,0 +1,4 @@
---
features:
- |
The Hyper-V driver now supports the "instance evacuate" feature.

View File

@ -0,0 +1,7 @@
---
features:
- |
The Hyper-V driver now supports online volume resize (only applies to
iSCSI/FC disks). Warning: this won't work properly with some iSCSI
backends (e.g. LVM + tgt), which will drop connected initiators
during an online volume resize operation.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The Hyper-V driver now properly provides instance disk metadata (even for
untagged disks), allowing the guests to safely identify disks.