Fuel 4.0 setup.
6 Node cluster, ceph for images and volumes, RadosGW enabled
3 controller + ceph
1 compute
2 compute + ceph
[root@node-7 ~]# glance image-list
+--------------------------------------+--------------+-------------+------------------+------------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+--------------+-------------+------------------+------------+--------+
| a5e4ea4f-5ea6-4caa-9037-c25c6b3947f1 | Base_OEL | qcow2 | bare | 1452933120 | active |
| aa6c93d1-2bba-4ef7-895a-df5c097a9faa | Base_OEL_IMG | raw | bare | 4294967296 | active |
| 31021860-a663-44ec-bb85-89dcb017ec5d | Centos_base | qcow2 | bare | 793903104 | active |
| 19f79ec3-5cb7-4fed-b143-e47cafe25313 | TestVM | qcow2 | bare | 14811136 | active |
+--------------------------------------+--------------+-------------+------------------+------------+--------+
boot from image create volume (Base_OEL_IMG) choosing 40G volume works
boot from image create volume (Base_OEL) choosing 40G volume fails
==> the volume is created successfully
==> booting another instance but choosing the volume created from the boot from image create volume (Base_OEL_IMG) is successful.
boot from image create volume (Centos_base) choosing 40G volume works
It seems there is a timeout happening here, as any large qcow2 image used to boot from image and create volume seems to fail...
More info:
When I try to boot > 6 of my (Centos_base) image and create volume, some may or may not fail as well. The raw images don't seem to have this restriction.