You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will do this if it's requested and really needed, looking through the entire debug output many times over to ensure it is sanitized is a lot of work.
Panic Output
no panic
Expected Behavior
The VMs description should have been updated in-place without restarting / power-cycling the VM.
Actual Behavior
The VM was needlessly restarted.
Steps to Reproduce
Provision a nutanix_virtual_machine with terraform
Change the description
Perform a plan - it will show that the description will be updated in-place
Apply the plan - the VM will be restarted just for a description change
Important Factors
We are using AHV hypervisor and Prism Central on official Nutanix hardware.
References
Terraform plan output:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# nutanix_virtual_machine.server[0] will be updated in-place
~ resource "nutanix_virtual_machine" "server" {
~ description = "Database Server of fun" -> "Database Server of fun. Repository: https://git.domain.tld/platforms/fun"
id = "<VM_UUID>"
name = "prod-db-fundb00"
# (35 unchanged attributes hidden)
- timeouts {}
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Restart showing in Prism Central Tasks:
Restart evidenced by ping drop:
The text was updated successfully, but these errors were encountered:
Hi @jantari , we have tried the same with pc 2022.9 . We weren't able to see the restarting of VM by updating the description. We have used your resource information to verify the behaviour . Can you give it a try with pc 2022.9 ?
Do let us know if you are still facing the same.
Nutanix Cluster Information
Please provide the version of:
Terraform Version
Terraform v1.4.2
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
I will do this if it's requested and really needed, looking through the entire debug output many times over to ensure it is sanitized is a lot of work.
Panic Output
no panic
Expected Behavior
The VMs description should have been updated in-place without restarting / power-cycling the VM.
Actual Behavior
The VM was needlessly restarted.
Steps to Reproduce
Important Factors
We are using AHV hypervisor and Prism Central on official Nutanix hardware.
References
Terraform plan output:
Restart showing in Prism Central Tasks:
Restart evidenced by ping drop:
The text was updated successfully, but these errors were encountered: