looks like we have the following issue with default configuration of Swift+Glance: during the image upload swift stores all chunks in /srv directory, which is mounted on the root (/) partition. By default we have small amount of disk space for the root partition and in the result, when user tries to store large file, it leads to the errors because user has no free disk space on /srv disk, and, after the first upload fail, we can't store other images as well, because all chunks after failed upload will be not removed.
More that that, probably, it is another issue with Swift, @Jerome, could you please attach Swift and Glance logs to the bug description, it is hard to reproduce and investigate the issue without any information.
Hi,
looks like we have the following issue with default configuration of Swift+Glance: during the image upload swift stores all chunks in /srv directory, which is mounted on the root (/) partition. By default we have small amount of disk space for the root partition and in the result, when user tries to store large file, it leads to the errors because user has no free disk space on /srv disk, and, after the first upload fail, we can't store other images as well, because all chunks after failed upload will be not removed.
More that that, probably, it is another issue with Swift, @Jerome, could you please attach Swift and Glance logs to the bug description, it is hard to reproduce and investigate the issue without any information.