Skip to content

Commit 3d56b4a

Browse files
kofemannkhys95
authored andcommitted
nfs: lower nfs-client workaround message
Motivation: NFS door logs a message when a client-side bug workaround is applied. This was useful during debugging, but in production generates far too many log entries. Moreover, admins can 't do noting about it. Modification:A lower nfs-client workaround message Result: Less useless messages in logs under normal operation. Acked-by: Karen Hoyos Target: master, 11.1, 11.0, 10.2 Require-book: no Require-notes: yes (cherry picked from commit fe4d189) Signed-off-by: Tigran Mkrtchyan <[email protected]>
1 parent 7fa54b3 commit 3d56b4a

File tree

1 file changed

+1
-1
lines changed
  • modules/dcache-nfs/src/main/java/org/dcache/chimera/nfsv41/door

1 file changed

+1
-1
lines changed

modules/dcache-nfs/src/main/java/org/dcache/chimera/nfsv41/door/NFSv41Door.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ abstract private class NfsTransfer extends RedirectedTransfer<PoolDS> {
15721572
*
15731573
* see: https://bugzilla.redhat.com/show_bug.cgi?id=1901524
15741574
*/
1575-
_log.warn(
1575+
_log.info(
15761576
"Deploying work-around for buggy client {} issuing CLOSE before LAYOUT_RETURN for transfer {}@{} of {}",
15771577
t.getMoverId(), t.getPool(), t.getPnfsId(),
15781578
t.getClient().getRemoteAddress());

0 commit comments

Comments
 (0)