From f9890778ada6c3581b1e9211adfb95f7c8c156e0 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 11 May 2023 16:45:46 -0400 Subject: [PATCH] revert last change to so-verify --- setup/so-verify | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup/so-verify b/setup/so-verify index a89e24120..7345ae4ab 100755 --- a/setup/so-verify +++ b/setup/so-verify @@ -32,8 +32,6 @@ log_has_errors() { # Ignore Failed: 0 since that is the salt state output, and we detect state failures # via Result: False already. - # Ignore "/tmp/__salt.tmp." and "retcode: 126" as they seem to be related to a transient issue with the elastic agent for linux - grep -E "FAILED|Failed|failed|ERROR|Result: False" "$setup_log" | \ grep -vE "The Salt Master has cached the public key for this node" | \ grep -vE "Minion failed to authenticate with the master" | \ @@ -46,8 +44,6 @@ log_has_errors() { grep -vE "Exception in callback None" | \ grep -vE "deprecation: ERROR" | \ grep -vE "code: 100" | \ - grep -vE "/tmp/__salt.tmp." | \ - grep -vE "retcode: 126" | \ grep -vE "Running scope as unit" &> "$error_log" if [[ $? -eq 0 ]]; then