Allow a 'clone_target' configuration setting

If set, this setting will enable "fake DRS", cloning VMs onto the host
in the specified cluster containing the least amount of VMs.
This commit is contained in:
Scott Schneider 2014-07-28 10:51:45 -07:00
parent 37c70edee9
commit 67b8534b19
3 changed files with 34 additions and 0 deletions

View file

@ -83,6 +83,10 @@
# The path to vmpooler's log file.
# (optional; default: '/var/log/vmpooler.log')
#
# - clone_target
# The target cluster VMs are cloned into (host with least VMs chosen)
# (optional; default: same cluster/host as origin template)
#
# - task_limit
# The number of concurrent VMware vSphere tasks to perform.
# (optional; default: '10')