Comment 8 for bug 1360151

Revision history for this message
Zap Chang (zapchang) wrote :

I see similar failure in 2013.2.2 when using swift as backend. If user specifies `--copy-from` option when creating a new image, the uploading procedure to swift fails because the reader always return 16 MB chunks while swiftclient only asks 65536 bytes to write by default. ChunkReader might not be ideal reader in this situation.