On Tue, Aug 06, 2013 at 12:20:55PM +0200, Valerio Pachera wrote: > 2013/8/6 Liu Yuan <namei.unix at gmail.com>: > > What is your process? > > Do you mean processor? > AMD Turion(tm) II Neo N40L Dual-Core Processor I meant the process to reproduce the issue. > > can you try 'qemu convert -f qcow2 -O qcow2 ...' too? The default format 'raw' > > takes too long time on my box so I just test '-O qcow2'. > > time qemu-img convert -f qcow2 -O qcow2 wheezy_template.qcow2 > wheezy_template_bis.qcow2 > real 1m0.712s > user 0m6.536s > sys 0m8.197s > > I also tried to run the guest using wheezy_template_bis.qcow2 and works fine. Seems that my qemu-img is broken (I'm running the latest master tip) to convert images to default raw format for sheepdog. And So qcow2 format on sheepdog works for you, right? Thanks Yuan |