On 06/08/2012 03:44 PM, Bastian Scholz wrote: > root at sv-it-cloud3:~# sheep /mnt/soeren-1/ > > root at sv-it-cloud2:~# sheep /mnt/soeren-1/ > root at sv-it-cloud2:~# collie cluster format --copies=2 > root at sv-it-cloud2:~# qemu-img convert sv-bss-visu.qcow2 > sheepdog:sv-bss-visu Would you please add '-d' option when starting up sheep? The sheep.log will be more informative. I can't reproduce this problem. By the way, what is the version of QEMU? qemu-img as default use 'unsafe' mode to convert image, this is means it doesn't flush any data into cluster at all. You need to manually specify cache mode as in wiki: $ qemu-img convert -t writethrough linux-0.2.img sheepdog:test Thanks, Yuan |