Skip to content

Commit

Permalink
Change "System error in open: Permission denied" to just "System erro…
Browse files Browse the repository at this point in the history
…r in open"

 - there is no need to distinguish this from other ways that the data node
could temporarily fail to open a file.
  • Loading branch information
painter1 committed Apr 15, 2021
1 parent 0d9674c commit 1243872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def transfer_error_counts( sincelines ):
"Unable to establish SSL connection", "Connection closed at byte",
"The GSI XIO driver failed to establish a secure connection.",
"File corruption detected", "ERROR 404", "No such file or directory",
"System error in open: Permission denied",
"System error in open",
"sdget_status=7", # i.e. sdget.sh was killed by SIGINT or SIGTERM.
# This normally means that the daemon died.
"No data received", "Operation not permitted",
Expand Down

0 comments on commit 1243872

Please sign in to comment.