mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
news: Update after recent commits
Mention the hyperv notifier and the new API to set block thresholds.
This commit is contained in:
parent
0b7ec61bcc
commit
d63d54e558
@ -81,6 +81,20 @@
|
|||||||
with 'invtsc' CPU feature turned on.
|
with 'invtsc' CPU feature turned on.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Add support for block device threshold event
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
When using thin provisioning, management tools need to resize the
|
||||||
|
disk in certain cases. To avoid having them to poll disk usage
|
||||||
|
this version introduces an event which will be fired when a given
|
||||||
|
offset of the storage is written by the hypervisor. Together with the
|
||||||
|
API it allows registering thresholds for given storage backing
|
||||||
|
volumes and this event will then notify management if the threshold
|
||||||
|
is exceeded. Currently only the qemu driver supports this.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
@ -105,6 +119,17 @@
|
|||||||
applications running on the platform.
|
applications running on the platform.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Write hyperv crash information into vm log
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
qemu's implementation of the hyperv panic notifier now reports
|
||||||
|
information about the crash from the guest os. Starting with this
|
||||||
|
version, libvirt logs the information to the vm log file for possible
|
||||||
|
debugging.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user