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
│ Error: Failed to wait virtual machine to be in RUNNING state
│
│ with opennebula_virtual_machine.desk,
│ on default.tf line 101, in resource "opennebula_virtual_machine" "desk":
│ 101: resource "opennebula_virtual_machine" "desk" {
│
│ virtual machine (ID: 14): unexpected state 'POWEROFF', wanted target 'RUNNING'. last error: %!s()
Steps to Reproduce
terraform plan
terraform apply
Debug output
No response
Panic output
No response
Important factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity and it has not the 'status: confirmed' label or it is not in a milestone. Remove the 'status: stale' label or comment, or this will be closed in 5 days.
Description
Hello, I try to create VM and run it. But it`s not runing after deploy. Opennebula 6.0.0.2
Terraform and Provider version
provider registry.terraform.io/opennebula/opennebula v1.4.0
Affected resources and data sources
resources network, image, template and VM
Terraform configuration
Expected behavior
Waiting RUNING state
Actual behavior
│ Error: Failed to wait virtual machine to be in RUNNING state
│
│ with opennebula_virtual_machine.desk,
│ on default.tf line 101, in resource "opennebula_virtual_machine" "desk":
│ 101: resource "opennebula_virtual_machine" "desk" {
│
│ virtual machine (ID: 14): unexpected state 'POWEROFF', wanted target 'RUNNING'. last error: %!s()
Steps to Reproduce
terraform plan
terraform apply
Debug output
No response
Panic output
No response
Important factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: