Comment 12 for bug 1397367

Revision history for this message
Alexander Tivelkov (ativelkov) wrote : Re: Deployment on 98 nodes with Ceilo on CentOS failed

The message
INFO glance.registry.api.v1.images [911143ba-bf4b-4847-a852-77385abd308a 97bea994c8cd4e16b8701d1dd776272f 18d3f86359684daa94bc83fc6f8868eb - - -] Successfully created image 4dc69685-c45f-4193-bd50-6c2743c9dd4a
Does not mean that the image was indeed uploaded, it just says that the record has been created in the database (that's what the registry service does). The actual uploading is made in glance-api service, and it seems like its last log message is

2014-11-28T17:18:46.437043+00:00 debug: 2014-11-28 17:18:46.450 26587 DEBUG glance.store.rbd [9ec256a4-29b6-4c14-a4dd-11c64a5d796f 97bea994c8cd4e16b8701d1dd776272f 18d3f86359684daa94bc83fc6f8868eb - - -] creating image 4dc69685-c45f-4193-bd50-6c2743c9dd4a with order 23 and size 13167616 add /usr/lib/python2.7/dist-packages/glance/store/rbd.py:332

I.e. glance calls to ceph and attempts to put data there. And it seems like there is no response. We need somebody to look into ceph logs to find out what's going on.