commit | ba868d9deaab2bb1c09e50650127823925154802 | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Fri May 21 15:08:37 2021 -0400 |
committer | David Teigland <teigland@redhat.com> | Tue May 25 09:22:20 2021 -0500 |
tree | 28af665fb64f61b58239d6df3c4549ed969f087b | |
parent | 7443bc962509912c70c587db71449daff26b9678 [diff] |
fs: dlm: reconnect if socket error report occurs This patch will change the reconnect handling that if an error occurs if a socket error callback is occurred. This will also handle reconnects in a non blocking connecting case which is currently missing. If error ECONNREFUSED is reported we delay the reconnect by one second. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>