diff options
author | Zane Shelley <zshelle@us.ibm.com> | 2013-03-26 11:20:46 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-29 13:17:50 -0500 |
commit | 1c0786bf9c21a91b62e262218b97ef8421dd6082 (patch) | |
tree | 74a33e45bb7700ea327db1b71608cba2c84eeb03 /src | |
parent | 71e811f010892c5d3e81622be404caa506809767 (diff) | |
download | talos-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>
Diffstat (limited to 'src')
-rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule | 4 |
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) ); }; |