mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Specify that migration_limit is vsphere only
This commit is contained in:
parent
6175fd591f
commit
a3516d4913
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue