Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis 2013
DOI: 10.1145/2503210.2503274
|View full text |Cite
|
Sign up to set email alerts
|

Scalable virtual machine deployment using VM image caches

Abstract: In IaaS clouds, VM startup times are frequently perceived as slow, negatively impacting both dynamic scaling of web applications and the startup of high-performance computing applications consisting of many VM nodes. A significant part of the startup time is due to the large transfers of VM image content from a storage node to the actual compute nodes, even when copy-on-write schemes are used. We have observed that only a tiny part of the VM image is needed for the VM to be able to start up. Based on this obse… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
38
0

Year Published

2014
2014
2023
2023

Publication Types

Select...
4
2
1

Relationship

1
6

Authors

Journals

citations
Cited by 44 publications
(38 citation statements)
references
References 23 publications
0
38
0
Order By: Relevance
“…We used the InfiniBand network for our experiments to avoid the network bottlenecks. In situations where premium networks are not available, low-overhead caching techniques [24,23] avoid the network bottlenecks associated with VM deployment. The head node runs an off-the-shelf NFS server optimized for read and write requests at QCOW2's cluster size [10], which stores the VM disk images.…”
Section: Methodsmentioning
confidence: 99%
See 3 more Smart Citations
“…We used the InfiniBand network for our experiments to avoid the network bottlenecks. In situations where premium networks are not available, low-overhead caching techniques [24,23] avoid the network bottlenecks associated with VM deployment. The head node runs an off-the-shelf NFS server optimized for read and write requests at QCOW2's cluster size [10], which stores the VM disk images.…”
Section: Methodsmentioning
confidence: 99%
“…To avoid slow RPC requests/responses that execute serially, we changed the interface to allow for multiple deployment requests to be sent with a single RPC call. total VM deployment time is the booting of the guest OS that can be further improved as suggested in [24,26].…”
Section: Serial Deploymentsmentioning
confidence: 99%
See 2 more Smart Citations
“…Each private virtual disk of VM is an incremental image file to the base image and be allocated by the strategy of copy on write (COW). According to the documented details of QCOW2 [17], VM's write request, excluding rewrite one, appends new data to the end of an incremental image file. In doing so, VM's physical disk data can be allocated on the demand of end user.…”
Section: Shadow-basementioning
confidence: 99%