在虚拟机中恢复映像,无需启动它

发布于 2024-09-11 08:02:04 字数 150 浏览 5 评论 0原文

我正在使用 UEC 云(带有 kvm)

  • 我可以在虚拟机中恢复映像而不启动它吗? (就像冻结图像,然后在跳过整个启动过程的同时在该精确的刻度上重新启动图像)
  • 这就是“快照”吗?

如果可能的话,那么一般步骤是什么?

I'm using a UEC Cloud (with kvm)

  • Can I restore an image, in a VM, without booting it? (like freezing the image and then restarting the image on that exact tick while skipping the whole booting)
  • Is that what 'Snapshot' is?

If it's possible, then what are the general steps to do it?

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

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

发布评论

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

评论(2

━╋う一瞬間旳綻放 2024-09-18 08:02:04

我认为 virsh savevirsh Restore 是您正在寻找的命令。
Virsh 是 libvirt 的一部分,libvirt 是一个抽象层,可以与 kvm 和 xen 等不同的虚拟化解决方案进行通信。

我不知道这两个命令是如何实现的。

I think that virsh save and virsh restore are the commands you are looking for.
Virsh is a part of libvirt, an abstraction layer that can talk to different virtualization solutions like kvm and xen.

I don't know how these two commands are implemented.

呆° 2024-09-18 08:02:04

Virsh Restore 是直接启动虚拟机的命令,无需从最后保存的状态文件启动。

它会在保存状态文件的同一位置重新启动虚拟机。

virsh 恢复 /path/to/state file.state

Virsh restore is the command to directly start the VM without booting from teh lastly saved state file.

it restart the VM in the same position in which the state file was saved.

virsh restore /path/to/state file.state

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