Skip to content

Commit

Permalink
netlog: Add tracking for latest nfs problems
Browse files Browse the repository at this point in the history
donald committed Jan 25, 2019
1 parent 06cc6db commit 7044288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlog/netlog
Original file line number Diff line number Diff line change
@@ -173,6 +173,9 @@ sub filter {

/scheduling restart/ and return 'SERVICE_RESTART';

/RPC request reserved/ and return 'NFS_41_PROBLEM';
/VFS: file-max limit/ and return 'VFS_FILE_MAX';

return 0;
}

0 comments on commit 7044288

Please sign in to comment.