Live migration of virtual machines

  • Authors:
  • Christopher Clark;Keir Fraser;Steven Hand;Jacob Gorm Hansen;Eric Jul;Christian Limpach;Ian Pratt;Andrew Warfield

  • Affiliations:
  • University of Cambridge Computer Laboratory, Cambridge, UK;University of Cambridge Computer Laboratory, Cambridge, UK;University of Cambridge Computer Laboratory, Cambridge, UK;Department of Computer Science, University of Copenhagen, Denmark;Department of Computer Science, University of Copenhagen, Denmark;University of Cambridge Computer Laboratory, Cambridge, UK;University of Cambridge Computer Laboratory, Cambridge, UK;University of Cambridge Computer Laboratory, Cambridge, UK

  • Venue:
  • NSDI'05 Proceedings of the 2nd conference on Symposium on Networked Systems Design & Implementation - Volume 2
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Migrating operating system instances across distinct physical hosts is a useful tool for administrators of data centers and clusters: It allows a clean separation between hard-ware and software, and facilitates fault management, load balancing, and low-level system maintenance. By carrying out the majority of migration while OSes continue to run, we achieve impressive performance with minimal service downtimes; we demonstrate the migration of entire OS instances on a commodity cluster, recording service downtimes as low as 60ms. We show that that our performance is sufficient to make live migration a practical tool even for servers running interactive loads. In this paper we consider the design options for migrating OSes running services with liveness constraints, focusing on data center and cluster environments. We introduce and analyze the concept of writable working set, and present the design, implementation and evaluation of high-performance OS migration built on top of the Xen VMM.