mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-28 19:44:43 +00:00
b096b8d73b
On multi-host clusters with shared storage (iSCSI/NAS), the script only checked the local node's configs (/etc/pve/lxc/ and /etc/pve/qemu-server/) and falsely flagged VMs/CTs running on other nodes as orphaned. Now checks /etc/pve/nodes/*/lxc/ and /etc/pve/nodes/*/qemu-server/ to cover all cluster members. Closes #13827