سؤال

I want live migration of virtual machines between two host and for that i am using following command:

virsh migrate  vmtest qemu+ssh://root@10.20.254.106/system

I am getting the following error message:

error: internal error process exited while connecting to monitor: char device redirected to /dev/pts/3
qemu: could not open disk image /vms/vmtest.qcow2: No such file or directory

/vms/vmtest.qcow2 is the harddisk image of the virtual machine i want to migrate The configuration of both the hosts is exactly same form machine architecture to qemu version. I haven't disturbed any iptables settings on any of the hosts. Default network is active on both the hosts. Is there any thing wrong in the command or if this error messages means something (not to me).

هل كانت مفيدة؟

المحلول

Create a nfs pool or any other kind of shared hostage and try doing the migration.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top