From 2980c2027a759465562bff1723e2cdd58033a522 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 17 Mar 2014 11:18:18 +0100 Subject: Restart libvirt-guests on kvm changes In order to make sure that changes in libs that kvm maps take effect we use libvirt-guests to shutdown and restart (or save and restore)all VMs once. --- whatmaps | 1 + 1 file changed, 1 insertion(+) diff --git a/whatmaps b/whatmaps index 74168c3..5a6704e 100755 --- a/whatmaps +++ b/whatmaps @@ -203,6 +203,7 @@ class DebianDistro(Distro): 'dovecot-pop3d': [ 'dovecot' ], 'exim4-daemon-light': [ 'exim4' ], 'exim4-daemon-heavy': [ 'exim4' ], + 'qemu-system-x86_64': [ 'libvirt-guests' ], } # Per package blacklist -- cgit v1.2.3