Bug #269
opennebula live migration problem
Status: | Closed | Start date: | 06/24/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Release 1.4 | |||
Resolution: | worksforme | Pull request: | ||
Affected Versions: |
Description
i've installed opennebula in ubuntu 9.10.
while live migration of virtual machines amog 2 hosts there is a problem that the migrated virtual machine it still runs in the old host itself.there is no problem with cold migration.
i've attached the oned.log and the vm.log file
please reply its very urgent
Associated revisions
History
#1 Updated by Ruben S. Montero about 11 years ago
- Status changed from New to Closed
- Resolution set to worksforme
Hi,
From your logs it seems that you have a mis-configured libvirt.
Thu Jun 24 15:00:59 2010 [LCM][I]: New VM state is MIGRATE Thu Jun 24 15:01:03 2010 [VMM][I]: Command execution fail: virsh --connect qemu:///system migrate --live one-6 qemu+ssh://192.168.2.33/session Thu Jun 24 15:01:03 2010 [VMM][I]: STDERR follows. Thu Jun 24 15:01:03 2010 [VMM][I]: Connecting to uri: qemu:///system
You are using ssh as transport (default in opennebula, but can be changed in the driver). You can check the libvirt logs, and verify that ssh keys are exchanged between the workernodes (not the front-end).