ceph: reset msgr backoff during open, not after successful handshake
authorSage Weil <sage@newdream.net>
Fri, 20 Nov 2009 23:14:15 +0000 (15:14 -0800)
committerSage Weil <sage@newdream.net>
Fri, 20 Nov 2009 23:14:15 +0000 (15:14 -0800)
Reset the backoff delay when we reopen the connection, so that the delays
for any initial connection problems are reasonable.  We were resetting only
after a successful handshake, which was of limited utility.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found