[docker-teamd.mk]: Add volumes from database#369
Merged
stcheng merged 1 commit intosonic-net:masterfrom Mar 4, 2017
Merged
Conversation
teamsyncd requires volumes from database to connect to DB. Signed-off-by: marian-pritsak <[email protected]>
Collaborator
Author
|
Fixes #368 |
lguohan
approved these changes
Mar 3, 2017
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
So that after warm reboot, the log level will remain the same as before warm boot. Signed-off-by: Ying Xie <[email protected]>
jleveque
added a commit
that referenced
this pull request
Aug 8, 2020
* src/sonic-swss-common ed9c497...00bcd1d (6): > [warmboot] add disable warmstart timer value (#370) > Update .gitignore (#372) > Fix swss::exec return value (#368) > Revert "DBConnector classes to understand the namespace. (#364)" (#369) > DBConnector classes to understand the namespace. (#364) > Added new table in APPL_Db for DNAT Pool changes (#367)
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
* src/sonic-swss-common ed9c497...00bcd1d (6): > [warmboot] add disable warmstart timer value (sonic-net#370) > Update .gitignore (sonic-net#372) > Fix swss::exec return value (sonic-net#368) > Revert "DBConnector classes to understand the namespace. (sonic-net#364)" (sonic-net#369) > DBConnector classes to understand the namespace. (sonic-net#364) > Added new table in APPL_Db for DNAT Pool changes (sonic-net#367)
mssonicbld
added a commit
that referenced
this pull request
Apr 21, 2025
…lly (#22377) #### Why I did it src/sonic-gnmi ``` * 033221f - (HEAD -> master, origin/master, origin/HEAD) Update authenticate to support gnmi role and gnoi role (#381) (70 minutes ago) [ganglv] * 6ccf933 - Use ConfigReplace when full config is sent over gNMI (#369) (2 days ago) [Anders Linn] * 5b84a14 - Fix poll mode for querying non existing table or key for APPL_DB (#375) (2 days ago) [Zain Budhwani] * c4f8e9a - Add cert multiple roles support (#366) (3 days ago) [Hua Liu] ``` #### How I did it #### How to verify it #### Description for the changelog
jianyuewu
pushed a commit
to jianyuewu/sonic-buildimage
that referenced
this pull request
May 7, 2025
* add set get uid led api * add test case to improve coverage
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.
teamsyncd requires volumes from database to
connect to DB.
Signed-off-by: marian-pritsak [email protected]