mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-03 18:55:33 +00:00
d105f51246
PVE_TARGET_NODE becomes optional: unset (or 'auto') queries /cluster/resources for the online node with the most free memory and refuses to provision when no node has vm_count x 8GiB + 8GiB headroom free. The chosen node persists on the shared mount so cleanup and force-cleanup aim at the node provision picked. 2026-08-31: a provision onto the pinned node OOM-killed a 16GiB services-plane VM on the parent hypervisor; the pin predated a memory bump that consumed the headroom it silently relied on. Needs PVEAuditor on /nodes for the token's user (a non-privsep token ignores token ACLs). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>