We moved this page to our Documentation Portal. You can find the latest updates here. |
Issue
VM has been migrating for a while, sometimes the task will show a box with an "x" when hovered over. Task may show up as a zombie process in the "alerts" page.
Environment
OnApp 5.5.x
Resolution
1. Check if the migrate is still running on the HV.
1a. SSH to HV
1b. Attempt to find the migrate process by running: ps aux|grep migrate
root **48017** 0.0 0.0 275908 5440 pts/0 Ssl+ Sep14 0:02 virsh migrate --live --unsafe ns4hhkkvigu6lw qemu+ssh://172.16.10.13:22/system?no_verify=1 tcp:172.16.10.13 root **54104** 0.0 0.0 275908 5440 pts/1 Ssl+ 00:33 0:01 virsh migrate --live --unsafe rsfwnfwrnesjzw qemu+ssh://172.16.10.11:22/system?no_verify=1 tcp:172.16.10.11
1c. Use the new information to run this command: cat /proc/48017/io
and cat /proc/54104/io
If you see the following, the migrate is not running
rchar: 121847
wchar: 55492
syscr: 3731
syscw: 1821
read_bytes: 0
write_bytes: 0
cancelled_write_bytes: 0
Cause