mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-15 12:48:48 +00:00
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:
parent
e8a7e9b44c
commit
1575bfccc5
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.3
|
|||||||
|
|
||||||
VERSION=2.3
|
VERSION=2.3
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=10
|
PKGREL=11
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -331,9 +331,9 @@ sub archive {
|
|||||||
my ($vmid, $resp) = @_;
|
my ($vmid, $resp) = @_;
|
||||||
|
|
||||||
$qmpclient->queue_cmd($vmid, $backup_cb, 'backup',
|
$qmpclient->queue_cmd($vmid, $backup_cb, 'backup',
|
||||||
backupfile => "/dev/fdname/backup",
|
'backup-file' => "/dev/fdname/backup",
|
||||||
speed => $speed,
|
speed => $speed,
|
||||||
'config-filename' => $conffile,
|
'config-file' => $conffile,
|
||||||
devlist => $devlist);
|
devlist => $devlist);
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -420,7 +420,7 @@ sub archive {
|
|||||||
|
|
||||||
if ($err) {
|
if ($err) {
|
||||||
$self->loginfo("aborting backup job");
|
$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 $@;
|
warn $@ if $@;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
qemu-server (2.3-10) unstable; urgency=low
|
||||||
|
|
||||||
* enable hotplug by default
|
* enable hotplug by default
|
||||||
|
@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: @@ARCH@@
|
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
|
Conflicts: netcat-openbsd
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Description: Qemu Server Tools
|
Description: Qemu Server Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user