[Cloud Computing]Mechanisms: Live VM Migration

来源:互联网 发布:java poi3.17.jar 编辑:程序博客网 时间:2024/06/10 01:52

Live VM Migration


Also referred to as live migration, the live VM migration mechanism is a system that is capable of relocating virtual servers or virtual server instances at runtime.

The example in Figures 1 and 2 demonstrate live VM migration as follows:

    A virtual server capable of auto-scaling experiences an increase in its workload.

    The VIM decides that the virtual server cannot scale up because its underlying physical server host is being used by other virtual servers.

    The VIM commands the hypervisor on the busy physical server to suspend execution of the virtual server.

    The VIM then commands the instantiation of the virtual server on the idle physical server.

    State information (such as dirty memory pages and processor registers) is synchronized.

The VIM commands the hypervisor at the new physical server to resume the virtual server processing.

Figure 1 - An example demonstrating live VM migration (Part I).

Figure 2 - An example demonstrating live VM migration (Part II).

Related Patterns:

  • Cross-Hypervisor Workload Mobility
  • Elastic Resource Capacity
  • Load Balanced Virtual Server Instances
  • Non-Disruptive Service Relocation
  • Power Consumption Reduction
  • Secure Connection for Scaled VMs
  • Virtual Server-to-Host Affinity
  • Virtual Server-to-Host Anti-Affinity
  • Virtual Server-to-Virtual Server Affinity
  • Virtual Server-to-Virtual Server Anti-Affinity
  • Zero Downtime
0 0
原创粉丝点击