All at the command line... I have to jump through these hoops because "qm create" has no way to target a specific host in a cluster.
Looks like a bug in "qm migrate" or "qm destroy".
- So I run "qm create 1001" on HOST1.
- Then I run "qm migrate 1001 HOST2" on HOST1.
- Then I run "qm destroy 1001" on HOST1
- And I get this message: "Configuration file 'nodes/HOST2/qemu-server/1000.conf' does not exist"
- The conf file exists in /etc/pve/nodes/HOST1/qemu-server
- If I manually mv the configuration file to HOST1 it will delete.
Looks like a bug in "qm migrate" or "qm destroy".