-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run kill_mfg_tool_processes in all LF OpenBMC platforms
Summary: Move `kill_mfg_tool_processes` step to `checks_and_remediations/common` as the issue can potentially affect all LF OpenBMC platforms (cc: williamspatrick) Test Plan: Unit tests, build+push flashy to a device with stuck mfg-tool processes: ``` ~/openbmc/tools/flashy$ scripts/run_flashy_remote.sh --device mtd:bmc --imagepath flash-yosemite4 --host sled325442309-oob.31.atn1.facebook.com --dry-run ``` Run new flashy step, ensure it successfully kills mfg-tool processes: ``` root@sled325442309-oob:~# /run/flashy/flashy -install && /run/flashy/checks_and_remediations/common/31_kill_mfg_tool_processes -imagepath /run/upgrade/image -device mtd:bmc 2024/10/18 08:27:29 Installing flashy... 2024/10/18 08:27:29 Finished installing flashy 2024/10/18 08:27:29 Starting: checks_and_remediations/common/31_kill_mfg_tool_processes 2024/10/18 08:27:29 Found 6 mfg-tool running processes 2024/10/18 08:27:29 Killing mfg-tool process with pid=10918 2024/10/18 08:27:29 Killing mfg-tool process with pid=11847 2024/10/18 08:27:29 Killing mfg-tool process with pid=12687 2024/10/18 08:27:29 Killing mfg-tool process with pid=12846 2024/10/18 08:27:29 Killing mfg-tool process with pid=13280 2024/10/18 08:27:29 Killing mfg-tool process with pid=15439 2024/10/18 08:27:29 Finished: checks_and_remediations/common/31_kill_mfg_tool_processes ``` Reviewed By: williamspatrick Differential Revision: D64603338 fbshipit-source-id: 8e52359e73e9e007e2dee7a32a27a856e5273151
- Loading branch information
1 parent
ce71547
commit 88e5a42
Showing
3 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters