-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[fast-reboot] Back up FDB/ARP/Default routes #4795
[fast-reboot] Back up FDB/ARP/Default routes #4795
Conversation
FDB/ARP/Devault routes files are deleted after swssconfig. This make debugging/validation of device conversion hard. This PR save those files in order to facilitate device conversion. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
retest mellanox please |
@tahmed-dev, let me know if you have validated so that we can merge. |
Ack, will update the PR once validation is complete. |
why we are having this build error? https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-image-pr/4406/ does not seem like random. |
retest vsimage please |
Interesting! I see this error and it does not look like it is related to change in here. Will keep an eye on it
|
vsimage check build appears to be stuck. I killed off a few stuck check builds. |
Retest vsimage please |
FDB/ARP/Default routes files are deleted after swssconfig. This makes debugging/validation of device conversion hard. This PR saves those files in order to facilitate debugging of device conversion. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
FDB/ARP/Default routes files are deleted after swssconfig. This makes debugging/validation of device conversion hard. This PR saves those files in order to facilitate debugging of device conversion. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
FDB/ARP/Default routes files are deleted after swssconfig. This
make debugging/validation of device conversion hard. This PR
save those files in order to facilitate device conversion.
signed-off-by: Tamer Ahmed tamer.ahmed@microsoft.com
- Why I did it
In order to make verification of device conversion easier.
- How I did it
Code change
- How to verify it
Verified with debug build that has this change
- Description for the changelog