From: Michal Privoznik Date: Mon, 7 Oct 2019 09:10:13 +0000 (+0200) Subject: news: Document autostart fix X-Git-Tag: v5.9.0-rc1~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19b1b14f1785b8726e162690235fdddc0ac3f587;p=thirdparty%2Flibvirt.git news: Document autostart fix Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index 9fd8f65515..d9c402e6bb 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,21 @@
+ + + lib: autostart objects exactly once + + + 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 qemu:///session + 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. + +