fs: dlm: print cluster addr if non-cluster node connects
authorAlexander Aring <aahringo@redhat.com>
Tue, 4 Jan 2022 14:09:47 +0000 (09:09 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 4 Jan 2022 15:40:24 +0000 (09:40 -0600)
commitfeae43f8aa88309224b27bbe3a59fcb9aefab6f5
tree8c4cfa9b3165874c85a2e88fa21c10abb8cb5a7d
parente4dc81ed5a8069b8ae56116058ebbad77ff559ec
fs: dlm: print cluster addr if non-cluster node connects

This patch prints the cluster node address if a non-cluster node
(according to the dlm config setting) tries to connect. The current
hexdump call will print in a different loglevel and only available if
dynamic debug is enabled. Additional we using the ip address format
strings to print an IETF ip4/6 string represenation.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c