mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(DIO-1059) Optionally add snapshot tuning params at clone time
This commit is contained in:
parent
a42ed6cb5d
commit
b2ac53fa76
3 changed files with 72 additions and 11 deletions
|
|
@ -654,6 +654,15 @@
|
|||
# The datacenter within vCenter to manage VMs.
|
||||
# (optional: default is the first datacenter in vSphere)
|
||||
#
|
||||
# - snapshot_mainMem_ioBlockPages
|
||||
# Provisions VMs with the option "mainMem.ioBlockPages". This setting can be useful
|
||||
# (paired with mainMem.iowait below) for tuning the performance of snapshot management actions.
|
||||
# See: https://kb.vmware.com/s/article/76687
|
||||
#
|
||||
# - snapshot_mainMem_iowait
|
||||
# Provisions VMs with the option "mainMem.iowait". This setting can be useful
|
||||
# for tuning the performance of snapshot management actions
|
||||
#
|
||||
# Example:
|
||||
|
||||
:pools:
|
||||
|
|
@ -677,3 +686,5 @@
|
|||
ready_ttl: 1440
|
||||
provider: vsphere
|
||||
create_linked_clone: false
|
||||
snapshot_mainMem_ioBlockPages: '2048'
|
||||
snapshot_mainMem_iowait: '0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue