Nick Maslov writes: > 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 [...] > Adding the same image in Horizon via download from URL hangs forever > in Saving state, but objects on Ceph pool are created... [...] > Is this something worth filling bugreport, or this is known issue? >From the setup and symptoms you describe, it looks exactly like one we also experienced: https://bugs.launchpad.net/glance/+bug/1146830 There's a patch for it https://github.com/openstack/glance/commit/101f000d3ca25761d75f626fe4379143ef5a6a70 I think the fix is in Havana, but not Grizzly(?). -- Simon.