[openstack-dev] [Glance][Swift] Glance using swiftclient without multithreading

Nikhil Komawar nikhil.komawar at rackspace.com
Fri Sep 20 21:44:10 UTC 2013


Hi all,
 
It seems that glance uses swiftclient and misses out a multithreading option.
[https://github.com/openstack/glance/blob/master/glance/store/swift.py#L574] https://github.com/openstack/glance/blob/master/glance/store/swift.py#L574
[https://github.com/openstack/glance/blob/master/glance/store/swift.py#L651] https://github.com/openstack/glance/blob/master/glance/store/swift.py#L651
 
switclient from command line gives the option of downloading multiple segments using the same.
[https://github.com/openstack/python-swiftclient/blob/master/bin/swift#L202] https://github.com/openstack/python-swiftclient/blob/master/bin/swift#L202
 
I was wondering if we should have a bp/bug for this and what all implications do we think it might have on the download/upload process?
 
Thanks,
-Nikhil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130920/9d17cfc8/attachment.html>


More information about the OpenStack-dev mailing list