fix vzdump stop mode

This commit is contained in:
Dietmar Maurer 2011-11-21 06:38:11 +01:00
parent 2d8f7f219b
commit cf3298e611
3 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0 VERSION=2.0
PACKAGE=qemu-server PACKAGE=qemu-server
PKGREL=4 PKGREL=5
DESTDIR= DESTDIR=
PREFIX=/usr PREFIX=/usr

View File

@ -193,7 +193,7 @@ sub stop_vm {
my $wait = $opts->{stopwait} * 60; my $wait = $opts->{stopwait} * 60;
# send shutdown and wait # send shutdown and wait
$self->cmd ("qm shutdown $vmid --skiplock && qm wait $vmid $wait"); $self->cmd ("qm shutdown $vmid --skiplock && qm wait $vmid --timeout $wait");
} }
sub start_vm { sub start_vm {

View File

@ -1,3 +1,9 @@
qemu-server (2.0-5) unstable; urgency=low
* fix vzdump stop mode
-- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2011 06:38:03 +0100
qemu-server (2.0-4) unstable; urgency=low qemu-server (2.0-4) unstable; urgency=low
* bump version * bump version