virsh migrate --live instance-00000008 qemu+tcp://nova@az02hci02:16509/system --copy-storage-all
我使用命令实时迁移 openstack vm 实例。此迁移是没有共享存储的实时迁移。
迁移成功,实例的状态running
在目标主机中。但是迁移的实例没有ip。并且目标主机似乎没有网络。
virsh net-list
Name State Autostart Persistent
----------------------------------------------------------
vm 实例的接口和 MAC 地址为:
virsh domiflist instance-00000008
Interface Type Source Model MAC
-------------------------------------------------------
tapd8280f0e-52 bridge qbrd8280f0e-52 virtio fa:16:3e:33:2b:82
如何在没有 ip 的情况下进入这个 vm 实例?