[Openstack-operators] glance uploads stop at 6gb

Linux Datacenter linuxdatacenter at gmail.com
Thu Feb 16 12:39:54 UTC 2012


Hi,

I've come a strange behaviour of glance, release
2012.1~e3-0ubuntu0~ppa1~oneiric1

when I make a server snapshot:

nova-manage image-create <server> <snapshot_name>

The image starts to be transferred. Everything is fine, until the image
size stored on glance reaches 6.2GB. Then the transfer stops and I see this
error:

2012-02-16 12:02:10 19104    DEBUG [routes.middleware] Match dict:
{'action': u'detail', 'controller': <glance.common.wsgi.Resource object at
0x23d9310>}
2012-02-16 12:02:10 19104    DEBUG [eventlet.wsgi.server] 10.189.0.10 - -
[16/Feb/2012 12:02:10] "GET
/v1/images/detail?marker=692633ec-ec25-4af8-8f02-f28782cb41a1&is_public=none
HTTP/1.1" 200 137 0.173452
2012-02-16 12:21:21 19104    ERROR [glance.api.v1.images] Traceback (most
recent call last):
  File "/usr/lib/python2.7/dist-packages/glance/api/v1/images.py", line
349, in _upload
    image_size)
  File "/usr/lib/python2.7/dist-packages/glance/store/filesystem.py", line
200, in add
    buf = image_file.read(ChunkedFile.CHUNKSIZE)
  File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 147, in
read
    return self._chunked_read(self.rfile, length)
  File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 137, in
_chunked_read
    self.chunk_length = int(rfile.readline().split(";", 1)[0], 16)
ValueError: invalid literal for int() with base 16: ''


Anyone knows how to solve this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20120216/616d411d/attachment-0002.html>


More information about the Openstack-operators mailing list