I’m looking for a practical way to enforce tenant-level resource limits in Proxmox.
My current approach is to use Pools + RBAC to isolate tenant resources and delegate operations to a pool admin (create/delete VMs, start/stop, snapshots, backups, etc.) only within their own pool.
However, the...