[teamd service] teamd service should start after syncd#2724
[teamd service] teamd service should start after syncd#2724yxieca merged 2 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
| Description=TEAMD container | ||
| Requires=updategraph.service | ||
| After=updategraph.service | ||
| After=syncd.service |
There was a problem hiding this comment.
FYI, you can combine them into one line, i.e., After=updategraph.service syncd.service.
|
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.