Configuring HA Priority for Virtual Machines and ContainersHA priority defines which virtual machines and Containers will be relocated first if the node where they are hosted gets broken. The more priority, the more chances a virtual machine or Container has to be relocated to a healthy node, if the Parallels Cloud Storage cluster does not have enough disk resources.
By default, all newly created virtual machines and Containers have the priority set to 0. You can use the
# prlctl set MyVM1 --ha-prio 1 # prlctl set MyVM2 --ha-prio 2
This command set the HA priority for the
|
||||
|