Skip to content

Commit

Permalink
Support for platforms based on Clounix Networks' device
Browse files Browse the repository at this point in the history
  • Loading branch information
songqh2022 committed Mar 18, 2022
1 parent aa21e3a commit bdb73af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,11 @@ then
systemctl stop "$service_name"
fi
if [[ "$sonic_asic_type" = 'clounix' ]];
then
systemctl stop clx-modules.service || debug "Ignore stopping clounix service error $?"
fi
if [[ "$REBOOT_TYPE" = "fast-reboot" ]]; then
# Remove FLEX_COUNTER_TABLE from config_db.json
# This is done so that in fast-reboot recovery path, FLEX_COUNTER polling is delayed.
Expand Down

0 comments on commit bdb73af

Please sign in to comment.