<div dir="ltr"><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:sans-serif;font-size:12px;line-height:18px">I have a blueprint for glance,can anybody give me some advice?</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:sans-serif;font-size:12px;line-height:18px">blueprint link:</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:sans-serif;font-size:12px;line-height:18px"><a href="https://blueprints.launchpad.net/glance-store/+spec/image-compress">https://blueprints.launchpad.net/glance-store/+spec/image-compress</a></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:sans-serif;font-size:12px;line-height:18px">When we make a qcow2 image and prepare to upload it to glance,the image usually be large and can be compress,so it's better to compress the image in the client side and upload the compressed image to glance,which will save much store space.<br>compress wiki--<a rel="nofollow" href="https://pve.proxmox.com/wiki/Shrink_Qcow2_Disk_Files" style="color:rgb(0,51,170);text-decoration:none">https://pve.proxmox.com/wiki/Shrink_Qcow2_Disk_Files</a></p><p id="yui_3_10_3_1_1457267408542_1233" style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:sans-serif;font-size:12px;line-height:18px">Also,the image store is not safe in glance,if someone can access the directory,he can get the image file and steal the information of the image,so we'd better encrypt the image(use libvirt,<a rel="nofollow" href="https://libvirt.org/formatstorageencryption.html" style="color:rgb(0,51,170);text-decoration:none">https://libvirt.org/formatstorageencryption.html</a>).</p></div>