-
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] Port-channel interface is down after system/config reload #4070
Labels
Comments
lguohan
pushed a commit
that referenced
this issue
Feb 5, 2020
- What I did Ported a fix from libteam master to our master. Fixes #4070 Fixes #3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
prsunny
pushed a commit
that referenced
this issue
Feb 11, 2020
- What I did Ported a fix from libteam master to our master. Fixes #4070 Fixes #3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
abdosi
pushed a commit
that referenced
this issue
Feb 14, 2020
- What I did Ported a fix from libteam master to our master. Fixes #4070 Fixes #3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
pphuchar
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this issue
Mar 9, 2020
- What I did Ported a fix from libteam master to our master. Fixes sonic-net#4070 Fixes sonic-net#3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this issue
Apr 24, 2020
- What I did Ported a fix from libteam master to our master. Fixes sonic-net#4070 Fixes sonic-net#3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
yxieca
pushed a commit
that referenced
this issue
Oct 12, 2020
- What I did Ported a fix from libteam master to our master. Fixes #4070 Fixes #3649 - How I did it Applied patch jpirko/libteam@c723737 from upstream. - How to verify it Build image for your DUT and warm-reboot your DUT 10 times. Check that all PortChannels are up and no error messages in teamd.log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Port-channel goes down after few system/config reloads and one member port is operationally down in kernel although it is up in APP_DB and SDK/SAI.
config reload
; 2)cold/fast/warm reboot
; 3)minigraph load config
.T1-LAG
andT0
.netdev
event for updating operational state of the member port toUP
is always received by kernel (also all other callbacks/events are called/received and operational state is correct in SDK/SAI/APP_DB).teamd
related issue (it is time sensitive since not always reproducible).T1-LAG
topology and perform5-10
config reloads.Steps to reproduce the issue:
T1-LAG
topologyconfig reload
command few times (usually5-10
)cat /sys/class/net/Ethernet<num>/operstate
Describe the results you received:
Once issue is reproduced the following is observed:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
master
and ```201911`` images.SONiC.HEAD.17-e884e583
.The text was updated successfully, but these errors were encountered: