Abstract
The ability to quickly set up and tear down a virtual machine is critical for today’s cloud elasticity, as well as in numerous other scenarios: guest migration/consolidation, event-driven invocation of micro-services, dynamically adaptive unikernel-based applications, micro-reboots for security or stability, etc. In this paper, we focus on the process of setting up/freeing the hypervisor and host control layer data structures at boot/destruction time, showing that it does not scale in current virtualization solutions. In addition to the direct overhead of long VM set-up/destruction times, we demonstrate by experimentation the indirect costs on real world auto scaling systems. Focusing on the popular Xen hypervisor, we identify three critical issues hindering the scalability of the boot and destruction processes: serialized boot, unscalable interactions with the Xenstore at guest creation time, and remote NUMA memory scrubbing at destruction time. For each of these issues we present the design and implementation of a solution in the Xen infrastructure: parallel boot with fine-grained locking, caching of Xenstore data, and local NUMA scrubbing. We evaluate these solutions using micro-benchmarks, macro-benchmarks, and real world datacenter traces. Results show that our work improves the current Xen implementation by a significant factor, for example macro-benchmarks indicate a speedup of more than 4X in high-load scenarios.
Original language | English |
---|---|
Title of host publication | Proceedings of the 13th ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments |
Place of Publication | New York, NY, USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 1-14 |
Number of pages | 14 |
ISBN (Print) | 978-1-4503-4948-2 |
DOIs | |
Publication status | Published - 8 Apr 2017 |
Event | 13th ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments - Xi'an, China Duration: 8 Apr 2017 → 9 Apr 2017 https://conf.researchr.org/home/vee-2017/ |
Publication series
Name | ACM SIGPLAN Notices |
---|---|
Publisher | ACM |
Volume | 52 |
ISSN (Print) | 0362-1340 |
ISSN (Electronic) | 1558-1160 |
Conference
Conference | 13th ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments |
---|---|
Abbreviated title | VEE 2017 |
Country/Territory | China |
City | Xi'an |
Period | 8/04/17 → 9/04/17 |
Internet address |
Keywords / Materials (for Non-textual outputs)
- Virtualization
- Cloud Computing
- Elasticity
- Scalability