We have Opennebula configured and successfully added few hosts and deployed VMs.
To build an image, we required to attach add-on disk of 50GB to the VM.
For Add-on Disk We created an Empty disk image with below details
Type - DATABLOCK
Persistent : no
Attributes
DEV_PREFIX vd
DRIVER raw
TOTAL_IOPS_SEC 5000
Actual Issue
- Add-on Disk attachment taking too much time.
Since its empty disk it should consider zeroing. However I could see dd clone process is taking place.
PS : This is test environment and we request to provide any alternatives to disable this or any alternatives to attach disk faster.