[pve-devel] [PATCH ha-manager 0/9] allow setting crs and service static resources

Maximiliano Sandoval m.sandoval at proxmox.com
Tue Oct 14 11:47:18 CEST 2025


This series allows to:

 - Set the cluster resource scheduler
 - Set a node's static resources on creation and edit them after the fact
 - Persist the current state of the simulator for future runs
 - We sneak at the end a commit to add the build dir to .gitignore, please feel
   free to not apply it if this is unwanted.

The next step would be to allow adding/removing nodes and setting/editing their
resource stats, but that can go in a follow-up.

Suggested-by: Daniel Kral <d.kral at proxmox.com>

Maximiliano Sandoval (9):
  sim: add command to set static service stats
  sim: add UI to set resource stats for new guests
  sim: allow editing static resources of resource
  sim: add helper to store datacenter configuration
  sim: allow configuring datacenter configuration
  sim: add method to persist current state
  sim: add button to persist state to header bar
  sim: set default cpu count and memory on new nodes
  gitignore: ignore build directory

 .gitignore                   |   1 +
 src/PVE/HA/Sim/Hardware.pm   | 102 ++++++++++++++++-
 src/PVE/HA/Sim/RTHardware.pm | 207 +++++++++++++++++++++++++++++++++--
 3 files changed, 300 insertions(+), 10 deletions(-)

-- 
2.47.3





More information about the pve-devel mailing list