-
Notifications
You must be signed in to change notification settings - Fork 525
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
[teammgrd]during warm-reboot teamd need to recover system-id from saved lacp-pdu #1003
Conversation
Signed-off-by: shine.chen <shine.chen@nephosinc.com>
vs test missing. |
@lguohan Teammgrd runs in teamd docker. Originally we want to add some vs test cases. But we find the existing vs image don't include teamd docker. We can add vs test cases soon after teamd docker is added in vs image. |
BRCM team has completed the review, we have no further request or comment to add, please proceed to the next steps. |
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.
BRCM team has completed the review, we have no further request or comment to add, please proceed to the next steps.
@shine4chen |
@pavel-shirshov : Teamd saved the last PDU from partner per port in /var/warmboot/teamd/, the mac address of this device that saved in the PDU may be different to the mac address in config db. For example, in MCLAG scenario, the standby device will change the local mac address to the mac address of active device. If the standby device is warm rebooted, this mac address must be the same as that before warm-restart, if not, the portchannel will be broken and the data forwarding may be blocked. |
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.
As comments.
b014151
to
404b8de
Compare
Signed-off-by: shine.chen <shine.chen@mediatek.com>
404b8de
to
84c2677
Compare
retest this please |
1 similar comment
retest this please |
@shine4chen Can you please check why checks are failing? |
@pavel-shirshov I analysised 32 failed test cases and found two root cause.
|
retest this please |
5 similar comments
retest this please |
retest this please |
retest this please |
retest this please |
retest this please |
Signed-off-by: shine.chen shine.chen@nephosinc.com
What I did
Why I did it
How I verified it
Details if related