Hi,
I have a cluster with up-to-date nodes, but not all have been restarted after upgrade (I can't for the moment...).
When I try to migrate a VM from one host to another, online migration process fails with :
Of course, I can do off-line migration, or reboot my nodes. But in a HA environment, how do we have to do ?
I searched in sources, and I couldn't find "setup" status in migration process. The condition that fails is (in QemuMigrate.pm) :
How can a node send "setup" status if it's not handled here ? I repeat, all nodes are up-to-date (aptitude update; aptitude safe-upgrade), so the Perl code is up-to-date.
Can a developer give me information about that "setup" status and how to handle that ?
Thank you.
Florent
I have a cluster with up-to-date nodes, but not all have been restarted after upgrade (I can't for the moment...).
When I try to migrate a VM from one host to another, online migration process fails with :
Code:
ERROR: online migrate failure - unable to parse migration status 'setup' - aborting
Of course, I can do off-line migration, or reboot my nodes. But in a HA environment, how do we have to do ?
I searched in sources, and I couldn't find "setup" status in migration process. The condition that fails is (in QemuMigrate.pm) :
Code:
if ($stat->{status} =~ m/^(active|completed|failed|cancelled)$/im) {
How can a node send "setup" status if it's not handled here ? I repeat, all nodes are up-to-date (aptitude update; aptitude safe-upgrade), so the Perl code is up-to-date.
Can a developer give me information about that "setup" status and how to handle that ?
Thank you.
Florent
Last edited: