Make guest ACPI shutdown work

This commit is contained in:
Reto Buerki
2013-01-17 16:55:03 +01:00
committed by Tobias Brunner
parent c25f850601
commit 677795c3e7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ done
for host in $STRONGSWANHOSTS
do
log_action "Guest $host"
execute "virsh destroy $host"
execute "virsh shutdown $host"
rm -f $VIRTIMGSTORE/$host.$IMGEXT
done