josenk / terraform-provider-esxi

Terraform-provider-esxi plugin
GNU General Public License v3.0
538 stars 154 forks source link

Reload a guest after a successful disk expansion during Update #178

Closed CEnnis91 closed 1 year ago

CEnnis91 commented 2 years ago

When growing an existing guest's virtual disk, the ESXi web interface is not updated to show the correct storage capacity. This only happens on update operations and not create operations because create eventually reloads the guest (vim-cmd vmsvc/reload).

Note: This bug does not directly impact resources using the provider because the disk size is determined directly.

This does 2 things:

josenk commented 2 years ago

Checking...

CEnnis91 commented 1 year ago

Any update or way I can help on this?

josenk commented 1 year ago

Sorry, lost track of doing this... I'll try to check on this soon.