(DIO-1059) Optionally add snapshot tuning params at clone time

This commit is contained in:
suckatrash 2020-10-13 13:16:59 -07:00
parent a42ed6cb5d
commit b2ac53fa76
No known key found for this signature in database
GPG key ID: 3857A763831B0756
3 changed files with 72 additions and 11 deletions

View file

@ -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'