Hi! PVE 7.1 here with HA Cluster and CEPH storage
I have 3 nodes running 3 VMs each one, all nodes same priority. Migration works great.
HA policy is to migrate when a node goes maintenance mode, and its doing fine except it's moving all VMs to the same node
So when I reboot a node, I go from here:
Node01: vm01, vm02, vm03
Node02: vm04, vm05, vm06
Node03: vm07, vm08, vm09
To here:
Node01: vm01, vm02, vm03, vm07, vm08, vm09
Node02: vm04, vm05, vm06
Node03:
It's migrating all VMs to the same node, which is not good for the node01
Is there any way I can balance this automatic migrations to get load balanced per node?
Thanks.
I have 3 nodes running 3 VMs each one, all nodes same priority. Migration works great.
HA policy is to migrate when a node goes maintenance mode, and its doing fine except it's moving all VMs to the same node
So when I reboot a node, I go from here:
Node01: vm01, vm02, vm03
Node02: vm04, vm05, vm06
Node03: vm07, vm08, vm09
To here:
Node01: vm01, vm02, vm03, vm07, vm08, vm09
Node02: vm04, vm05, vm06
Node03:
It's migrating all VMs to the same node, which is not good for the node01
Is there any way I can balance this automatic migrations to get load balanced per node?
Thanks.