Comment 1 for bug 1297465

Revision history for this message
Michael Petersen (mpetason) wrote :

As an update: The size doesn't seem to matter.

If I use this and try to upload a 7G Windows image then I get the same error as above:

swift_store_large_object_size = 5120

If I use this and upload a Centos 300M Image I get the same error as above:

swift_store_large_object_size = 250

Then this setting is left at 200:

swift_store_large_object_chunk_size = 200

I have tried to change the object chunk size to different values as well, lower and higher. 50, 500, 1024. Each produces the same error: TypeError: object of type 'ChunkReader' has no len().