Adding an existing disk via Cloudmin to new VMs instead of creating a disk

Hello,

I am trying to use thin-provisioned disks and add them to VMs created via Cloudmin.

Ex:

create new thin provisioned disk:

qemu-img create -f qcow2 /kvm/newdisk.img 50G

Use the above disk for a new VM. Is this possible via cloudmin? if not - what would be the equivalent steps needed to create a new vm and add this as a virtual disk?

Thank you

Status: 
Closed (fixed)

Comments

You can add an existing file as a disk to a VM in Cloudmin at Resources -> Manage Disks -> Add existing file or device as a disk.

However, we don't recommend the use of non-raw format images in a serious production environment, as over-committing could cause filesystem corruption on the VM if you run out of space on the host.

Automatically closed -- issue fixed for 2 weeks with no activity.