-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[snmp.service] Make swss.service a requisite for snmp.service #2790
[snmp.service] Make swss.service a requisite for snmp.service #2790
Conversation
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
When swss.service failed, snmp.service fails and restart of swss.service does not start snmp.service when using |
@stepanblyschak: Can you clarify your last comment? Are you stating a problem here? A restart of swss.service should also restart snmp.service. This is the behavior we want, and it I believe this should happen with both |
@jleveque If swss.service is stopped/inactive and snmp.service is stopped/inactive restart of swss.service does not start snmp.service. Is this desired? |
I see. OK. Then this behavior should be fine. Once I add in the changes I describe in the issue you linked, the latter behavior should also work. |
…atically (#16858) #### Why I did it src/sonic-utilities ``` * bf9c07c4 - (HEAD -> master, origin/master, origin/HEAD) Add target mode to sfputil firmware (#3002) (22 hours ago) [Anoop Kamath] * 0e43e4dc - [sflow] Added egress Sflow support. (#2790) (2 days ago) [Rajkumar-Marvell] ``` #### How I did it #### How to verify it #### Description for the changelog
Trying to address #2750 by removing snmp.service required dependency on swss.service and adding it as requisite
Signed-off-by: Stepan Blyschak stepanb@mellanox.com
- 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)