I think you should already know of a bug in qemu-img
that prevents it from using the -c option; the problem
is the line 
  if (flags & BLOCK_FLAG_COMPRESS && drv !=
&bdrv_vmdk)
in img_convert() should read
  if (flags & BLOCK_FLAG_COMPAT6 && drv != &bdrv_vmdk)
That's it! 

By the way, congratulations for the great job you have
done so far. 

Thank you very much.
Edivaldo de Araujo Pereira 


      Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/


Reply via email to