NuxRo commented on issue #8301:
URL: https://github.com/apache/cloudstack/issues/8301#issuecomment-1842486068

   Hello,
   
   Usually when importing into Cloudstack/kvm you want the file to be formatted 
qcow2 and then bzipped, ie:
   ```
   qemu-img convert -p file.raw -O qcow2 file.qcow2
   bzip2 -v file.qcow2
   ```
   
   Then register the resulting compressed file as a template in Cloudstack.
   
   However, going through this (incomplete) log I get the feeling you have 
another problem there.
   If you deploy from a known good template does it work?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to