]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document autostart fix
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Oct 2019 09:10:13 +0000 (11:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Oct 2019 14:42:19 +0000 (16:42 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index 9fd8f65515887a5b590e03401ff108a1e01eed2a..d9c402e6bb1b86f1f83f3c80856e4ce0400b406a 100644 (file)
     <section title="Improvements">
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          lib: autostart objects exactly once
+        </summary>
+        <description>
+          If libvirtd or any of the sub-daemons is started with socket
+          activation then objects might be autostarted more than once.
+          For instance, if a domain under <code> qemu:///session </code>
+          URI is mark as autostarted and the session daemon is started then the
+          domain is started with it. If user shuts the domain down and the
+          session daemon is started again, the user's wish to keep the
+          domain shut off is ignored and the domain is autostarted again.
+          This is now fixed.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v5.8.0" date="2019-10-05">