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 am new to this provider, and relatively inexperience with Terraform to be honest, but when trying to destroy a container that's not running (e.g., vmid 501) I get 500 CT 501 not running. I can see in my packet capture that it has 3 attempts to stop the container before giving up; that is 3 x POST /api2/json/nodes/pve/lxc/501/status/stop. If I start the container and try again all goes well. I've not tried any VMs yet, just CTs.
I am using version 2.9.13 of the provider and rolling back to release 2.9.11 seems to fix this issues.
The text was updated successfully, but these errors were encountered:
I am new to this provider, and relatively inexperience with Terraform to be honest, but when trying to destroy a container that's not running (e.g., vmid 501) I get
500 CT 501 not running
. I can see in my packet capture that it has 3 attempts to stop the container before giving up; that is 3 xPOST /api2/json/nodes/pve/lxc/501/status/stop
. If I start the container and try again all goes well. I've not tried any VMs yet, just CTs.I am using version
2.9.13
of the provider and rolling back to release2.9.11
seems to fix this issues.The text was updated successfully, but these errors were encountered: