mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
fix vzdump stop mode
This commit is contained in:
parent
2d8f7f219b
commit
cf3298e611
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=4
|
||||
PKGREL=5
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -193,7 +193,7 @@ sub stop_vm {
|
||||
|
||||
my $wait = $opts->{stopwait} * 60;
|
||||
# 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 {
|
||||
|
@ -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
|
||||
|
||||
* bump version
|
||||
|
Loading…
Reference in New Issue
Block a user