From 5d2f81ed5a146ed46e8eaf7ec6d0f158a132dce7 Mon Sep 17 00:00:00 2001 From: Nana He Date: Mon, 20 Jan 2025 11:31:28 +0800 Subject: [PATCH] Add some err msg to common ignore, since it is safe to ignore. --- .../files/tools/loganalyzer/loganalyzer_common_ignore.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt index 69c6cfd022..c715c790d3 100644 --- a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt +++ b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt @@ -320,3 +320,7 @@ r, ".* ERR ntpd\[\d*\]:.*leapsecond file ('/usr/share/zoneinfo/leap-seconds.list r, ".* ERR auditd\[\d*\]: Error receiving audit netlink packet \(No buffer space available\)" r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Interrupted system call" r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Transport endpoint is not connected" + +# Errors for syncd shutdown on mellanox platform +r, ".* ERR kernel:.*sxd_kernel: \[error\] SDK main monitor thread does not respond" +r, ".* ERR kernel:.*sxd_kernel: \[error\] Health-Check: device=1, cause=10 \['SDK thread issue'\] - stopping further device monitoring"