libceph: lower exponential backoff delay
authorIlya Dryomov <idryomov@gmail.com>
Thu, 29 Oct 2020 13:49:10 +0000 (14:49 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 14 Dec 2020 22:21:48 +0000 (23:21 +0100)
commit418af5b3bfc4f1ef4854e83c5be8a0bdce51e95c
treed2ebd1c8726c80c20b39ef9628f7558754332a0a
parentb77f8f0e4f271c29cf5cc071ea1b6bc3a675b340
libceph: lower exponential backoff delay

The current setting allows the backoff to climb up to 5 minutes.  This
is too high -- it becomes hard to tell whether the client is stuck on
something or just in backoff.

In userspace, ms_max_backoff is defaulted to 15 seconds.  Let's do the
same.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/messenger.h
net/ceph/messenger.c