Specify that migration_limit is vsphere only

This commit is contained in:
kirby@puppetlabs.com 2017-11-03 15:54:06 -07:00 committed by mattkirby
parent 6175fd591f
commit a3516d4913

View file

@ -380,12 +380,11 @@
# a separator. # a separator.
# (optional; default: '') # (optional; default: '')
# #
# - migration_limit # - migration_limit (Only affects vSphere Provider)
# When set to any value greater than 0 enable VM migration at checkout. # 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 # 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. # 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 # The migration_limit ensures that no more than the specified migrations will take place at any one time.
# and greatly reduces the possibilty of VMs ending up bunched together on a particular host.
# #
# - max_tries # - max_tries
# Set the max number of times a connection should retry in VM providers. # Set the max number of times a connection should retry in VM providers.