From 3011f182c0a8d943c9b452464a874d7d9257f094 Mon Sep 17 00:00:00 2001 From: Stepan Blyshchak <38952541+stepanblyschak@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:25:11 +0300 Subject: [PATCH] [fast/warm-reboot] Retain TRANSCEIVER_INFO tables on fast/warm-reboot (#3240) * [fast/warm-reboot] Retain TRANSCEIVER_INFO/STATUS tables on reboot Signed-off-by: Stepan Blyschak * Remove TRANSCEIVER_STATUS --------- Signed-off-by: Stepan Blyschak --- scripts/fast-reboot | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fast-reboot b/scripts/fast-reboot index f265318aa2..91791b3771 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -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