Hi,<div><br></div><div>Just wondering why the qcow2 transfer drivers [1] didn't worked for you. </div><div><br></div><div>Currently, creating qcow2 images is not supported. Adding this is fairly simple, just edit scripts_common.sh (both $ONE_LOCATION/lib/sh/ and $ONE_LOCATION/var/remotes/) and add another case in the mkfs_command function. Something like</div>

<div>...</div><div>"qcow2")</div><div>echo "qemu-img create -f qcow2 $DST $SIZE"</div><div>return 0</div><div>;;</div><div><br></div><div>Then, use FSTYPE="qcow2" in your image templates. Let us know if you need further help modifying this file.</div>

<div><br></div><div>I've just filled an issue [2] to include this for the next release.</div><div><br></div><div>Thanks for your feedback.</div><div><br></div><div>Ruben</div><div><br></div><div>[1] <a href="http://www.opennebula.org/documentation:rel3.6:fs_ds#using_the_qcow2_transfer_driver">http://www.opennebula.org/documentation:rel3.6:fs_ds#using_the_qcow2_transfer_driver</a></div>

<div><br></div><div>[2] <a href="http://dev.opennebula.org/issues/1365">http://dev.opennebula.org/issues/1365</a></div><div><br></div><div><br></div><div><div class="gmail_quote">On Sat, Jul 14, 2012 at 10:23 PM, Ricardo Duarte <span dir="ltr"><<a href="mailto:rjtd21@hotmail.com" target="_blank">rjtd21@hotmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">
Hi there, <br><br>Currently I'm using KVM with OpenNebula, and already made some changes to the tm to support qcow2 linked clones. It is working fine.<br>What I'm missing is how to make SunStone and the one cli to create new disks as qcow2.<br>

Currently they are setup as raw, even if I set target to qcow2 on both template and datablock/os disk. That takes a lot of space (especially swap disks), and also makes my tm fail.<br>Can somebody provide me some guidance on how to setup OpenNebula so that all the disks, created with SunStone or the one cli, are created as qcow2?<br>

<br>Thanks<br>                                        </div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Ruben S. Montero, PhD<br>Project co-Lead and Chief Architect<br>OpenNebula - The Open Source Solution for Data Center Virtualization<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:rsmontero@opennebula.org" target="_blank">rsmontero@opennebula.org</a> | @OpenNebula<br>


</div>