Ref: https://github.com/harvester/harvester/issues/1086
Verify Items
- VM can be migrate to any node with any times
Case: Migrate a restored VM
- Install Harvester with at least 2 nodes
- setup backup-target with NFS
- Create image for VM creation
- Create VM a
- Add file with some data in VM a
- Backup VM a as a-bak
- Restore backup a-bak into VM b
- Start VM b then check added file should exist with same content
- Migrate VM b to another node, then check added file should exist with same content
- Migrate VM b again, then check added file should exist with same content