fix backup parameters for pve-qemu-kvm 1.4-4

bump version to 2.3-11

depend on pve-qemu-kvm 1.4-4
This commit is contained in:
Dietmar Maurer 2013-02-20 10:48:52 +01:00
parent e8a7e9b44c
commit 1575bfccc5
4 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.3
VERSION=2.3
PACKAGE=qemu-server
PKGREL=10
PKGREL=11
DESTDIR=
PREFIX=/usr

View File

@ -331,9 +331,9 @@ sub archive {
my ($vmid, $resp) = @_;
$qmpclient->queue_cmd($vmid, $backup_cb, 'backup',
backupfile => "/dev/fdname/backup",
'backup-file' => "/dev/fdname/backup",
speed => $speed,
'config-filename' => $conffile,
'config-file' => $conffile,
devlist => $devlist);
};
@ -420,7 +420,7 @@ sub archive {
if ($err) {
$self->loginfo("aborting backup job");
eval { PVE::QemuServer::vm_mon_cmd($vmid, 'backup_cancel'); };
eval { PVE::QemuServer::vm_mon_cmd($vmid, 'backup-cancel'); };
warn $@ if $@;
}

View File

@ -1,3 +1,9 @@
qemu-server (2.3-11) unstable; urgency=low
* fix backup parameters for pve-qemu-kvm 1.4-4
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Feb 2013 10:47:55 +0100
qemu-server (2.3-10) unstable; urgency=low
* enable hotplug by default

View File

@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
Section: admin
Priority: optional
Architecture: @@ARCH@@
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 1.4-1) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl, pve-cluster, redhat-cluster-pve, libjson-perl, libjson-xs-perl, libio-multiplex-perl
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 1.4-4) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl, pve-cluster, redhat-cluster-pve, libjson-perl, libjson-xs-perl, libio-multiplex-perl
Conflicts: netcat-openbsd
Maintainer: Proxmox Support Team <support@proxmox.com>
Description: Qemu Server Tools