Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
370 stars 234 forks source link

Bug: Pool can't be removed when not empty. #363

Open Tinyblargon opened 3 weeks ago

Tinyblargon commented 3 weeks ago

When a pool has members it can't be removed.

Add a force delete function remove all members of a pool and delete it.