the xcloud and design alternatives presented by lavone rodolph

21
The xCloud and Design Alternatives Presented by Lavone Rodolph

Upload: william-miles

Post on 05-Jan-2016

222 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: The xCloud and Design Alternatives Presented by Lavone Rodolph

The xCloud and Design Alternatives

Presented by Lavone Rodolph

Page 2: The xCloud and Design Alternatives Presented by Lavone Rodolph

OverviewDefinition of Virtualization

Why Virtualization is hot

Two major virtualization hypervisor platforms

Cloud Providers

Major cloud provider problem for cloud users

Solutions to problem

Testing Results

Page 3: The xCloud and Design Alternatives Presented by Lavone Rodolph

Virtualization Definition“Virtualization is the creation of a virtual device

or resource such as a server, storage device, network or even an operating system” [3]

Page 4: The xCloud and Design Alternatives Presented by Lavone Rodolph

Why virtualization is hot

The 4 drivers of virtualization

Hardware is underutilizedData Centers run out of spaceEnergy Cost is highSystem administration cost mounts

Page 5: The xCloud and Design Alternatives Presented by Lavone Rodolph

Two Major Virtualization VMM Platforms

Xen

KVM

Page 6: The xCloud and Design Alternatives Presented by Lavone Rodolph

Xen Hypervisor Platform2 Main Components:

Hypervisor (VMM) – manages memory, CPU scheduling, etc.

VM0 (Domain 0) – has direct access to HW. Provides device drivers and I/O mgmt. for guest VM’s

Paravirtualization replaces all privileged instructions with direct calls to hypervisor

Page 7: The xCloud and Design Alternatives Presented by Lavone Rodolph

KVM Hypervisor 4 privilege levels

Rings 0-3

Ring 0 (Most Privileged) controls HW& Sys. Functions

KVM model depends on architecture set. Ex. In X86 Guest OS runs in Ring 3, Rings 1 & 2 not used.

Page 8: The xCloud and Design Alternatives Presented by Lavone Rodolph

Cloud ProvidersAmazon (EC2)

Google

IBM

Microsoft

Rackspace

Salesforce

Page 9: The xCloud and Design Alternatives Presented by Lavone Rodolph

Cloud Provider ProblemsImmutable Hypervisor and Buried HW

Users are dependent on Cloud Vendor hypervisor tools

Ex.) Amazon EC2 – CloudWatch Monitoring tool, Elastic load balancing.

Users can not create custom hypervisor tools or employ techniques (such as efficient page sharing) at the hypervisor level.

HW details lies behind virtual abstraction. Users can only use HW interfaces exposed by cloud provider

Page 10: The xCloud and Design Alternatives Presented by Lavone Rodolph

Solution: General Extensibility Architecture

Note: U = User modules, P = Provider modules

Allows user to create custom hypervisor modules.

Interact directly with provider modules and with HW.

Provide better service, enhanced performance

Note: Provider Modules multiplex HW & enforce protection (isolate containers)

Page 11: The xCloud and Design Alternatives Presented by Lavone Rodolph

Three Design AlternativesThe Extensible Hypervisor Design

Download custom extensions (grafts or modules) into hypervisor.

The ExoHypervisor DesignExpose HW through the hypervisor via custom

VMMLibraries

The Nested virtualization approach Add another Virtual Machine Monitor (Hypervisor)

that user can control

Page 12: The xCloud and Design Alternatives Presented by Lavone Rodolph

The Extensible Hypervisor Design

Allows user to have some control of the hypervisor by downloading custom modules/extensions into the kernel

Based on extensible OS ex. (SPIN & VINO)

User defined modules make hypervisor mutable

Modules execute in privilege mode, can access HW

Page 13: The xCloud and Design Alternatives Presented by Lavone Rodolph

The Extensible Hypervisor Design

Immutable modules must be protected.

Safe languages (ex. Modual-3) are used to protect immutable modules

Software fault isolation protect modules

Page 14: The xCloud and Design Alternatives Presented by Lavone Rodolph

The ExoHypervisor Design VMMlibrary used to

manage HW, instead of Kernel, kernel enforces protection between applications

VMMLibrary can be custom built

Library can be linked to application

Allows users to access HW

Based on Exokernel OS

LibVMM is mutable

Page 15: The xCloud and Design Alternatives Presented by Lavone Rodolph

Nested Virtualization Approach

User modules made in the user controlled VM

HW still remains buried

However, paravirtualization may be applied

Provider involvement is not necessary

Page 16: The xCloud and Design Alternatives Presented by Lavone Rodolph

Testing Nested Virtualization Design

Nested virtualization testing performed within Amazon EC2 on machines with 24GB of RAM, 6 dual core 2.3GHz Intel Xeon X5670 Processors.

Page 17: The xCloud and Design Alternatives Presented by Lavone Rodolph

Testing Results 1Below are microbenchmark testing results using lmbench

for performing the following operations: double division, null system calls and fork.

PV invokes hypervisor on system call.

PV Fork causes overhead by inducing traps in lower layer hypervisor (it’s not privileged to do so)

Page 18: The xCloud and Design Alternatives Presented by Lavone Rodolph

Testing Disk I/OTesting I/O by writing 1.6 GB of data to a disk

partition using blocks of size 256K. Tested 5 times

Results: Nested virtualization did not cost much overhead, it achieved 90% throughput

Page 19: The xCloud and Design Alternatives Presented by Lavone Rodolph

I/O Results

Page 20: The xCloud and Design Alternatives Presented by Lavone Rodolph

References 1. ELDEHIRY, M., ELNIKETY, E., HUANG, H., JAMJOOM, H ,.

WEATHERSPOON, H., AND WILLIAMS, D. Unshackle the Cloud! In Proc. of USENIX HotCloud’11 (Portland, OR, June 2011).

2. BARHAM, P., DRAGOVIC, B., FRASER, K., HAND, S., HARRIS, T., HO, A., NEUGEBAUER, R., PRATT, I., AND WARFIELD, A. Xen and the art of virtualization. In Proc. of ACM SOSP (Bolton Landing, NY, Oct. 2003).

3. BEN-YEHUDA, M., DAY, M. D., DUBITZKY, Z., FACTOR, M., HAR’EL, N., GORDON, A., LIGUORI, A., WASSERMAN, O., AND YASSOUR, B.- A. The turtles project: Design and implementation of nested virtualization. In Proc. of USENIX OSDI (Vancouver, BC, Canada, Oct. 2010).

Page 21: The xCloud and Design Alternatives Presented by Lavone Rodolph

References (cont.)4. BERSHAD, B. N., SAVAGE, S., PARDYAK, P., SIRER, E.

G., FIUCZYN- SKI, M. E., BECKER, D., CHAMBERS, C., AND EGGERS, S. Extensibil- ity, safety and performance in the SPIN operating system. In Proc. of ACM SOSP (Copper Mountain, CO, Dec. 1995).

5. CLARK, C., FRASER, K., HAND, S., HANSEN, J. G., JUL, E., LIMPACH, C., PRATT, I., AND WARFIELD, A. Live migration of virtual machines. In Proc. of USENIX NSDI (Boston, MA, May 2005).

6. http://searchservervirtualization.techtarget.com/definition/virtualization