Comment 7 for bug 1576669

Revision history for this message
Kairat Kushaev (kkushaev) wrote : Re: Glance performance degradation in 'list_images' Rally test scenario

According to logs
librbd.create(ioctx, image_name, size, order, old_format=False, features=int(features)) took almost 30 seconds.
image.resize(length) + image.write(chunk, offset) took almost a minute because of some reason.