← Back to team overview

openstack team mailing list archive

Re: [OpenStack][Swift] Fast way of uploading 200GB of 200KB files to Swift

 

On Mon, Jan 14, 2013 at 11:01 AM, Leander Bessa Beernaert
<leanderbb@xxxxxxxxx> wrote:
> I currently have 4 machines running 10 clients each uploading 1/40th of the
> data. More than 40 simultaneous clientes starts to severely affect
> Keystone's ability to handle these operations.

You might also double check that you are running a very recent version
of keystone that includes the update to use the swift memcache servers
and the correct configuration.  This will cache tokens and prevent
having to make a call to keystone for every single request.  If that
is an issue, that is likely causing a lot of latency to each request.

--
Chuck


References