mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-22 22:03:55 +03:00
fix bug in storage availability check (migrate)
This commit is contained in:
parent
b7e0c8bf39
commit
22d646a733
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=36
|
||||
PKGREL=37
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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') {
|
||||
|
||||
|
@ -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
|
||||
|
||||
* use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user