terraform-provider-nutanix icon indicating copy to clipboard operation
terraform-provider-nutanix copied to clipboard

nutanix_virtual_machine set memory overcommit to true

Open fabricekrebs opened this issue 3 years ago • 2 comments

Starting with AOS 6.0.2, it is possible to enable Memory Overcommit for a virtual machine with the following command : acli vm.update vm memory_overcommit=True

nutanix_virtual_machine resources should allow to set this argument

fabricekrebs avatar Feb 14 '22 13:02 fabricekrebs

Implementation details:

Since we use v3 PC APIs to communicate with PC. This attribute will be added to VMs API (create and update) calls in pc2022.3 release.

spec -> resources -> memory_overcommit_enabled { "memory_overcommit_enabled": true }

siddharth-nutanix avatar Feb 17 '22 06:02 siddharth-nutanix

Since this feature is not publicly released. We are moving it to next release.

siddharth-nutanix avatar Feb 17 '22 07:02 siddharth-nutanix