looking for the perfect vm scheduler - fabien hermenierlooking for the perfect vm scheduler. ......

62
Fabien Hermenier — placing rectangles since 2006 [email protected] @fhermeni https://fhermeni.github.io Looking for the perfect VM scheduler

Upload: others

Post on 22-May-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Fabien Hermenier— placing rectangles since 2006

[email protected]

@fhermeni

https://fhermeni.github.io

Looking for the perfect VM scheduler

Page 2: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Gestion dynamique des tâches dans les grappes, une approche à base de machines virtuelles

How to design a better testbed: Lessons from a decade of network experiments

2006 - 2010

2011

2011 - 2016

PhD - Postdoc

Postdoc

Associate professor

VM scheduling, green computing

Page 3: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

VM scheduling, resource management Virtualization

Entreprise cloud company

“Going beyond hyperconverged infrastructures”

Page 4: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Inside a private cloud

Page 5: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Clusters

isolated applications

SAN based: converged infrastructure shared over the nodes: hyper-converged infrastructure

virtual machines containers

storage layer

from 2 to x physical servers

Page 6: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

monitoring data

VM queue

actu

ator

sVM scheduler

decisions

model

Page 7: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

find a server to every VM to run

VM scheduling

Such that compatible hw enough pCPU enough RAM enough storage enough whatever

Whilemin or max sth

Page 8: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Bigger business value, same infrastructure

?

A good VM scheduler provides

Page 9: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Same business value, smaller infrastructure

A good VM scheduler provides

Page 10: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

KEEPCALMAND

CONSOLIDATEAS HELL

1 node =

VDI workload: 12+ vCPU/1 pCPU

100+ VMs / server

Page 11: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

dynamic schedulers

static schedulers

consider the VM queue

deployed everywhere [1,2,3,4]

fragmentation issues

live-migrations [5] to address fragmentation

Costly (storage, migration latency)

thousands of articles [10-13]

over-hyped ? [9]

but used in private clouds [6,7,8](steady workloads ?)

Page 12: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Placement constraints

hard or soft

manipulated concepts

performance, security, power efficiency, legal agreements, high-availability, fault-tolerance …

dimension

various concerns

spatial or temporal

enforcement level

state, placement, resource allocation, action schedule, counters, etc.

Page 13: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

discrete constraints

spread(VM[1,2]) ban(VM1, N1) ban(VM2, N2)

N1

N2

N3

VM1

VM2

N1

N2

N3

VM1

VM2

continuous constraints

>>spread(VM[1,2]) ban(VM1, N1) ban(VM2, N2)

harder scheduling problem (think about actions interleaving)

“simple” spatial problem

[15]

Page 14: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

soft constraints

hard constraints

must be satisfied all or nothing approach not always meaningful

satisfiable or not internal or external penalty model

harder to implement/scale hard to standardise ?

spread(VM[1..50])

mostlySpread(VM[1..50], 4, 6)

[6]

Page 15: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

High-availability

exact approach: solve n placement problems [17]

0 - FT1 - FT

x-FT VMs must survive to any crash of x nodes

x

Page 16: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

The VMWare DRS way

slot based

catch the x- biggest nodes

checks the remaining free slots

simple, scalable

waste with heterogeneous VMs

cluster based

Page 17: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

VM-host affinity (DRS 4.1)

Dedicated instances (EC2)

MaxVMsPerServer (DRS 5.1)

apr. 2011

mar. 2011

sep. 2012

The constraint needed in 2014

2016

VM-VM affinity (DRS)

2010 ?

Dynamic Power Management (DRS 3.1)

2009 ?

The constraint catalog evolves

Page 18: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

the bjectiveprovider side

min(x) or max(x)

Page 19: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

min(penalties)min(Total Cost Ownership)

min(unbalance)

atomic objectives

Page 20: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

min(αx + β y)

composite objectivesusing weights

useful to model sth. you don’t understand ?How to estimate coefficients ?

min(α TCO + β VIOLATIONS)max(REVENUES)

€ as a common quantifier:

Page 21: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

threshold basedmin(…) or max(…)

composablecomposable through weighting magic

Optimize o r satisfy ?

verifiablehardly provable

domain specific expertiseeasy to say

Page 22: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Trigger

affinity constraints

Resource demand (from machine learning)

Thresholds

85%Maintain Minimize

Σmig.cost

CPU storage-CPU

Acropolis Dynamic Scheduler [18]

Hotspot mitigation

Page 23: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

adapt the VM placement depending on pluggable expectations

network and memory-aware migration scheduler, VM-(VM|PM) affinities, resource matchmaking, node state manipulation, counter based restrictions, energy efficiency, discrete or continuous restrictions

Page 24: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

spread(VM[2..3]); preserve(VM1,’cpu’, 3); offline(@N4);

0’00 to 0’02: relocate(VM2,N2) 0’00 to 0’04: relocate(VM6,N2) 0’02 to 0’05: relocate(VM4,N1) 0’04 to 0’08: shutdown(N4) 0’05 to 0’06: allocate(VM1,‘cpu’,3)

The reconfiguration plan

BtrPlace

interaction though a DSL, an API or JSON messages

Page 25: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

the right model for the right problem

deterministic composition high-level constraints

An Open-Source java library for constraint programming

Page 26: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

BtrPlace core CSPmodels a reconfiguration plan

1 model of transition per element action durations as constants *

D(v) ∈ N

st(v) = [0, H −D(v)]ed(v) = st(v) +D(v)d(v) = ed(v)− st(v)d(v) = D(v)ed(v) < H

d(v) < H

h(v) ∈ {0, .., |N |− 1}

boot(v ∈ V ) !

relocatable(v ∈ V ) ! . . .

shutdown(v ∈ V ) ! . . .

suspend(v ∈ V ) ! . . .

resume(v ∈ V ) ! . . .

kill(v ∈ V ) ! . . .

bootable(n ∈ N) ! . . .

haltable(n ∈ N) ! . . .

Page 27: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

new variables and relationsViews bring additional concerns

ShareableResource(r) ::=

Network() ::= …

Power() ::= …

High-Availability() ::= …

Page 28: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Constraints state new relations

Page 29: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

vector packing problem

items with a finite volume to place inside finite bins

the basic to model the infra. 1 dimension = 1 resource

generalisation of the bin packing problem

VM1

VM3

N1 cpu

mem

VM2

VM4

N2 cpu

mem

NP-hard problem

Page 30: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

how to support migrations

temporary, resources are used on the source and

the destination nodes

Page 31: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

0

1

2

3

200 300 400 500 600 700 800 900 1000

Mig

rati

on d

ura

tion [

min

.]

Allocated bandwidth [Mbit/s]

1000*200K

1000*100K

1000*10K

Migrations are costly

Page 32: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

dynamic schedulersUsing Vector packing [10,12]

N3 cpu

mem

N1 cpu

mem

N4 cpu

mem

N2 cpu

mem

VM1 VM2

VM3

VM4

VM5

VM6

min(#onlineNodes) = 3

sol #1: 1m,1m,2m

Page 33: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

N3 cpu

mem

N1 cpu

mem

N4 cpu

mem

N2 cpu

mem

VM1 VM2

VM3

VM4

VM5

VM6

min(#onlineNodes) = 3

sol #2: 1m,2m1m

lower MTTR (faster)

dynamic schedulersUsing Vector packing [10,12]

sol #1: 1m,1m,2m

Page 34: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

dynamic scheduling using vector packing

N3 cpu

mem

N1 cpu

mem

N4 cpu

mem

N2 cpu

mem

VM1 VM2

VM3

VM4

VM5VM6

N5 cpumemVM7

offline(N2) + no CPU sharing

[10, 12]

Page 35: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

N3

N1

N4

N2

VM1 VM2

VM3

VM4

VM5

VM6

N5

Dependency management

2) shutdown(N2), migrate VM7

VM7

1) migrate VM2, migrate VM4, migrate VM5

Page 36: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

coarse grain staging delay actions

mig(VM2)

mig(VM4)

mig(VM5)

off(N2)

mig(VM7)

timestage 1 stage 2

Page 37: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

N1

N2

N3

N4

time

VM1

VM5VM6

VM3VM7

VM4VM2 off

0

VM1

VM3

VM7

N5

VM5

VM4VM2

VM6

3 4 8

Resource-Constrained Project Scheduling Problem [14]

Page 38: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Resource-Constrained Project Scheduling Problem

1 resource per (node x dimension), bounded capacity

tasks to model the VM lifecycle. height to model a consumption width to model a duration

at any moment, the cumulative task consumption on a resource cannot exceed its capacity

comfortable to express continuous optimisation

NP-hard problem

Page 39: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

duration may be longer

0:3 - migrate VM4 0:3 - migrate VM5 0:4 - migrate VM2 3:8 - migrate VM7 4:8 - shutdown(N2)

convert to an event based schedule

- : migrate VM4 - : migrate VM5 - : migrate VM2 !migrate(VM2) & !migrate(VM4): shutdown(N2) !migrate(VM5): migrate VM7

From a theoretical to a practical solution

Page 40: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

6050403020100 70 80 90

VM 1

VM 2

VM 7

VM 5

VM 8VM 3

VM 4

VM 6

BtrPlace vanilla

migration duration (sec.)

network and workload blind

[btrplace vanilla, entropy, cloudsim, …]

Extensibility in practicelooking for a better migration scheduler

Page 41: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

network and workload aware

6050403020100 70 80 90

VM 1VM 5VM 4VM 8VM 3VM 7VM 6VM 2

BtrPlace + scheduler

migration duration (sec.)

btrplace + migration scheduler [16]

Extensibility in practicelooking for a better migration scheduler

Page 42: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Extensibility in practicesolver-side

Network Model

Migration Model

heterogeneous networkcumulative constraints; +/- 300 sloc.

memory and network aware+/- 200 sloc.

Constraints Model restrict the migration models+/- 100 sloc.

t

bw

VM1VM2 VM3core

switch

Page 43: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

placement

scheduling

vector packing problem

multi-mode resource-constrained project scheduling problem

NP-hardscalingproblems

1000 VMs / 10 nodes -> 10 1000 assignments

Nobody’s perfect

exact approaches:

heuristics approaches: fast but approximatives

Page 44: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

the search heuristicper objective guide choco to instantiation of interest at each search node

1. which of the variables to focus 2. which value to try

do not alter the theoretical problem

.[1/2] relocatable(vm#0).dSlice_hoster = {31}

..[1/2] relocatable(vm#1).dSlice_hoster = {31}

...[1/2] relocatable(vm#2).dSlice_hoster = {31}

....[1/2] relocatable(vm#3).dSlice_hoster = {31}

.....[1/2] relocatable(vm#4).dSlice_hoster = {31}

......[1/2] relocatable(vm#5).dSlice_hoster = {31}

.........[1/2] shutdownableNode(node#3).start = {0}

..........[1/2] shutdownableNode(node#2).start = {0}

...........[1/2] shutdownableNode(node#1).start = {0}

............[1/2] shutdownableNode(node#0).start = {0}

..............[1/2] relocatable(vm#97).cSlice_end = {1}

..................[2/2] relocatable(vm#202).cSlice_end \ {2}

...................[1/2] relocatable(vm#202).cSlice_end = {4}

....................[1/2] relocatable(vm#203).cSlice_end = {2}

Page 45: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

manage only supposed mis-placed VMs beware of under estimations !

spread({VM3,VM2,VM8}); lonely({VM7}); preserve({VM1},’ucpu’, 3); offline(@N6); ban($ALL_VMS,@N8); fence(VM[1..7],@N[1..4]); fence(VM[8..12],@N[5..8]);

scheduler.doRepair(true)

static model analysis 101

Page 46: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

spread({VM3,VM2,VM8}); lonely({VM7}); preserve({VM1},’ucpu’, 3); offline(@N6); ban($ALL_VMS,@N8); fence(VM[1..7],@N[1..4]); fence(VM[8..12],@N[5..8]);

independent sub-problems solved in parallel beware of resource fragmentation !

s.setInstanceSolver( new StaticPartitioning())

Page 47: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

15 20 25 300

60

120

180

240

300

Tim

e (s

ec)

Virtual machines (x 1,000)

● LINRLI−filterNR−filter

2013 perf numbers…

LINRLI-repairNR-repair

0 1000 2000 3000 4000 50000

306090

120150180

Tim

e (s

ec)

Partition size (servers)

LI + filterNR + filterLI-repairNR-repair

Repair benefits Partitioning benefits

/!\ non Nutanix workloads

Page 48: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

Master the problemunderstand the workload,

tune the model, tune the solver, tune the heuristics

(benching on my laptop)/!\ non Nutanix workloads

Page 49: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

2.5

5.0

7.5

10.0

15 20 25 30Virtual machines (x 1,000)

Tim

e (s

ec)

kindlinr

xeon servers

“current” performance

/!\ non Nutanix workloads

Page 50: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

very high load small but hard instances

ok when non-solvable but no evidence

The right filtering algorithm for the right workload

32 instances

timeout

Page 51: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

timeout

16 instances

The costly Knapsack filtering to the rescue

trigger based

smarter but slower higher memory consumption

bigger constants

Page 52: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

RECAP52

Page 53: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

The VM scheduler makes cloud benefits real

53

Page 54: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

think about what is costly

54

Page 55: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

static scheduling for a peaceful life

55

Page 56: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

dynamic scheduling to cease the day

56

Page 57: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

no holy grail

57

Page 58: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

master the problem

58

Page 59: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

with great power comes great responsibility

59

Page 60: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

BtrPlacehttp:// .org

production ready live demo stable user API documented tutorials

issue tracker support chat room

Page 61: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

WE WANT YOU(once graduated)

Member of Technical Staff

Efficiently connecting CLOUD & EDGE

2 yrs. postdoc Sophia, France

resource management in edge computing

San Jose, California

Page 62: Looking for the perfect VM scheduler - Fabien HermenierLooking for the perfect VM scheduler. ... shared over the nodes: hyper-converged infrastructure virtual machines containers storage

1. Omega: flexible, scalable schedulers for large computer clusters. Eurosys’132. Sparrow: distributed, low latency scheduling, SOSP’133. Large-scale cluster management at Google with Borg. Eurosys 154. Firmament: fast, centralized cluster at scale. OSDI 165. live-migration of virtual machines. NSDI’056. VMWare DRS. 20067. OpenStack Watcher. 20168. Nutanix Acropolis Dynamic Scheduler. 20179. Virtual Machine Consolidation in the Wild. Middleware 201410. Entropy: a consolidation manager for clusters. VEE 200911. pMapper: power and migration cost aware application placement in virtualized systems. Middleware

200912. Memory Buddies: exploiting page sharing for smart consolidation in virtualised data centres. VEE

200913. Energy-aware resource allocation heuristics for efficient management of data centres for cloud

computing. FGCS 201214. BtrPlace: a flexible consolidation manager for highly available applications. TDSC 201315. Higher SLA satisfaction in datacenter with continuous VM placement constraints. HotDep 201316. Scheduling live-migrations for fast, adaptable and energy-efficient relocation operations. UCC 2015 17. Guaranteeing high availability goals for virtual machine placement. ICDCS 201118. The Acropolis Dynamic Scheduler. http://nutanixbible.com/

References