[Openstack-operators] Glance RBD upload issue - hangs in Saving state

Nick Maslov azpekt at gmail.com
Thu Aug 22 16:19:11 UTC 2013


Hi, I have successfully implemented RBD Ceph backend for Glance, albeit I encountered a weird bug.

Upload via CLI works fine:
# wget http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-amd64-disk1.img
...
# glance add name="ubuntu_1304_cloud_image_x64" is_public=True disk_format=qcow2 container_format=ovf architecture=x86_64 < raring-server-cloudimg-amd64-disk1.img
Added new image with ID: 0660c33a-ce6d-448f-a44e-304373d34d5b
# glance image-list
+--------------------------------------+-----------------------------+-------------+------------------+-----------+--------+
| ID                                   | Name                        | Disk Format | Container Format | Size      | Status |
+--------------------------------------+-----------------------------+-------------+------------------+-----------+--------+
| 3d24eb3d-d3fe-4c7a-a627-6ae02158c4ff | precise-ceph                | qcow2       | ovf              | 252968960 | active |
| 0660c33a-ce6d-448f-a44e-304373d34d5b | ubuntu_1304_cloud_image_x64 | qcow2       | ovf              | 235929600 | active |
+--------------------------------------+-----------------------------+-------------+------------------+-----------+--------+


Adding the same image in Horizon via download from URL hangs forever in Saving state, but objects on Ceph pool are created...

I also mentioned QCOW2 as disk format, but cannot explicitly mention format and arch via Horizon.

Is this something worth filling bugreport, or this is known issue?

Cheers,
NM 



More information about the OpenStack-operators mailing list