Skip to content

Commit

Permalink
[gearbox] startup gbsyncd in sync mode in vSonic (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai authored Sep 30, 2021
1 parent 812f7a5 commit e59a085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/scripts/gbsyncdmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def physyncd_spawn(gearbox_config):
proc_list = []

for i, phy in enumerate(gearbox_config['phys'], 1):
cmd = '/usr/bin/syncd -p /etc/sai.d/pai.profile -x /usr/share/sonic/hwsku/context_config.json -g {}"'.format(i)
cmd = '/usr/bin/syncd -s -p /etc/sai.d/pai.profile -x /usr/share/sonic/hwsku/context_config.json -g {}'.format(i)
proc = subprocess.Popen(cmd.split(), close_fds=True)
proc_list.append(proc)
syslog.syslog(syslog.LOG_INFO, 'Spawned PID {}'.format(proc.pid))
Expand Down

0 comments on commit e59a085

Please sign in to comment.