-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[services] make snmp.timer work again and delay telemetry.service #3657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Stepan Blyschak <[email protected]>
Retest vs please |
retest vs please |
retest vs please |
1 similar comment
retest vs please |
This change broke some link between swss and snmp. I think if swss restarts, the snmp won't get restart with this change. This link can be restored by adding snmp as a dependency service in swss service script, where we already have a few. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As commented above. There is a service link between swss and snmp got broken by this change.
What do you mean by "a service link"? |
Isn't
|
Thanks @stepanblyschak , can you also test stop and start? systemctrld behaves differently between (stop/start) and (restart). |
@yxieca Looks like working correctly as it was before 'WantedBy': stop swss:
start swss:
|
Thanks @stepanblyschak ! |
@stepanblyschak Please create an PR for this change against 201811 branch. There are merge conflicts. I suspect due to telemetry not in 201811. |
@yxieca I just found that you were right, start of swss does not start snmp, even though I ensured that I test this behavior on changed image. This PR requires more work and I'll try what you suggested. You can revert for now. |
…nic-net#3657) Signed-off-by: Stepan Blyschak <[email protected]>
…vice (sonic-net#3657)" (sonic-net#3729) This reverts commit d346cb3.
…lly (#22884) #### Why I did it src/sonic-swss ``` * db7d9392 - (HEAD -> master, origin/master, origin/HEAD) Remove cache for high volume DASH objects (#3534) (4 hours ago) [Lawrence Lee] * 80294d5c - add parseBoolList in request parser (#3675) (9 hours ago) [Jing Zhang] * a7607bef - [fpmsyncd]Fixing fpmsyncd to handle routes without protocol (#3657) (11 hours ago) [Sudharsan Dhamal Gopalarathnam] * 8067dee4 - [muxorch] Catch error when checking active state of missing neighbor (#3674) (11 hours ago) [Nikola Dancejic] * d073fc76 - [vstest]: Skip flaky icmp echo tests (#3687) (12 hours ago) [prabhataravind] ``` #### How I did it #### How to verify it #### Description for the changelog
Signed-off-by: Stepan Blyschak [email protected]
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)