Emmanuel REVY

Systems Engineer

System & Network Engineer

DevOps

Emmanuel REVY

Systems Engineer

System & Network Engineer

DevOps

Blog Post

Équilibrer ses VM sur Proxmox avec ProxLB

15 septembre 2024 Non classé

Si vous cherchez un équivalent à DRS sous VmWare vSphere, je vous conseille l’outil ProxLB qui prend en charge les fonctionnalités suivantes :

  • Rebalance VMs/CTs in the cluster by:
    • Memory
    • Disk (only local storage)
    • CPU
  • Rebalance Storage in the cluster
    • Rebalance VMs/CTs disks to other storage pools
    • Rebalance by used storage
  • Get best Node for new VM/CT placement in cluster
  • Performing
    • Periodically
    • One-shot solution
  • Types
    • Rebalance only VMs
    • Rebalance only CTs
    • Rebalance all (VMs and CTs)
    • Rebalance VM/CT disks (Storage)
  • Filter
    • Exclude nodes
    • Exclude virtual machines
  • Grouping
    • Include groups (VMs that are rebalanced to nodes together)
    • Exclude groups (VMs that must run on different nodes)
    • Ignore groups (VMs that should be untouched)
  • Dry-run support
    • Human readable output in CLI
    • JSON output for further parsing
  • Migrate VM workloads away (e.g. maintenance preparation)
  • Fully based on Proxmox API
  • Usage
    • One-Shot (one-shot)
    • Periodically (daemon)
    • Proxmox Web GUI Integration (optional)

https://github.com/gyptazy/ProxLB

 

Write a comment