[services] sflow service sets swss service as Requisite=, not Requires=#3819
Merged
lguohan merged 1 commit intosonic-net:masterfrom Dec 3, 2019
jleveque:sflow_requisite
Merged
[services] sflow service sets swss service as Requisite=, not Requires=#3819lguohan merged 1 commit intosonic-net:masterfrom jleveque:sflow_requisite
lguohan merged 1 commit intosonic-net:masterfrom
jleveque:sflow_requisite
Conversation
yxieca
approved these changes
Nov 26, 2019
Contributor
Author
|
Retest mellanox please |
Contributor
Author
|
Retest vs please |
Contributor
Author
|
Retest vsimage please |
Collaborator
|
retest vsimage please |
abdosi
pushed a commit
that referenced
this pull request
Jan 3, 2020
…s= (#3819) The sflow service should not start unless the swss service is started. However, if this service is not started, the sflow service should not attempt to start them, instead it should simply fail to start. Using Requisite=, we will achieve this behavior, whereas using Requires= will cause the required service to be started.
mssonicbld
added a commit
that referenced
this pull request
Mar 31, 2025
…atically (#22129) #### Why I did it src/sonic-utilities ``` * 7208359 - (HEAD -> master, origin/master, origin/HEAD) feat: add namespace support for show interfaces counters fec-histogram (#3819) (3 hours ago) [Austin (Thang Pham)] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sflow service should not start unless the swss service is started. However, if this service is not started, the sflow service should not attempt to start them, instead it should simply fail to start. Using Requisite=, we will achieve this behavior, whereas using Requires= will cause the required service to be started.