-
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
[202012] StateDB table cleanup for VNET routes #11999
Merged
Merged
Conversation
This file contains 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
'VNET_ROUTE_TUNNEL_TABLE*' 'VNET_ROUTE_TABLE*'
siqbal1986
requested review from
StormLiangMS,
dgsudharsan,
qiluo-msft,
xumia and
lguohan
as code owners
September 8, 2022 00:47
|
prsunny
reviewed
Sep 8, 2022
files/scripts/swss.sh
Outdated
@@ -147,7 +147,7 @@ start() { | |||
$SONIC_DB_CLI COUNTERS_DB FLUSHDB | |||
$SONIC_DB_CLI FLEX_COUNTER_DB FLUSHDB | |||
$SONIC_DB_CLI RESTAPI_DB FLUSHDB | |||
clean_up_tables STATE_DB "'PORT_TABLE*', 'MGMT_PORT_TABLE*', 'VLAN_TABLE*', 'VLAN_MEMBER_TABLE*', 'LAG_TABLE*', 'LAG_MEMBER_TABLE*', 'INTERFACE_TABLE*', 'MIRROR_SESSION*', 'VRF_TABLE*', 'FDB_TABLE*', 'FG_ROUTE_TABLE*', 'BUFFER_POOL*', 'BUFFER_PROFILE*', 'MUX_CABLE_TABLE*', 'ADVERTISE_NETWORK_TABLE*', 'VXLAN_TUNNEL_TABLE*'" | |||
clean_up_tables STATE_DB "'PORT_TABLE*', 'MGMT_PORT_TABLE*', 'VLAN_TABLE*', 'VLAN_MEMBER_TABLE*', 'LAG_TABLE*', 'LAG_MEMBER_TABLE*', 'INTERFACE_TABLE*', 'MIRROR_SESSION*', 'VRF_TABLE*', 'FDB_TABLE*', 'FG_ROUTE_TABLE*', 'BUFFER_POOL*', 'BUFFER_PROFILE*', 'MUX_CABLE_TABLE*', 'ADVERTISE_NETWORK_TABLE*', 'VXLAN_TUNNEL_TABLE*', 'VNET_ROUTE_TUNNEL_TABLE*', 'VNET_ROUTE_TABLE*'" |
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.
Lets have it as VNET_ROUTE* to include both?
/easycla |
prsunny
changed the title
Swss table cleanup
[202012] StateDB table cleanup for VNET routes
Sep 8, 2022
changes suggested in review.
prsunny
approved these changes
Sep 8, 2022
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
10 tasks
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.
Why I did it
Performing load_minigraph doesn't clear up these tables.
How I did it
with my hands...
How to verify it
add a tunnel route, do a sudo config load_minigraph and check if the tunnel route is cleared after the reset.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Added 'VNET_ROUTE_TUNNEL_TABLE', and 'VNET_ROUTE_TABLE' to the list of tables cleared during sonic reset.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)