diff --git a/gfxcreate.sh b/gfxcreate.sh index e609551..b4bc050 100644 --- a/gfxcreate.sh +++ b/gfxcreate.sh @@ -52,5 +52,6 @@ do qm set $vmid --ipconfig0 ip=$ip/24,gw=10.10.35.1 qm cloudinit update $vmid qm start $vmid + ha-manager add vm:$vmid --state started --max_relocate 2 done echo "VMs from 'gfx_hosts' successfully created" \ No newline at end of file