override_template_disk configuration in vcd_vapp_vm and vcd_vm allows users to change template disk size. The current limitation is that it can only be done in non fast provisioned VDCs.
This PR adds consolidate_disks_on_create option to vcd_vapp_vm and vcd_vm that can perform disk consolidation before override_template_disk configuration is applied. The effect is that a user will be able to change template disk size when creating VMs in fast provisioned VDCs.
Note. The user performing this operation will need to have vApp: VM Migrate, Force Undeploy, Relocate, Consolidate right.
override_template_disk
configuration invcd_vapp_vm
andvcd_vm
allows users to change template disk size. The current limitation is that it can only be done in non fast provisioned VDCs.This PR adds
consolidate_disks_on_create
option tovcd_vapp_vm
andvcd_vm
that can perform disk consolidation beforeoverride_template_disk
configuration is applied. The effect is that a user will be able to change template disk size when creating VMs in fast provisioned VDCs.Note. The user performing this operation will need to have
vApp: VM Migrate, Force Undeploy, Relocate, Consolidate
right.Closes #1000