IBM-tfproviders / terraform-provider-vsphere

Mozilla Public License 2.0
5 stars 5 forks source link

Issue #3 : Hot changes to VM attributes CPU/Memory not supported #10

Closed maheshd2 closed 7 years ago

maheshd2 commented 7 years ago

Memory Hot Add Fix

The terraform vsphere provider has been changed to incorporte code for checking "memory hot add (MemoryHotAddEnabled)" flag before taking reboot decision.

And memory change (reduce) operation always need VM reboot(power off-->apply changes-->power on).

CPU Hot Plug Fix

The terraform vsphere provider has been changed to incorporte code for checking "cpu hot add (CpuHotAddEnabled)" flag and "cpu hot remove (CpuHotRemoveEnabled)" flag before taking reboot decision.