]> git.ipfire.org Git - ipfire-2.x.git/commit
Update libvirt to 2.1
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 28 Aug 2016 17:59:19 +0000 (19:59 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Sep 2016 11:28:39 +0000 (12:28 +0100)
commit59d8f64e50bdcc339b95f306e4cebf85c36a3a4e
treecadb2a4ad405f9a4fa7d80d08e55d00d01885254
parent7331b247574f78c835551d9f2944483cb1381b94
Update libvirt to 2.1

This is the update of libvirt to the latest version 2.1.
The most important change from a packager view is the new virtlogd
daemon.
This daemon handles the qemu output and wrote it to log files.

The require some changes:
- A new init script to start, stop restart the daemon called virtlogd.
The daemon is restart with SIGUSR1 (this is important because the daemon
keeps all pipelines etc. open).

This introduces a problem with the uninstall.sh install.sh script.
It is not possible to stop the daemon while virtual machines are
running, so the script update.sh execute from now not uninstall.sh and
install.sh instead it contains all steps from uninstall.sh install.sh
expect the start / stop routine for virtlogd. The daemon is just
restarted after the update, which makes sure that all changes take
effect.

- new symlinks in the uninstall.sh and install.sh script and some root
file changes because of the new virtlogd init script.
- the archive format changes from tar.gz to tar.xz

For Changelogs see:

https://libvirt.org/news-2015.html
https://libvirt.org/news.html (2017 and later:
https://libvirt.org/news-2016.html )

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/i586/initscripts
config/rootfiles/common/x86_64/initscripts
config/rootfiles/packages/libvirt
lfs/libvirt
src/initscripts/init.d/virtlogd [new file with mode: 0644]
src/paks/libvirt/install.sh
src/paks/libvirt/uninstall.sh
src/paks/libvirt/update.sh