<html><body>
<p><font size="2" face="sans-serif">Hello folks,</font><br>
<br>
<font size="2" face="sans-serif">I was looking into the provisioning process in OpenStack. If force_raw_images flag is set to False, the provisioning process looks like:</font><br>
<br>
<font size="2" face="sans-serif">(1) Copy the image </font><br>
<font size="2" face="sans-serif">(2) Create a copy of the copied image to an appropriate flavor name</font><br>
<font size="2" face="sans-serif">(3) Start the VM</font><br>
<br>
<font size="2" face="sans-serif">while if it is set to True, the provisioning process looks like:</font><br>
<br>
<font size="2" face="sans-serif">(1) Copy the image</font><br>
<font size="2" face="sans-serif">(2) Convert image to raw</font><br>
<font size="2" face="sans-serif">(3) Create a copy of the converted raw image to an appropriate flavor name</font><br>
<font size="2" face="sans-serif">(4) Start the VM</font><br>
<br>
<font size="2" face="sans-serif">For the former, copying the image to a flavor name is a redundant process. Can that be eliminated? Any thoughts?</font><br>
<br>
<font size="2" face="sans-serif">Provisioning images from very large images (>20G) necessitate investigating all aspects of provisioning process. The reason one can have very large images is due to VM snapshotting or software bundling etc.</font><br>
<br>
<font size="2" face="sans-serif">Thanks.</font><br>
<br>
<font size="2" face="sans-serif">Best Regards,<br>
<br>
Salman A. Baset<br>
Research Staff Member, IBM T. J. Watson Research Center<br>
Tel: +1-914-784-6248<br>
</font></body></html>