You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/news/2015-09-09-libvirt-init-scr.../2015-09-09-libvirt-init-scr...

25 lines
983 B

Title: libvirt-1.2.19 init script changes
Author: Doug Goldstein <cardoe@gentoo.org>
Content-Type: text/plain
Posted: 2015-09-09
Revision: 1
News-Item-Format: 1.0
Display-If-Installed: <app-emulation/libvirt-1.2.19
OpenRC Users:
In libvirt-1.2.19 and newer, the libvirtd init script has been split into
libvirtd and libvirt-guests.
The purpose of this change is to separate the management of the libvirtd
daemon from the libvirt domains/guests. This means that a number of settings
from /etc/conf.d/libvirtd have been moved to /etc/conf.d/libvirt-guests. These
settings have not been auto-migrated and you are advised to review
/etc/conf.d/libvirt-guests to ensure the behaviors are as you expect.
You must add libvirt-guests to the same runlevel where you run libvirtd
currently. Otherwise your domains/guests will not be gracefully shutdown and
could result in data loss. To do this run the following commands:
$ rc-update add libvirt-guests
$ service libvirt-guests start