[PVE-User] New KVM 1.2, snapshots, vzctl and other packages on pvetest (on the road to V2.2)
Alexandre DERUMIER
aderumier at odiso.com
Mon Oct 8 10:14:52 CEST 2012
Hi,
just check the code,
/usr/share/perl5/PVE/Qemuserver.pm
we start now with -S by default
if ($statefile) {
if ($statefile eq 'tcp') {
$migrate_port = next_migrate_port();
my $migrate_uri = "tcp:localhost:${migrate_port}";
push @$cmd, '-incoming', $migrate_uri;
push @$cmd, '-S';
} else {
push @$cmd, '-loadstate', $statefile;
}
}
maybe can you try
to replace
push @$cmd, '-S';
by push @$cmd, '-S' if $migratedfrom;
on your proxmox 2.2 target
(restart /etc/init.d/pvedaemon)
It should'nt break migration between 2.2 hosts, and avoid starting in sleep mode from 2.1 to 2.2
----- Mail original -----
De: "Luca Fornasari" <luca.fornasari at upprovider.it>
À: pve-user at pve.proxmox.com
Envoyé: Lundi 8 Octobre 2012 09:18:55
Objet: Re: [PVE-User] New KVM 1.2, snapshots, vzctl and other packages on pvetest (on the road to V2.2)
-------- Original Message --------
Subject: Re: [PVE-User] New KVM 1.2, snapshots, vzctl and other packages
on pvetest (on the road to V2.2)
From: Dietmar Maurer <dietmar at proxmox.com>
To: David Black <proxmox at 1000.relay.net>, Martin Maurer <martin at proxmox.com>
CC: "proxmoxve \(pve-user at pve.proxmox.com\)" <pve-user at pve.proxmox.com>
Date: 10/08/2012 07:32 AM
> Migration code changed, so migration from 2.1 to 2.2 will not work.
So what (online)upgrade path for a multi-node cluster?
Thanks,
Luca
_______________________________________________
pve-user mailing list
pve-user at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
More information about the pve-user
mailing list