summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2014-03-14 14:16:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-20 15:47:37 -0500
commit8df400cb723a3a2d1ded42f8611e9d6065e759fc (patch)
tree3a915cf09f884670659e5ba7b162bd0600ccc587 /src/usr/diag
parent7d87c86e14ad803bb295bc4e3e97e42cce20fd08 (diff)
downloadtalos-hostboot-8df400cb723a3a2d1ded42f8611e9d6065e759fc.tar.gz
talos-hostboot-8df400cb723a3a2d1ded42f8611e9d6065e759fc.zip
HWP update for mss_maint_cmds
Change-Id: Ib036c6cb11126a55a3598cd02628621a2141feb8 CQ: SW252112 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9653 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
index 4489bb0d7..53aeb0593 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
+++ b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
@@ -722,9 +722,9 @@ mss_MaintCmdWrapper * createMssCmd( mss_MaintCmdWrapper::CmdType i_cmdType,
mss_MaintCmdWrapper * o_cmd = NULL;
- mss_MaintCmd::TimeBaseSpeed cmdSpeed = mss_MaintCmd::SLOW_12H;
+ mss_MaintCmd::TimeBaseSpeed cmdSpeed = mss_MaintCmd::BG_SCRUB;
if ( i_isFastSpeed )
- cmdSpeed = mss_MaintCmd::FAST_AS_POSSIBLE;
+ cmdSpeed = mss_MaintCmd::FAST_MAX_BW_IMPACT;
mss_MaintCmd * cmd = NULL;
OpenPOWER on IntegriCloud