I have a 3-node cluster, Proxmox 9.0.10. Latest updates.
I want to relocate one VM to another host. VM is added to HA resources, failback=false, state=started. No affinity configured. So, when using ha-manager in the following way:
the VM gets relocated. Which is great.
But, I also receive the following warning/line:
The same line appears when the originating node is shutdown and I want to relocate the VM to the new node.
Migrate command does not reproduce the same warning/line.
I want to relocate one VM to another host. VM is added to HA resources, failback=false, state=started. No affinity configured. So, when using ha-manager in the following way:
Bash:
ha-manager crm-command relocate vm:151 gold1
the VM gets relocated. Which is great.
But, I also receive the following warning/line:
Code:
Can't use an undefined value as an ARRAY reference at /usr/share/perl5/PVE/API2/HA/Resources.pm line 498.
The same line appears when the originating node is shutdown and I want to relocate the VM to the new node.
Migrate command does not reproduce the same warning/line.