Can i use .bz2 while creating image file for Ubuntu OS

Please, describe the problem here and provide additional information below (if applicable) …

Hi, I am new to open nebula and ubuntu OS, As I am creating an image file for Ubuntu OS image have a doubt as the downloaded image has .bz2 extention so can I use the same in the image creation script or convert the file (if so how do I do it? )

Please help and I apologize if this is a amateur ask.

NAME = “ubuntu1604-img”
PATH = “http://test-cli.cloud/~service/img/OneCloud-Ubuntu-1604-production-2018_09_23-b183.qcow2.bz2
DRIVER = “qcow2”
PUBLIC = NO
PERSISTENT = YES

Versions of the related components and OS (frontend, hypervisors, VMs):

Steps to reproduce:

Current results:

Expected results:

Hello,

What hypervisor are you using ? If it’s kvm you need to get the qcow2 file out

Bzip2 -d (filename)

Then you can use this, however the best way would be using the marketplace inages they are only small and you can just add them easily.

Thank you Dave for looking into this and replying, I think I got what I am looking for…

Yes we are using kvm and got the qcow2 out with help of "bzip2 -d "

Appreciate your help.

Thanks.