I have migrated a VM (in my case the one with ID 104) from one cluster to another. I noticed that the pool was not transferred. I didn't find this so tragic and then manually assigned the VM to the pool on the new cluster. However, the pool config on the old cluster seems to have retained some of the VM. When I run
, I get the error message
.
This is because there is now a new VM with ID 104 on the old cluster.
Code:
pvesh get /cluster/resources --type vm --output-format json | jq
Code:
user config - ignore duplicate vmid ‘104’ in pool 'team-abc'
This is because there is now a new VM with ID 104 on the old cluster.