Ref: https://github.com/harvester/harvester/issues/2692

Verify Steps:
- Install Harvester with 2+ nodes
- Login to Dashboard and create an image for VM creation
- Navigate to Advanced/Storage Classes,
harvester-longhornandlonghornshould be available, andharvester-longhornshould be settled as Default - Navigate to Volumes and create
vol-oldwhere Storage Class islonghornandvol-newwhere Storage Class isharvester-longhorn - Create VM
vm1attachingvol-oldandvol-new - Login to
vm1and usefdiskformat volumes and mount to folders:oldandnew - Create file and move into both volumes as following commands:
dd if=/dev/zero of=file1 bs=10485760 count=10
cp file1 old && cp file1 new
- Migrate
vm1to another host, migration should success - Login to
vm1, volumes should still attaching to foldersoldandnew - Execute command
sha256sumonold/file1andnew/file1should show the same value.