From: Sage Weil Date: Mon, 30 Jul 2012 23:22:05 +0000 (-0700) Subject: libceph: reset connection retry on successfully negotiation X-Git-Tag: v3.6-rc1~36^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85effe183dd45854d1ad1a370b88cddb403c4c91;p=pandora-kernel.git libceph: reset connection retry on successfully negotiation We exponentially back off when we encounter connection errors. If several errors accumulate, we will eventually wait ages before even trying to reconnect. Fix this by resetting the backoff counter after a successful negotiation/ connection with the remote node. Fixes ceph issue #2802. Signed-off-by: Sage Weil Reviewed-by: Yehuda Sadeh Reviewed-by: Alex Elder --- Reading git-diff-tree failed