public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] cluster resource scheduler question
@ 2022-11-22 16:43 DERUMIER, Alexandre
  2022-11-23  9:09 ` Fiona Ebner
  2022-11-23 10:18 ` DERUMIER, Alexandre
  0 siblings, 2 replies; 6+ messages in thread
From: DERUMIER, Alexandre @ 2022-11-22 16:43 UTC (permalink / raw)
  To: pve-devel

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 ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-23 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 16:43 [pve-devel] cluster resource scheduler question DERUMIER, Alexandre
2022-11-23  9:09 ` Fiona Ebner
2022-11-23 10:58   ` Thomas Lamprecht
2022-11-23 10:18 ` DERUMIER, Alexandre
2022-11-23 11:28   ` Fiona Ebner
2022-11-23 12:18     ` DERUMIER, Alexandre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal