Comment 8 for bug 1637601

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Problem:

We setup 2 Ubuntu KVM host with the same mount point and try to migration the guest between 2 HOST. The migration is success, the guest appear on other Host after the migration but it shows some I/O error on the guest.
<...>

On the first host, run this

root@micro:~# virsh migrate --live --domain microg5 qemu+ssh://10.33.10.115/system --verbose --undefinesource --persistent --timeout 60
Migration: [100 %]

The guest appear on other HOST:

root@tiny:~# virsh list --all
Id Name State

2 tinyg1 running
3 tinyg2 running
5 tinyg4 running
6 tinyg5 running
7 tinyg6 running
9 tinyg3 running
12 microg5 running <<< this guest is from HOST "Micro"

Checking status of the guest, I can see this error....

root@microg5:~# dmesg |tail -20
[ 60.818955] blk_update_request: I/O error, dev vdc, sector 96749232
[ 60.819113] Aborting journal on device vdc2-8.
[ 60.820121] blk_update_request: I/O error, dev vdc, sector 9084320
[ 60.820643] EXT4-fs warning (device vdc2): ext4_end_bio:329: I/O error -5 writing to inode 393279 (offset 0 size 0 starting block 1135541)
<...>