<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#070040" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I started live migration job for a guest with the following command:<br>
    <br>
    <pre>virsh migrate --live --domain my-guest --verbose --persistent --copy-storage-all --desturi qemu+ssh://root@my-otherhost/system</pre>
    <br>
    Guest system disk cache mode is none:<br>
    <br>
    <pre>    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='none'/>
      <source file='/opt/datastore/bulutkare-1118.img'/>
      <backingStore/>
      <target dev='vda' bus='virtio'/>
      <alias name='virtio-disk0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </disk>

</pre>
    after live migration completed, filesystem blocked write operations.<br>
    <br>
    <pre>root@my-guest:~/tmp# touch hello
touch: cannot touch ‘hello’: Read-only file system</pre>
    <br>
    What can be the reason? What is the best of migrating a VM to a
    target machine?<br>
    <br>
    Additional info:<br>
    Guest operating system is Ubuntu 14.04 x64<br>
    Source/Target Host operating system is Ubuntu 15.04 x64<br>
    Guest file system is ext4 + swap<br>
    Source/Target Host file system is XFS<br>
    Source/Target Qemu version 1.2.2<br>
    Source/Target libvirt 1.2.12<br>
    <br>
    This is from target libvirt log. It can be important:<br>
    /build/qemu-Bjjgxn/qemu-2.2+dfsg/nbd.c:nbd_co_receive_request():L1146:
    reading from socket failed<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>