When a virtual machine has disks mounted other than the root hard drive, hot migration cannot be performed

When a virtual machine has disks mounted other than the root hard drive, hot migration cannot be performed.
The error log is:
Error: Instance move to destination failed: Error transferring instance data: Failed migration on target: Failed start validation for device "disk-wbT0xjUaD5": Custom volume is already attached to an instance on a different node

Steps to reproduce

  1. incus init ubuntu:20.04 test --vm
  2. incus config device add test --vm disk-test disk source=default/disk-wbT0xjUaD5 path=/etc
  3. incus config set test migration.stateful true
  4. incus start test
  5. incus move test --target=other-host