Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABL…#260
Merged
yxieca merged 1 commit intosonic-net:masterfrom Feb 12, 2019
Merged
Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABL…#260yxieca merged 1 commit intosonic-net:masterfrom
yxieca merged 1 commit intosonic-net:masterfrom
Conversation
…E_TABLE Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
This was referenced Feb 7, 2019
Merged
Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABL…
sonic-net/sonic-utilities#458
Merged
Merged
yxieca
approved these changes
Feb 8, 2019
yxieca
approved these changes
Feb 8, 2019
kcudnik
approved these changes
Feb 9, 2019
yxieca
pushed a commit
that referenced
this pull request
Feb 14, 2019
…E_TABLE (#260) Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
Contributor
|
Made to 201811 branch on 2/14/2019 |
prgeor
pushed a commit
to prgeor/sonic-swss-common
that referenced
this pull request
Feb 27, 2025
…t#260) Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com Description Currently is_link_active API was broken because it was not using the target param in the routine to give back the correct link_status of ecah side. With this change it gives the correct result. Motivation and Context Required for MUX_CABLE_INFO table in streaming telemetry if the cable is disconnected or the link is down. redis-cli -n 6 hgetall "MUX_CABLE_INFO|Ethernet16" " 9) "link_status_self" 10) "down" 11) "link_status_peer" 12) "up" 13) "link_status_nic" 14) "up" How Has This Been Tested? Tested on actual Arista7050cx3 testbed.
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.
…E_TABLE
Signed-off-by: Jipan Yang jipan.yang@alibaba-inc.com
For warm_restart enable/disable configuration, putting them into configDB caused confusion in configuration save and restore. They are not supposed to be persistent across cold boot. Moving them to stateDB which will be saved and restored during warm reboot.
#260
sonic-net/sonic-swss#786
sonic-net/sonic-sairedis#418
sonic-net/sonic-utilities#458
sonic-net/sonic-buildimage#2538