Skip to content

Commit

Permalink
[gbsyncd]: add gbsyncd to FEATURE table (sonic-net#5683)
Browse files Browse the repository at this point in the history
remove syncd from critical process list because
gbsyncd process will exit for platform without
gearbox.

closes sonic-net#5623

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored and santhosh-kt committed Feb 25, 2021
1 parent 099f8a7 commit f43946e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
("snmp", "enabled", true, "enabled"),
("swss", "enabled", false, "enabled"),
("syncd", "enabled", false, "enabled"),
("gbsyncd", "enabled", false, "enabled"),
("teamd", "enabled", false, "enabled")] %}
{%- if include_iccpd == "y" %}{% do features.append(("iccpd", "disabled", false, "enabled")) %}{% endif %}
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", true, "enabled")) %}{% endif %}
Expand Down

0 comments on commit f43946e

Please sign in to comment.