Skip to content

Commit

Permalink
[fast/warm-reboot] Retain TRANSCEIVER_INFO tables on fast/warm-reboot (
Browse files Browse the repository at this point in the history
…sonic-net#3240)

* [fast/warm-reboot] Retain TRANSCEIVER_INFO/STATUS tables on reboot

Signed-off-by: Stepan Blyschak <[email protected]>

* Remove TRANSCEIVER_STATUS

---------

Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak authored and mssonicbld committed May 13, 2024
1 parent d52dc8e commit 3011f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ function backup_database()
and not string.match(k, 'MIRROR_SESSION_TABLE|') \
and not string.match(k, 'FG_ROUTE_TABLE|') \
and not string.match(k, 'WARM_RESTART_ENABLE_TABLE|') \
and not string.match(k, 'TRANSCEIVER_INFO|') \
and not string.match(k, 'VXLAN_TUNNEL_TABLE|') \
and not string.match(k, 'BUFFER_MAX_PARAM_TABLE|') \
and not string.match(k, 'FAST_RESTART_ENABLE_TABLE|') then
Expand Down

0 comments on commit 3011f18

Please sign in to comment.