You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update swss_ready check to check per namespace swss service (sonic-net#1974)
What I did
fixessonic-net#9411
on multi-asic platform, config reload CLI was not working without -f option.
This was because swss_ready function was checking status of swss.service and multi-asic platform will not have swss.service, it will have per-namespace swss service.
How I did it
Fix swss_ready function to check all swss services status running on the platform.
0 commit comments