Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
384 stars 240 forks source link

Bug: error 400 when setting pool on a Qemu Guest #306

Closed Tinyblargon closed 9 months ago

Tinyblargon commented 9 months ago

https://github.com/Telmate/terraform-provider-proxmox/issues/918

This shouldn't add the pool parameter: https://github.com/Telmate/proxmox-api-go/blob/586199ea9da20d267441fad17937d96f01a2d00c/proxmox/config_qemu.go#L369-L371

Also in proxmox 8 you can add guests to a pool when they are already member of a pool. For now we would go with the proxmox 7 workflow.