Skip to content

Commit e59a085

Browse files
authored
[gearbox] startup gbsyncd in sync mode in vSonic (#939)
1 parent 812f7a5 commit e59a085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/scripts/gbsyncdmgrd

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def physyncd_spawn(gearbox_config):
3333
proc_list = []
3434

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

0 commit comments

Comments
 (0)