mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 15:36:06 +00: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
|
VERSION=2.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=36
|
PKGREL=37
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -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') {
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user