diff --git a/Makefile b/Makefile index 0b1fd546..6020b326 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=2.0 VERSION=2.0 PACKAGE=qemu-server -PKGREL=36 +PKGREL=37 DESTDIR= PREFIX=/usr diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 50403ffd..9b26e199 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1638,7 +1638,7 @@ __PACKAGE__->register_method({ } 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') { diff --git a/changelog.Debian b/changelog.Debian index eda08430..a8cadd5a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (2.0-37) unstable; urgency=low + + * fix bug in storage availability check (migrate) + + -- Proxmox Support Team Sat, 07 Apr 2012 08:25:59 +0200 + qemu-server (2.0-36) unstable; urgency=low * use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests.