summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-03-26 11:20:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-29 13:17:50 -0500
commit1c0786bf9c21a91b62e262218b97ef8421dd6082 (patch)
tree74a33e45bb7700ea327db1b71608cba2c84eeb03
parent71e811f010892c5d3e81622be404caa506809767 (diff)
downloadtalos-hostboot-1c0786bf9c21a91b62e262218b97ef8421dd6082.tar.gz
talos-hostboot-1c0786bf9c21a91b62e262218b97ef8421dd6082.zip
PRD: Relaxed thresholds on TBD callouts.
Change-Id: Iff1732c178f613cb48e69eacd26d80cc82543b7c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3746 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/CommonActions.rule4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
index 8c09f1cda..f8f3a94c3 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
@@ -101,6 +101,8 @@ actionclass defaultMaskedError
/** Default TBD action */
actionclass TBDDefaultCallout
{
- defaultMaskedError;
+ dumpSH;
+ callout2ndLvlMed;
+ threshold( field(32 / day), mfg(32 / day) );
};
OpenPOWER on IntegriCloud