-
Notifications
You must be signed in to change notification settings - Fork 26
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
[action] [PR:223] [warmboot] use config_db connector to update mux mode config instead of CLI (#223) #227
Conversation
Original PR: #223 |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
…of CLI (sonic-net#223) Description of PR Summary: Fixes # (issue) This PR is to fix handleWarmRestartReconciliationTimeout, for failing configuring mux port back to auto mode. Issue logs: Dec 3 20:22:23.715483 NOTICE mux#linkmgrd: MuxManager.cpp:570 handleWarmRestartReconciliationTimeout: Reconciliation timed out after warm restart, set service to reconciled now. Dec 3 20:22:23.717051 NOTICE mux#linkmgrd: MuxManager.cpp:574 handleWarmRestartReconciliationTimeout: config mux mode back to auto completed with return code 32512 Dec 3 20:22:23.717427 INFO mux#supervisord: linkmgrd sh: 1: sudo: not found Dec 3 20:22:23.717427 NOTICE mux#linkmgrd: :- setWarmStartState: linkmgrd warm start state changed to reconciled sign-off: Jing Zhang [email protected]
900e446
to
c33f458
Compare
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
/azp run coverage.Azure.sonic-linkmgrd.amd64 |
No pipelines are associated with this pull request. |
Description of PR
Summary:
Fixes # (issue)
This PR is to fix handleWarmRestartReconciliationTimeout, for failing configuring mux port back to auto mode.
Issue logs:
Dec 3 20:22:23.715483 NOTICE mux#linkmgrd: MuxManager.cpp:570 handleWarmRestartReconciliationTimeout: Reconciliation timed out after warm restart, set service to reconciled now.
Dec 3 20:22:23.717051 NOTICE mux#linkmgrd: MuxManager.cpp:574 handleWarmRestartReconciliationTimeout: config mux mode back to auto completed with return code 32512
Dec 3 20:22:23.717427 INFO mux#supervisord: linkmgrd sh: 1: sudo: not found
Dec 3 20:22:23.717427 NOTICE mux#linkmgrd: :- setWarmStartState: linkmgrd warm start state changed to reconciled
sign-off: Jing Zhang [email protected]