[202012] StateDB table cleanup for VNET routes#11999
Merged
prsunny merged 2 commits intosonic-net:202012from Sep 8, 2022
Merged
[202012] StateDB table cleanup for VNET routes#11999prsunny merged 2 commits intosonic-net:202012from
prsunny merged 2 commits intosonic-net:202012from
Conversation
'VNET_ROUTE_TUNNEL_TABLE*' 'VNET_ROUTE_TABLE*'
|
|
prsunny
reviewed
Sep 8, 2022
files/scripts/swss.sh
Outdated
| $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*'" |
Contributor
There was a problem hiding this comment.
Lets have it as VNET_ROUTE* to include both?
Contributor
|
/easycla |
changes suggested in review.
prsunny
approved these changes
Sep 8, 2022
Contributor
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
10 tasks
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.
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)