Comment 15 for bug 1647389

Revision history for this message
Dave Chiluk (chiluk) wrote :

I have confirmation that this can be worked around by turning off memory statistics via virsh before the migration. After migration memory statistics can be turned back on safely.

The command to turn off memory statistics is
virsh dommemstat --live --period 0 <VM instance name>

The command to turn on memory statistics is
virsh dommemstat --live --period 10 <VM instance name>