do not use clusvcadm if we start using 'starturi' parameter

This commit is contained in:
Dietmar Maurer 2012-03-27 12:21:15 +02:00
parent 3be30d6325
commit cce3774992
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=qemu-server
PKGREL=29
PKGREL=30
DESTDIR=
PREFIX=/usr

View File

@ -1174,7 +1174,8 @@ __PACKAGE__->register_method({
my $storecfg = PVE::Storage::config();
if (&$vm_is_ha_managed($vmid) && $rpcenv->{type} ne 'ha') {
if (&$vm_is_ha_managed($vmid) && !$stateuri &&
$rpcenv->{type} ne 'ha') {
my $hacmd = sub {
my $upid = shift;

View File

@ -1,3 +1,9 @@
qemu-server (2.0-30) unstable; urgency=low
* fix ha migration
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 12:20:33 +0200
qemu-server (2.0-29) unstable; urgency=low
* fix bug #97: execute 'clusvcadm' commands for HA managed VMs