使用KVM进行实时迁移

发布于 2024-11-07 11:28:22 字数 613 浏览 4 评论 0原文

我想要在两台主机之间实时迁移虚拟机,为此我使用以下命令:

virsh migrate  vmtest qemu+ssh://[email protected]/system

我收到以下错误消息:

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 是我要迁移的虚拟机的硬盘映像 两台主机的配置从机器架构到 qemu 版本完全相同。我没有扰乱任何主机上的任何 iptables 设置。默认网络在两台主机上均处于活动状态。命令中是否有任何问题,或者此错误消息是否意味着什么(对我来说不是)。

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

virsh migrate  vmtest qemu+ssh://[email protected]/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).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故乡的云 2024-11-14 11:28:22

创建一个 nfs 池或任何其他类型的共享主机并尝试进行迁移。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文