Skip to content

Commit 888701b

Browse files
authored
[Mellanox] Remove mstdump from Mellanoxs collect dump script (#1706)
- What I did Remove redundant mellanox dumps now that Mellanox SAI is taking care of that. - How I did it Deleted the part related to mstdumps from the generate_script - How to verify it Run 'show techsupport' see we no have mstdump folder but the actual dump available under the saisdk dump
1 parent 4818360 commit 888701b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/generate_dump

-7
Original file line numberDiff line numberDiff line change
@@ -772,13 +772,6 @@ collect_mellanox() {
772772

773773
${CMD_PREFIX}rm -rf $sai_dump_folder
774774
${CMD_PREFIX}docker exec -it syncd rm -rf $sai_dump_folder
775-
776-
local mst_dump_filename="/tmp/mstdump"
777-
local max_dump_count="3"
778-
for i in $(seq 1 $max_dump_count); do
779-
${CMD_PREFIX}/usr/bin/mstdump /dev/mst/mt*conf0 > "${mst_dump_filename}${i}"
780-
save_file "${mst_dump_filename}${i}" mstdump true
781-
done
782775

783776
# Save SDK error dumps
784777
local sdk_dump_path=`${CMD_PREFIX}docker exec syncd cat /tmp/sai.profile|grep "SAI_DUMP_STORE_PATH"|cut -d = -f2`

0 commit comments

Comments
 (0)