]> git.proxmox.com Git - qemu-server.git/commitdiff
fix backup parameters for pve-qemu-kvm 1.4-4
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Feb 2013 09:48:52 +0000 (10:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Feb 2013 09:48:52 +0000 (10:48 +0100)
bump version to 2.3-11

depend on pve-qemu-kvm 1.4-4

Makefile
PVE/VZDump/QemuServer.pm
changelog.Debian
control.in

index fe3c9344b5bee9435af62a5a3e50f10149415db4..9a0c823a3f1beb8e962883da6682b3a35bfbcd11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 VERSION=2.3
 PACKAGE=qemu-server
-PKGREL=10
+PKGREL=11
 
 DESTDIR=
 PREFIX=/usr
index 69130d7230b744a322fe43694f31e4b65fad8be4..7b2ae56675943429497db18788bcb6ab781552eb 100644 (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 $@;
     }
 
index 6ae334faa696568c7bed94e151394843ec0acf16..302c1787a6e219ed27260ae71fcde744a178a647 100644 (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
index cbd67f0968372d0d24ef7f1de44fd076f8e684c5..0397c6c9d60413c851a368841e27066ac0c4e297 100644 (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