<div dir="ltr">I've updated the keystoneclient to the lastest version available in GitHub and I'm still not getting any speedups. I've switched to the tempauth system and noticed an immediate increase in throughput (6.4 GB/day to 53.5 GB/day). <div>
<br></div><div>Since I'm time-restrained, I'll stick with the tempauth system for now. I'll check back on the keystone token cache later.<div><br></div><div style>Thanks for all the help. </div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jan 15, 2013 at 8:36 AM, Chmouel Boudjnah <span dir="ltr"><<a href="mailto:chmouel@chmouel.com" target="_blank">chmouel@chmouel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">as Chuck explain you usually would see that on the server, having said that if you use latest swiftclient from github you will be able to see the requests that swiftclient make via keystoneclient to keystone to get a token. If you go on the swift proxy server and only if you use a recent checked out version of swift you will be able to see the auth_token debug messages (the authentication middleware for validating a token to keystone) in your proxy-server log. I would advise to take a look at a devstack, running it with swift and see how it work on the swift proxy server console (in screen).</div>
<div class="HOEnZb"><div class="h5">

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 8:00 PM, Leander Bessa Beernaert <span dir="ltr"><<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Neither keystone nor swift proxy are producing any logs. I'm not sure what to do :S</div><div>

<div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 6:50 PM, Chuck Thier <span dir="ltr"><<a href="mailto:cthier@gmail.com" target="_blank">cthier@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You would have to look at the proxy log to see if a request is being<br>
made.  The results from the swift command line are just the calls that<br>
the client makes.  The server still haves to validate the token on<br>
every request.<br>
<br>
--<br>
Chuck<br>
<br>
On Mon, Jan 14, 2013 at 12:37 PM, Leander Bessa Beernaert<br>
<div><div><<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>> wrote:<br>
> Below is an output from Swift stat, since I don't see any requests to<br>
> keystone, I'm assuming that memcache is being used right?<br>
><br>
> REQ: curl -i <a href="http://192.168.111.215:8080/v1/AUTH_%5BID%5D" target="_blank">http://192.168.111.215:8080/v1/AUTH_[ID]</a> -X HEAD -H<br>
> "X-Auth-Token: [TOKEN]"<br>
><br>
> DEBUG:swiftclient:REQ: curl -i <a href="http://192.168.111.215:8080/v1/AUTH_%5BID%5D" target="_blank">http://192.168.111.215:8080/v1/AUTH_[ID]</a> -X<br>
> HEAD -H "X-Auth-Token: [TOKEN]"<br>
><br>
> RESP STATUS: 204<br>
><br>
> DEBUG:swiftclient:RESP STATUS: 204<br>
><br>
>    Account: AUTH_[ID]<br>
> Containers: 44<br>
>    Objects: 4818<br>
>      Bytes: 112284450<br>
> Accept-Ranges: bytes<br>
> X-Timestamp: 1358184925.20885<br>
> X-Trans-Id: tx8cffb469c9c542be830db10a2b90d901<br>
><br>
><br>
><br>
><br>
> On Mon, Jan 14, 2013 at 6:31 PM, Dolph Mathews <<a href="mailto:dolph.mathews@gmail.com" target="_blank">dolph.mathews@gmail.com</a>><br>
> wrote:<br>
>><br>
>> If memcache is being utilized by your keystone middleware, you should see<br>
>> keystone attaching to it on the first incoming request, e.g.:<br>
>><br>
>>   keystoneclient.middleware.auth_token [INFO]: Using Keystone memcache for<br>
>> caching token<br>
>><br>
>> You may also want to use auth_token from keystoneclient >= v0.2.0 if<br>
>> you're not already (instead of from keystone itself).<br>
>><br>
>><br>
>> -Dolph<br>
>><br>
>><br>
>> On Mon, Jan 14, 2013 at 11:43 AM, Leander Bessa Beernaert<br>
>> <<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>> wrote:<br>
>>><br>
>>> Are you by any chance referring to this topic<br>
>>> <a href="https://lists.launchpad.net/openstack/msg08639.html" target="_blank">https://lists.launchpad.net/openstack/msg08639.html</a> regarding the keystone<br>
>>> token cache? If so I've already added the configuration line and have not<br>
>>> noticed any speedup :/<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> On Mon, Jan 14, 2013 at 5:19 PM, Leander Bessa Beernaert<br>
>>> <<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>> wrote:<br>
>>>><br>
>>>> I'm using the ubuntu 12.04 packages of the folsom repository by the way.<br>
>>>><br>
>>>><br>
>>>> On Mon, Jan 14, 2013 at 5:18 PM, Chuck Thier <<a href="mailto:cthier@gmail.com" target="_blank">cthier@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> On Mon, Jan 14, 2013 at 11:03 AM, Leander Bessa Beernaert<br>
>>>>> <<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>> wrote:<br>
>>>>> > Also, I'm unable to run the swift-bench with keystone.<br>
>>>>> ><br>
>>>>><br>
>>>>> Hrm... That was supposed to be fixed with this bug:<br>
>>>>> <a href="https://bugs.launchpad.net/swift/+bug/1011727" target="_blank">https://bugs.launchpad.net/swift/+bug/1011727</a><br>
>>>>><br>
>>>>> My keystone dev instance isn't working at the moment, but I'll see if<br>
>>>>> I can get one of the team to take a look at it.<br>
>>>>><br>
>>>>> --<br>
>>>>> Chuck<br>
>>>><br>
>>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>>> Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
>>> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>>> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
>>><br>
>><br>
><br>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>