目前我只想到了虚拟化的方案。系统运行在虚拟机里,休眠就是 take a snapshot。Xen 可以在线修改 CPU 和内存数量,这样就能把真实硬件“一一”映射到虚拟机里。这种方案会有什么潜在的问题吗?
如果不用虚拟化,suspend to cloud 是否容易实现?提前谢了。
我们学校的PXE网络启动(Linux)想有个 suspend to cloud 的功能,即把休眠的内存映像保存到云端服务器,在另一台硬件可能不同(CPU架构相同)的机器上启动,就恢复休眠前状态。根分区是网络挂载的,因此不需要考虑本地硬盘。PXE 服务可以与 DHCP 结合,因此 IP 地址可以保持不变。
目前我只想到了虚拟化的方案。系统运行在虚拟机里,休眠就是 take a snapshot。Xen 可以在线修改 CPU 和内存数量,这样就能把真实硬件“一一”映射到虚拟机里。这种方案会有什么潜在的问题吗?
如果不用虚拟化,suspend to cloud 是否容易实现?提前谢了。
--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 shlug+un...@googlegroups.com。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。
硬件不同的话恐怕很难实现。suspend时硬件要suspend,这些信息都在suspend的image里。resume时会有问题。更有可能两台机器memory layout都不一样。你可以看看linux的checkpoint/restore这个feature,它可以给application做snapshot,当然现在还有很多限制。
在 2013年5月24日上午4:02,bojieli <boj...@gmail.com>写道:我们学校的PXE网络启动(Linux)想有个 suspend to cloud 的功能,即把休眠的内存映像保存到云端服务器,在另一台硬件可能不同(CPU架构相同)的机器上启动,就恢复休眠前状态。根分区是网络挂载的,因此不需要考虑本地硬盘。PXE 服务可以与 DHCP 结合,因此 IP 地址可以保持不变。
目前我只想到了虚拟化的方案。系统运行在虚拟机里,休眠就是 take a snapshot。Xen 可以在线修改 CPU 和内存数量,这样就能把真实硬件“一一”映射到虚拟机里。这种方案会有什么潜在的问题吗?
如果不用虚拟化,suspend to cloud 是否容易实现?提前谢了。
--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 shlug+un...@googlegroups.com。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。
--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 shlug+un...@googlegroups.com。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。