mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 10:30:58 +00:00
do not use clusvcadm if we start using 'starturi' parameter
This commit is contained in:
parent
3be30d6325
commit
cce3774992
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=29
|
||||
PKGREL=30
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user