vexxhost / migratekit

Near-live migration toolkit for VMware to OpenStack
Apache License 2.0
65 stars 7 forks source link

Post migration networking expectations #23

Open paulfelton opened 2 weeks ago

paulfelton commented 2 weeks ago

Hi,

I've now got migratekit migrating a couple of VMs.

However, when I log into them they have no networking. Trying arp just hangs for example (I've tried a lot of other things too).

I've attempted installing drivers, etc, on the VM before migration to see if that helps, but I still have no networking. FYI, here's what I installed:

yum install -y qemu-guest-agent libvirt-daemon-driver-qemu qemu-kvm-core kernel-headers kernel-devel kernel-modules-extra
depmod
dracut --force

I've checked the security groups.

Is Migratekit supposed to handle networking during migration, or is this expected behaviour from migratekit?

mnaser commented 1 week ago

@paulfelton Does it fully not work at all? It seems odd that the networking doesn't work, are you able to launch VMs manually?

markattree commented 2 days ago

Hi there, I work with Paul and have picked this up while he's away.

The VM initially seems to migrate okay. It boots and I can access it and log in via the console in OpenStack. It's just networking that doesn't work.