Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /homepages/13/d467848118/htdocs/templates/cleanout/vertex/responsive/responsive_mobile_menu.php on line 158
If you are running halizard with default settings, this will happen. The defaults will ensure that ALL VMs are always running. To individually control which VMs are managed by halizard, you will need to set the following.
ha-cfg set global_vm_ha 0
Then, for each VM you can set HA to true of false. To list the status of all your VMs:
ha-cfg get-vm-ha
To disable/enable HA for each VM:
ha-cfg set-vm-ha [true/false]
Alternatively, you can expose the custom field used to control HA per VM and control from XEnCEnter or XCP-ng Center. Please refer to the documentation for how to do this. www.halizard.com/images/pdf/HA-Lizard_2.1.3.pdf