I faced an Error Error: 500 CT 241 already running when I create Proxmox LXC with version v3.0.1-rc5
After terraform apply, I got this error but Proxmox LXC is working properly.
So, I guess health check system is something wrong.
And also, I can not do terraform destroy on this LXC for some reason.
It's really inconvenient. I'm really grad if it's fixed
Checked
[x] v3.0.1-rc4 does not have this issue
[x] If start=false, I can not see this issue. I can do terraform apply and terraform destroy
[x] v3.0.1-rc6 has same issue
Full Error Log
module.proxmox_lxc.proxmox_lxc.basic: Creating...
module.proxmox_lxc.proxmox_lxc.basic: Still creating... [10s elapsed]
│ Error: 500 CT 241 already running
│
│ with module.proxmox_lxc.proxmox_lxc.basic,
│ on ../../modules/proxmox_lxc/main.tf line 1, in resource "proxmox_lxc" "basic":
│ 1: resource "proxmox_lxc" "basic" {
Environment
Here's my environment
If you need more info, please tell me.
Abstract
I faced an Error
Error: 500 CT 241 already running
when I create Proxmox LXC with versionv3.0.1-rc5
Afterterraform apply
, I got this error but Proxmox LXC is working properly. So, I guess health check system is something wrong. And also, I can not doterraform destroy
on this LXC for some reason. It's really inconvenient. I'm really grad if it's fixedChecked
v3.0.1-rc4
does not have this issuestart=false
, I can not see this issue. I can doterraform apply
andterraform destroy
v3.0.1-rc6
has same issueFull Error Log
Environment
Here's my environment If you need more info, please tell me.
My Proxmox LXC Module