fix bug in storage availability check (migrate)

This commit is contained in:
Dietmar Maurer 2012-04-07 08:26:51 +02:00
parent b7e0c8bf39
commit 22d646a733
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=36 PKGREL=37
DESTDIR= DESTDIR=
PREFIX=/usr PREFIX=/usr

View File

@ -1638,7 +1638,7 @@ __PACKAGE__->register_method({
} }
my $storecfg = PVE::Storage::config(); my $storecfg = PVE::Storage::config();
PVE::QemuServer::check_storage_availability($storecfg, $conf, "test"); PVE::QemuServer::check_storage_availability($storecfg, $conf, $target);
if (&$vm_is_ha_managed($vmid) && $rpcenv->{type} ne 'ha') { if (&$vm_is_ha_managed($vmid) && $rpcenv->{type} ne 'ha') {

View File

@ -1,3 +1,9 @@
qemu-server (2.0-37) unstable; urgency=low
* fix bug in storage availability check (migrate)
-- Proxmox Support Team <support@proxmox.com> Sat, 07 Apr 2012 08:25:59 +0200
qemu-server (2.0-36) unstable; urgency=low qemu-server (2.0-36) unstable; urgency=low
* use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests. * use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests.