I’m new to incus and just setting up a three nodes cluster successfully using linstor as storage backend.
When I tried to move VM between the nodes, I have following errors
nstance move to destination failed on source: Failed migration on source: Error from migration control target: Failed restoring checkpoint from source: Monitor is disconnected
Any hints where can I look next?
And that happens on a freshly started instance?
May be useful to look at qemu.log for the instance on the source and target to see if there’s more details in there.
Yes, it is a freshly started instance with Talos Linux iso
I saw following in qemu.log
qemu-system-x86_64: Missing section footer for 0000:00:1f.0/ICH9LPC
qemu-system-x86_64: load of migration failed: Invalid argument
New finding:
I have 03 nodes in the cluster. The VM can be migrated between node 01 and 03 but not node 02
For node 01 and 03, I have each with 02 CPUs, and node 02 is only with 01 CPU
The cpu model is the same
qemu-system-x86_64: Missing section footer for 0000:00:1f.0/ICH9LPC
qemu-system-x86_64: load of migration failed: Invalid argument
These message are not shown on node 01 and 03