[202012] [techsupport] Techsupport Error Reporting pending fixes#1854
Merged
qiluo-msft merged 8 commits intosonic-net:202012from Nov 8, 2021
Merged
[202012] [techsupport] Techsupport Error Reporting pending fixes#1854qiluo-msft merged 8 commits intosonic-net:202012from
qiluo-msft merged 8 commits intosonic-net:202012from
Conversation
Signed-off-by: Vivek Reddy Karri <[email protected]>
Signed-off-by: Vivek Reddy Karri <[email protected]>
Signed-off-by: Vivek Reddy Karri <[email protected]>
Signed-off-by: Vivek Reddy Karri <[email protected]>
This reverts commit 86919fa.
This reverts commit c8b913e.
…o ts_error_handle_202012
yxieca
requested changes
Oct 11, 2021
Signed-off-by: Vivek Reddy Karri <[email protected]>
Contributor
Author
Raised the changes to sonic-mgmt sonic-net/sonic-mgmt#4504 |
yxieca
approved these changes
Oct 18, 2021
yxieca
approved these changes
Oct 26, 2021
Collaborator
|
@qiluo-msft could you please help to merge? |
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 18, 2022
d29a49a [ACL] Match TCP protocol while matching TCP_FLAG (sonic-net#1854) 2569ad9 Fix sFlow sampling-rate and admin-state (sonic-net#1728) 8908a8f Change rif_rates.lua and port_rates.lua scripts to calculate rates correct (sonic-net#1848) b42c2fb [VS Test] Skip flaky tests (sonic-net#1875) Signed-off-by: bingwang <[email protected]>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 18, 2022
Submodule update for sonic-utilties ``` 48035d7 [202012] [techsupport] Techsupport Error Reporting pending fixes (sonic-net#1854) 8b2ec09 Fix log_ssd_health hang issue (sonic-net#1904) ac9c425 Fix the option missing in kernel config issue (sonic-net#1888) 5cc9417 disk_check: Script updated to run good in 201811 & 201911 (sonic-net#1747) ```
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.
What I did
This PR include some fixes which were missed while manually porting the error reporting PR onto 202012 #1833.
i.e. removing -it option from the docker exec commands. to understand why the -it option was removed, refer #1723
This also include another fix which removes -d from the show ip interface command, which fails otherwise.
Note: -d option for "show ip interface" is working on master and 202106. and not for 202012. So, this change is particular to 202012.
Master:
202012:
How I did it
How to verify it
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)