Skip to content

Commit 1f6982a

Browse files
committed
Remove bmcweb JSON data collection from FFDC
Changes: - Delete bmcweb_persistent_data entries from log collection procedure. Tested: - NA Change-Id: Ib0adf2dacaac3c1826a5ec917b62e0dfac0cff81 Signed-off-by: George Keishing <[email protected]>
1 parent 1e53824 commit 1f6982a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

ffdc/ffdc_config.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ OPENBMC:
8585
- "killall -s SIGUSR1 phosphor-fan-monitor; sleep 5"
8686
- "cat /var/lib/phosphor-software-manager/pnor/rw/DEVTREE >
8787
/tmp/DEVTREE"
88-
- "cat /home/root/bmcweb_persistent_data.json >
89-
/tmp/bmcweb_persistent_data.json"
9088
- "/usr/bin/vpd-tool -i > /tmp/vpd-inventory.txt"
9189
FILES:
9290
- "/tmp/BMC_flash_side.txt"
@@ -114,7 +112,6 @@ OPENBMC:
114112
- "/tmp/fan_control_dump.json"
115113
- "/tmp/fan_monitor_dump.json"
116114
- "/tmp/DEVTREE"
117-
- "/tmp/bmcweb_persistent_data.json"
118115
- "/tmp/vpd-inventory.txt"
119116
PROTOCOL:
120117
- "SSH"

lib/openbmc_ffdc_list.py

-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@
9999
+ " org.open_power.OCC.Status OccActive) done > /tmp/OCC_state.txt"
100100
" 2>&1"
101101
),
102-
"bmcweb_persistent_data.json": (
103-
"cat /home/root/bmcweb_persistent_data.json"
104-
+ " > /tmp/bmcweb_persistent_data.json"
105-
),
106102
"GUARD_list.txt": "guard -l > /tmp/GUARD_list.txt 2>&1",
107103
"fan_control_dump.json": "fanctl dump; sleep 5",
108104
"fan_monitor_dump.json": "killall -s SIGUSR1 phosphor-fan-monitor; sleep 5",

0 commit comments

Comments
 (0)