OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-182-gc37ee09
Gerrit Code Review
gerrit@openafs.org
Thu, 13 Mar 2025 11:14:38 -0400
The following commit has been merged in the master branch:
commit c37ee09119a3b976688131e4b709dcb65c0fc853
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Feb 10 15:44:15 2025 -0600
afs: Log addr with "RXAFS_GetCapabilities failed"
If our RXAFS_GetCapabilities() call fails in afs_GetCapabilities() for
any reason besides RXGEN_OPCODE, we'll log a message, but the log
message doesn't say which server we were trying to contact. We usually
log a "Lost contact with file server" message right before this, so
which server it's for is usually intuitive, but that won't always happen
(if we get a positive error code, for example).
To make this message more useful, log the server address with the rest
of the message.
Change-Id: I178d3f8ff234bf89fad38d3fb84c87757d2e1f7c
Reviewed-on: https://gerrit.openafs.org/16245
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/afs/afs_server.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
--
OpenAFS Master Repository