<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi there,<br><br>I had a look at cloud-init, and also other cloud softwares, and this is what they do:<br><br>- The images themselves are very small in size<br>- The size of the root disk is selected when launching a instance, and as so, it can be part of the service offering (ex.: small 8GB, medium 10GB, etc).<br>- The virtual disk is grown to the size selected when launching the instance. Partition size inside is kept.<br>- Cloud-init, inside the guest, resizes the partition on first boot, by using resize2fs. This is just a small command, so it could be done without cloud-init quite easily<br><br>Is this currently possible to do with existing OpenNebula functionality?<br><br>Thanks,<br>Ricardo<br>                                     </div></body>
</html>