From 784250e0bd3f245080d16f5d9502b8610d3cb030 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Wed, 25 Oct 2017 02:19:50 -0400 Subject: [PATCH] add getopenbmccons to commands.log 's filter list --- xCAT-server/sbin/xcatd | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index f8bd9bb7a..fc67c1446 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -3507,6 +3507,7 @@ sub cmdlog_submitlog() { $tmpreq =~ s/\[Request\]\s+(.+)/$1/g; if ($tmpreq =~ /getipmicons/) { return 1; } if ($tmpreq =~ /getcons/) { return 1; } + if ($tmpreq =~ /getopenbmccons/) { return 1; } if ($cmdlog_alllog !~ /\n$/) { $cmdlog_alllog .= "\n";