Description of problem: In a OSP deployment if Ceph storage is used as the backend storage for glance images, the ONLY supported image format is raw. A note about this needs to be added to the OSP Architecture Guide document in the glance storage section where supported image formats are discussed. The relevant section is here: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/architecture_guide/components#comp-image The appropriate & relevant note contents can be seen can n the OSP Director Installation and Usage document here: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html-single/director_installation_and_usage/#sect-Planning_Storage The exact text of the note says: IMPORTANT If you want to boot virtual machines in Ceph (ephemeral backend or boot from volume), the glance image format must be RAW format. Ceph does not support other image formats such as QCOW2 or VMDK for hosting a virtual machine disk. This issue of supported image formats when using Ceph backend for glance image storage came up at a strategic NFV customer who had implemented their OSP deployment with qcow2 images even though they had a Ceph storage backend for glance images. So this note needs to have higher visability in the OSP documentation wherever image formats for glance are discussed. Thanks Version-Release number of selected component (if applicable): OSP10, OSP11, OSP12, OSP13, and beyond. How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Perhaps we should mention that the conversion is possible as per the request in docbug 1610329: If you want to boot virtual machines in Ceph (ephemeral backend or boot from volume), the Glance image format must be RAW format. Ceph does not support other image formats such as QCOW2 or VMDK for hosting a virtual machine disk. While it's possible to configure Glance to convert the QCOW2 image to RAW if a QCOW2 image is uploaded, the conversion will occur while booting the instance which will take time. Thus, there are benefits to converting the image to RAW before uploading.