commit | ae6aac4138e2f01b2a7c5cbcd4b26addd705cfc9 | [log] [tgz] |
---|---|---|
author | Edward A. James <eajames@us.ibm.com> | Fri Nov 03 14:47:53 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 11 19:36:13 2017 +0000 |
tree | 87b60471ea728a9fa86e151b399e39e950bdb526 | |
parent | 6b2eb072dd5de66f9dde5d463167d1db90eae5ae [diff] |
Extend sleep time for debug collector checkstop service Needed to extend the time to allow OCC to wait for our drivers to stop using the SBEFIFO. Otherwise we get some contention on the FIFO. Change-Id: Ia8aa50a328e45089de1ef43a2e7f685e74f96730 Signed-off-by: Edward A. James <eajames@us.ibm.com>
diff --git a/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service b/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service index de0aff1..5e8cf3d 100644 --- a/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service +++ b/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service
@@ -3,9 +3,10 @@ Before=obmc-host-quiesce@%i.target [Service] -# Adding 5 seconds to allow OCC to collect debug data -# before processing checkstop -ExecStart={base_bindir}/sleep 5 +# Adding 10 seconds to allow OCC to collect debug data +# before processing checkstop. OCC has to wait 5 seconds +# for our driver to stop using the SBEFIFO. +ExecStart={base_bindir}/sleep 10 ExecStart=/usr/bin/env checkstop_app SyslogIdentifier=checkstop_app Type=oneshot