[openstack-dev] Glance hang uploading images

Syed Armani dce3062 at gmail.com
Sat Jan 19 19:26:04 UTC 2013


I am also facing the same problem while uploading images on latest devstack
install. Ubuntu image upload worked like a charm but fedora 16 image is not
moving further from the saving state to active state. I thought there is a
problem ith image so I tried it with two fedora 16 images taken from two
different sources and the result was same.  Anyway please let me know if
someone has found a way around this problem.

syed at syed:~$ nova image-list
+--------------------------------------+---------------------------------+--------+--------+
| ID                                   | Name                            |
Status | Server |
+--------------------------------------+---------------------------------+--------+--------+
| 85cf3954-c0ac-4319-b098-31c5db20ecf5 | Ubuntu 12.04 UEC                |
ACTIVE |        |
| df953016-a530-42b1-b600-c25ff6ad8992 | cirros-0.3.0-x86_64-uec         |
ACTIVE |        |
| 2c41fee8-b7cd-44f4-a6c5-060108dfb9d4 | cirros-0.3.0-x86_64-uec-kernel  |
ACTIVE |        |
| a7d871a5-07cc-4939-ba0d-1f01b27a86de | cirros-0.3.0-x86_64-uec-ramdisk |
ACTIVE |        |
| db322707-daf3-4689-a459-679e5f091299 | fedora                          |
SAVING |        |
+--------------------------------------+---------------------------------+--------+--------+


Cheers,
Syed Armani



On Wed, Jan 16, 2013 at 8:49 PM, Daniel P. Berrange <berrange at redhat.com>wrote:

> On Tue, Jan 15, 2013 at 11:53:19AM +0000, McHale, Therese wrote:
> > Daniel,
> >
> > Api log shows:
> >
> > >>2013-01-14 18:42:56.18 DEBUG glance.registry.client
> [ab1e07b0-97fa-4508-96ac-1d6375282271 1947906b9e9f42e7bdfd29c9219fcda0
> 1e80f28a9dd1425bb905c1192317cfb2]
> > >>Registry request PUT /images/f5a9f8c4-b82b-4192-8379-cb4619bff1d6 HTTP
> 200 request id req-81b04d9c-0672-4b50-b450-9eb3a764bcdc do_request
> >>/home/berrange/src/cloud/glance/glance/registry/client.py:95
> >
> > Looks like the put of the image worked.
> >
> > But there is this:
> >
> > >>No handlers could be found for logger "qpid.messaging"
> >
> > Registry log shows:
> >
> > >>2013-01-14 18:42:56.16 INFO glance.registry.api.v1.images
> [81b04d9c-0672-4b50-b450-9eb3a764bcdc 1947906b9e9f42e7bdfd29c9219fcda0
> 1e80f28a9dd1425bb905c1192317cfb2] >>Updating metadata for image
> f5a9f8c4-b82b-4192-8379-cb4619bff1d6
> >
> > Looks ok.  If you set this in default_log_levels:
>  eventlet.wsgi.server=DEBUG,sqlalchemy.DEBUG   I would see more debug, i.e.
> see the full
> > Sql resultset to confirm everything returned ok from sql/see more wsgi
> output.  (This is what was changed in the patch)
> >
> > On the qpid/messaging  error...were you getting this before the problem?
> > I'm not using qpid messaging/just using the defaults in the example conf
> > file (e.g. qpid_host=localhost for me as this is what is in the
> > Example glance-api.conf,  whereas you use - I think correctly based on
> > the code -  qpid_hostname=localhost, you also have
> qpid_notificaton_topic=notifications
> > Whereas this is set to 'glance_notifications' on my system.)
>
> In anycase the change I bisected to doesn't seem to touch anything
> related to messaging.
>
> > If you log a bug for this and add the extra debug there I can look at it
> there.
>
> https://bugs.launchpad.net/glance/+bug/1100317
>
> That has the glance registry log level increased
>
> Daniel
> --
> |: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/:|
> |: http://libvirt.org              -o-             http://virt-manager.org:|
> |: http://autobuild.org       -o-         http://search.cpan.org/~danberr/:|
> |: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc:|
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130120/75f2ecd3/attachment.html>


More information about the OpenStack-dev mailing list