In fedora-13, libvirt is libvirt-0.8.2 and qemu is   qemu-kvm-0.12.3. In virsh , the command of "migrate --live fedora-13 qemu+ssh://<a href="http://10.1.10.54/system">10.1.10.54/system</a>" is going well. but when I use the command of "migrate --live --copy-storage-all fedora-13 qemu+ssh://<a href="http://10.1.10.54/system">10.1.10.54/system</a>", it show the error:<br>
<br>internal errorqemu: could not open disk image /home/images/fedora-13.img: No such file or directory<br>qemu: could not open disk image /home/images/fedora-13.img: No such file or directory<br><br>"10.1.10.54" is the ip of destination, and fedora-13 is my VM.<br>
I don't know why. My VM "fedora-13" can going well with "virsh start fedora-13" by "/usr/bin/qemu-kvm". Who do live migration with "--copy-storage-all" successfully can help me.<br>
<br>What is "--copy-storage-inc  migration with non-shared storage with incremental copy (same base image shared between source and destination)"? do that means I also need a shared storage?<br>The document of this I can find out is too less.<br>
thank you!<br>