Need Help - Clusterning

blazingnodes

New Member
Mar 10, 2024
4
1
3
Hi team,

I have 12x Servers and i want clustering them.

My target is i want share all 12x servers CPU, RAM, DISK and Network to all VM's under pool.

I want help archive this.

For example Server1 --> CPU overload i can take CPU resources from Servers5 which is have cpu resources.

Thanks
 
I Want Resource Pooling: Proxmox allows you to create resource pools where you can allocate CPU, memory, and storage resources. By creating resource pools, you can distribute CPU resources across multiple servers.

I want this. How to implement this ?
 
You can't.

A single VM can use (nearly) all resources of one host - the host it is running on.

A process running on one computer can not run on different computer at the same time. Never. (Actually there may be special ways to achieve this in technical systems like the Mars Rover...)

If your goal is to utilize the compute power of a cluster for a single program to solve a specific problem, you need to dissect the problem, parallelize it and distribute it. This is NOT the kind of concept PVE is implementing.

Good luck
 
  • Like
Reactions: blazingnodes