-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Categories assignation issue #119
Comments
yannickstruyf3
added a commit
to yannickstruyf3/terraform-provider-nutanix
that referenced
this issue
May 12, 2020
marinsalinas
added a commit
that referenced
this issue
May 15, 2020
fix for issue #119 - timeout issue and categories reboot
yannickstruyf3
added a commit
to yannickstruyf3/terraform-provider-nutanix
that referenced
this issue
Nov 9, 2021
yannickstruyf3
pushed a commit
to yannickstruyf3/terraform-provider-nutanix
that referenced
this issue
Nov 9, 2021
fix for issue nutanix#119 - timeout issue and categories reboot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nutanix Cluster Information
Please provide the version of:
Terraform Version
Terraform v0.12.24
Affected Resource(s)
Terraform Configuration Files
Debug Output
Error: internal error: cannot shut down the VM with UUID(d73fd035-3cb0-4384-ae4e-ee8dd36e8cd1): error waiting for vm (d73fd035-3cb0-4384-ae4e-ee8dd36e8cd1) to update: timeout while waiting for state to become 'COMPLETE' (last state: 'RUNNING', timeout: 1m0s)
on ApplicationServer.tf line 1, in resource "nutanix_virtual_machine" "vm":
1: resource "nutanix_virtual_machine" "vm" {
Expected Behavior
Adding the category to the VM without requiring powering down the VM
And also it seems that it cannot take into account power_state_mechanism = "ACPI"
Actual Behavior
if power_state_mechanism = "ACPI" it fails see debug output
if default power_state_mechanism it works with a VM power off
Steps to Reproduce
adding or modifying categories assignation to nutanix_virtual_machine
The text was updated successfully, but these errors were encountered: