-
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
[teamd service] teamd service should start after syncd #2724
Conversation
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
@@ -2,6 +2,7 @@ | |||
Description=TEAMD container | |||
Requires=updategraph.service | |||
After=updategraph.service | |||
After=syncd.service |
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.
FYI, you can combine them into one line, i.e., After=updategraph.service syncd.service
.
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.
Thanks. Changed.
The change looks good to me, but I'm not sure whether it could guarantee this: "teamd requires netdevs created by syncd". Having syncd started before teamd doesn't mean all netdev would be ready when teamd nees them. |
No, the change doesn't guarantee netdev being created. I just want to state all the dependencies I know. |
Ok, putting the statement here make people think that the change also addresses that issue. |
how is this related this PR? |
* [teamd service] teamd service should start after syncd Signed-off-by: Ying Xie <ying.xie@microsoft.com> * combine after lines
* [teamd service] teamd service should start after syncd Signed-off-by: Ying Xie <ying.xie@microsoft.com> * combine after lines
…-net#2724)" (sonic-net#2733) This reverts commit 0d1efb1.
* [teamd service] teamd service should start after syncd Signed-off-by: Ying Xie <ying.xie@microsoft.com> * combine after lines
…-net#2724)" (sonic-net#2733) This reverts commit 0d1efb1.
* [teamd service] teamd service should start after syncd Signed-off-by: Ying Xie <ying.xie@microsoft.com> * combine after lines
…-net#2724)" (sonic-net#2733) This reverts commit 0d1efb1.
Update sonic-utilities submodule pointer to include the following: * 6f05f7ed [202205] Remove timer from FAST_REBOOT STATE_DB entry and use finalizer ([sonic-net#2724](sonic-net/sonic-utilities#2724)) Signed-off-by: dprital <drorp@nvidia.com>
Update swss commits: c161027 - 2023-04-07 : [202012] overlay_dmac change in Vnet configuration. (#2724) [siqbal1986] 50be4e3 - 2023-04-05 : [202012][mux]: Implement rollback for failed mux switchovers (#2716) [Lawrence Lee] 637e4c7 - 2023-03-30 : [202012] Fix orchagent missing request when logrotate happens (#2718) [Prince Sunny]
- What I did
- How to verify it
Have tested this change with recent continuous warm reboot tests, and some nightly tests.