I understand Proxmox is tested in a 16 node cluster lab. Although there are no hard coded limit, Redhat and Suse limits to 32 nodes for technical support perspective.
My question is it possible to scale say 80 nodes in a cluster without breaking something. Let's say I want to deploy a Ceph cluster of 120 nodes and want to use proxmox to ease management from a single GUI.
If I understand right Corosync/Pacemaker needs to send/receive cluster data over the network. So a high number of nodes causes extra load on the network. But, Pacemaker Remote is the currently recommended way to scale a cluster larger. With Pacemaker Remote, a small number of nodes run the full cluster stack including corosync and all pacemaker daemons, while the Pacemaker Remote nodes run only a single pacemaker daemon (the local resource manager). This allows the number of nodes to scale much higher.
Is this scenario possible in proxmox? Anybody using large node cluster?
My question is it possible to scale say 80 nodes in a cluster without breaking something. Let's say I want to deploy a Ceph cluster of 120 nodes and want to use proxmox to ease management from a single GUI.
If I understand right Corosync/Pacemaker needs to send/receive cluster data over the network. So a high number of nodes causes extra load on the network. But, Pacemaker Remote is the currently recommended way to scale a cluster larger. With Pacemaker Remote, a small number of nodes run the full cluster stack including corosync and all pacemaker daemons, while the Pacemaker Remote nodes run only a single pacemaker daemon (the local resource manager). This allows the number of nodes to scale much higher.
Is this scenario possible in proxmox? Anybody using large node cluster?