ceph: do not resend mon requests on auth ticket renewal
authorSage Weil <sage@newdream.net>
Tue, 25 May 2010 22:38:06 +0000 (15:38 -0700)
committerSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:12:38 +0000 (09:12 -0700)
commit09c4d6a7d40dd26c1b35674c582382b7ea551368
treeb3afda46b0342ea3e87980b5bb2f6148ce119414
parent984c76908efd3c6795aa03dff16a8fc3496af99f
ceph: do not resend mon requests on auth ticket renewal

We only want to send pending mon requests when we successfully
authenticate.  If we are already authenticated, like when we renew our
ticket, there is no need to resend pending requests.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/mon_client.c