]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
libceph: un-backoff on tick when we have a authenticated session
authorIlya Dryomov <idryomov@gmail.com>
Mon, 23 Apr 2018 13:25:10 +0000 (15:25 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:24:28 +0000 (12:24 +0200)
commit3a6a4393e5191924a5f01510c008c93e907be67a
treee979d3551693da5b47f1fa367b060c3f8c5953e4
parentf7e2170d5c4828d77534255ef093c1bfdb9b8e38
libceph: un-backoff on tick when we have a authenticated session

BugLink: http://bugs.launchpad.net/bugs/1778265
commit facb9f6eba3df4e8027301cc0e514dc582a1b366 upstream.

This means that if we do some backoff, then authenticate, and are
healthy for an extended period of time, a subsequent failure won't
leave us starting our hunting sequence with a large backoff.

Mirrors ceph.git commit d466bc6e66abba9b464b0b69687cf45c9dccf383.

Cc: stable@vger.kernel.org # 4.7+
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
net/ceph/mon_client.c