Open mkunz7 opened 3 years ago
@mkunz7 I'm not sure the VM being stopped is the root cause. According to the migrate src minimega sets the VM to pause before calling Migrate. I have also seen this behavior on a Windows 10 VM (up to >22,000% complete), but it's a very specific base image that always fails that way. There are other Windows 10 VMs that migrate just fine. Maybe @aherna can look into it.
Describe your environment
Describe the bug if you don't pause a vm with
vm stop
before you create a migration file withvm migrate
,vm migrate
will never finish and show completion statuses >100%. I stopped mine at 300%.To Reproduce Tested with a windows 10 image.
vs
Expected behavior
vm migrate
should either warn the vm is not stopped or stop it for you