mirror of https://gitee.com/openkylin/libvirt.git
news: document events changes and lxc fix
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
4d24f2ed6f
commit
b3e2fe2de3
|
@ -12,6 +12,25 @@
|
|||
<libvirt>
|
||||
<release version="v3.0.0" date="unreleased">
|
||||
<section title="New features">
|
||||
<change>
|
||||
<summary>
|
||||
Domain events for metadata content changes
|
||||
</summary>
|
||||
<description>
|
||||
The domain events framework has a new event ID that can
|
||||
be used to get notifications when domain metadata content
|
||||
changes.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
Event notifications for the secret object
|
||||
</summary>
|
||||
<description>
|
||||
The secret object now supports event notifications, covering
|
||||
lifcycle changes and secret value changes.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
New localPtr attribute for "ip" element in network XML
|
||||
|
@ -161,6 +180,17 @@
|
|||
</change>
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
<change>
|
||||
<summary>
|
||||
lxc: fix accidental killing of containers during libvirtd restart
|
||||
</summary>
|
||||
<description>
|
||||
The libvirt_lxc process was previously not moved into the
|
||||
container scope. As a result, if systemd reloads its config
|
||||
after a container is started, when libvirtd is later restarted
|
||||
it will accidentally kill the containers.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
qemu: Correct GetBlockInfo values
|
||||
|
|
Loading…
Reference in New Issue