summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-08-19 14:06:45 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-08-19 14:07:38 -0500
commit3e3f7b40a206e8e014e7820734caa58c4e88c033 (patch)
tree50312d5a3c601ea9904a5f724e58ca001269c3a2 /app-emulation/libvirt/libvirt-9999.ebuild
parentdev-util/pycharm-community: Remove old. (diff)
downloadgentoo-3e3f7b40a206e8e014e7820734caa58c4e88c033.tar.gz
gentoo-3e3f7b40a206e8e014e7820734caa58c4e88c033.tar.bz2
gentoo-3e3f7b40a206e8e014e7820734caa58c4e88c033.zip
app-emulation/libvirt: update libvirt-guests.init openrc script
From the bug report: """ When libvirt-guests tries to shutdown or suspend xen guests, it is unable to tell when all of the guests have terminated and ends up waiting the entire timeout before going on. This is because in xen, dom0 is always running. Simply grepping out the dom0 uuid (all 0s) should take care of this issue. """ Thanks to Karl Hakimian for bug report and patch. This is fixed in versions 4.6.0-r1 and 9999. Closes: https://bugs.gentoo.org/651598 Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'app-emulation/libvirt/libvirt-9999.ebuild')
-rw-r--r--app-emulation/libvirt/libvirt-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
index 72b1fb7e4bbd..e6f5276a786e 100644
--- a/app-emulation/libvirt/libvirt-9999.ebuild
+++ b/app-emulation/libvirt/libvirt-9999.ebuild
@@ -348,7 +348,7 @@ src_install() {
systemd_newtmpfilesd "${FILESDIR}"/libvirtd.tmpfiles.conf libvirtd.conf
newinitd "${S}/libvirtd.init" libvirtd || die
- newinitd "${FILESDIR}/libvirt-guests.init-r2" libvirt-guests || die
+ newinitd "${FILESDIR}/libvirt-guests.init-r3" libvirt-guests || die
newinitd "${FILESDIR}/virtlockd.init-r1" virtlockd || die
newinitd "${FILESDIR}/virtlogd.init-r1" virtlogd || die