From a3516d491362c6cda7426396152341128422c0ae Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Fri, 3 Nov 2017 15:54:06 -0700 Subject: [PATCH] Specify that migration_limit is vsphere only --- vmpooler.yaml.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vmpooler.yaml.example b/vmpooler.yaml.example index c51e76a..2560568 100644 --- a/vmpooler.yaml.example +++ b/vmpooler.yaml.example @@ -380,12 +380,11 @@ # a separator. # (optional; default: '') # -# - migration_limit +# - migration_limit (Only affects vSphere Provider) # When set to any value greater than 0 enable VM migration at checkout. # When enabled this capability will evaluate a VM for migration to a different host when it is requested # in an effort to maintain a more even distribution of load across compute resources. -# The migration_limit ensures that no more than the specified migrations will be evaluated at any one time -# and greatly reduces the possibilty of VMs ending up bunched together on a particular host. +# The migration_limit ensures that no more than the specified migrations will take place at any one time. # # - max_tries # Set the max number of times a connection should retry in VM providers.