[pve-devel] cluster resource scheduler question

DERUMIER, Alexandre Alexandre.DERUMIER at groupe-cyllene.com
Tue Nov 22 17:43:04 CET 2022


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 ?


More information about the pve-devel mailing list