diff --git a/doc/source/index.rst b/doc/source/index.rst index bad9ce1a..e63fa1e4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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: diff --git a/releasenotes/notes/instance-evacuate-2c46e63e3a6ae9c4.yaml b/releasenotes/notes/instance-evacuate-2c46e63e3a6ae9c4.yaml new file mode 100644 index 00000000..e237a483 --- /dev/null +++ b/releasenotes/notes/instance-evacuate-2c46e63e3a6ae9c4.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + The Hyper-V driver now supports the "instance evacuate" feature. diff --git a/releasenotes/notes/online-volume-resize-446d58c9f6f340b6.yaml b/releasenotes/notes/online-volume-resize-446d58c9f6f340b6.yaml new file mode 100644 index 00000000..05f40afd --- /dev/null +++ b/releasenotes/notes/online-volume-resize-446d58c9f6f340b6.yaml @@ -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. diff --git a/releasenotes/notes/update-device-metadata-7204fb0e85bad1e3.yaml b/releasenotes/notes/update-device-metadata-7204fb0e85bad1e3.yaml new file mode 100644 index 00000000..ccf4496b --- /dev/null +++ b/releasenotes/notes/update-device-metadata-7204fb0e85bad1e3.yaml @@ -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.