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
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to