You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
if you don't pause a vm with vm stop before you create a migration file with vm migrate, vm migrate will never finish and show completion statuses >100%. I stopped mine at 300%.
To Reproduce
Tested with a windows 10 image.
clear vm config
vm config memory 4096
vm config disk /root/windows.qcow2
vm config experiment,main
vm launch kvm windows
vm start windows
vm migrate windows /root/windows.state
vm migrate
vm migrate
vm migrate
vs
clear vm config
vm config memory 4096
vm config disk /root/windows.qcow2
vm config experiment,main
vm launch kvm windows
vm start windows
vm stop windows
vm migrate windows /root/windows.state
vm migrate
Expected behavior vm migrate should either warn the vm is not stopped or stop it for you
The text was updated successfully, but these errors were encountered:
@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 youThe text was updated successfully, but these errors were encountered: