Skip to content

Commit

Permalink
[Nokia][chassis] Update Nokia-IXR7250E chassis device data (sonic-net…
Browse files Browse the repository at this point in the history
…#21703)

-- No need to remove /sys/firmware/efi/efivars/dump* in the platf_reboot since pstore has handled it in 202405 branch

Signed-off-by: mlok <[email protected]>
  • Loading branch information
mlok-nokia authored Feb 14, 2025
1 parent 360d425 commit 5e8e658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ sleep 2
echo "w" > /dev/watchdog
kick_date=`date -u`
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
rm -f /sys/firmware/efi/efivars/dump-*
# rm -f /sys/firmware/efi/efivars/dump-*
sync
exec /sbin/reboot $@
2 changes: 1 addition & 1 deletion device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_reboot
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sleep 2
echo "w" > /dev/watchdog
kick_date=`date -u`
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
rm -f /sys/firmware/efi/efivars/dump-*
# rm -f /sys/firmware/efi/efivars/dump-*
echo "Shutdown midplane"
ifconfig xe0 down
sync
Expand Down

0 comments on commit 5e8e658

Please sign in to comment.