Skip to content

Commit

Permalink
Remove bmcweb JSON data collection from FFDC
Browse files Browse the repository at this point in the history
Changes:
     - Delete bmcweb_persistent_data entries from
       log collection procedure.

Tested:
    - NA

Change-Id: Ib0adf2dacaac3c1826a5ec917b62e0dfac0cff81
Signed-off-by: George Keishing <[email protected]>
  • Loading branch information
gkeishin committed Jun 14, 2024
1 parent 1e53824 commit 1f6982a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ffdc/ffdc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ OPENBMC:
- "killall -s SIGUSR1 phosphor-fan-monitor; sleep 5"
- "cat /var/lib/phosphor-software-manager/pnor/rw/DEVTREE >
/tmp/DEVTREE"
- "cat /home/root/bmcweb_persistent_data.json >
/tmp/bmcweb_persistent_data.json"
- "/usr/bin/vpd-tool -i > /tmp/vpd-inventory.txt"
FILES:
- "/tmp/BMC_flash_side.txt"
Expand Down Expand Up @@ -114,7 +112,6 @@ OPENBMC:
- "/tmp/fan_control_dump.json"
- "/tmp/fan_monitor_dump.json"
- "/tmp/DEVTREE"
- "/tmp/bmcweb_persistent_data.json"
- "/tmp/vpd-inventory.txt"
PROTOCOL:
- "SSH"
Expand Down
4 changes: 0 additions & 4 deletions lib/openbmc_ffdc_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
+ " org.open_power.OCC.Status OccActive) done > /tmp/OCC_state.txt"
" 2>&1"
),
"bmcweb_persistent_data.json": (
"cat /home/root/bmcweb_persistent_data.json"
+ " > /tmp/bmcweb_persistent_data.json"
),
"GUARD_list.txt": "guard -l > /tmp/GUARD_list.txt 2>&1",
"fan_control_dump.json": "fanctl dump; sleep 5",
"fan_monitor_dump.json": "killall -s SIGUSR1 phosphor-fan-monitor; sleep 5",
Expand Down

0 comments on commit 1f6982a

Please sign in to comment.