Enabling and Disabling High Availability for Specific Virtual Machines and Containers
By default, if HA support is enabled on a node, this support is automatically turned on for all virtual machines and Containers the node hosts. If necessary, you can disable HA support for specific virtual machines and Containers using the
# prlctl set MyVM --ha-enable no To enable HA support for the virtual machine back, run this command: # prlctl set MyVM --ha-enable yes |
||||
|