Hi, I was looking at the proxmox 7.3 video https://www.proxmox.com/en/training/video-tutorials/item/what-s-new-in-proxmox-ve-7-3
showing the new cluster resource scheduling with static-ressource. I'm not sure to understand, but the video seem to say that vm is migrated to the least "loaded" node. But looking at static-info of the node, cpu && memory are the physical core number && full memory size (in pvestatd, broadcast_static_node_info($maxcpu, $meminfo->{memtotal}); my sub broadcast_static_node_info { ... my $info = { cpus => $cpus, memory => $memory, } I'm not sure about the logic, but if we only look at number of total cpus && memory without current usage, the biggest node will always be choose ? or does I miss something ? _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel