You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When teamd feature state is disabled the Netdevice created by teamd were (#1450)
not cleaned up.
Issue was seen in Multi-asic platform and seems to be timing issue where
SIGTERM send via kill systemcall of teammgrd to teamd was not cleaning
all teamd process.
Sp fix is Instead of sending explicit SIGTERM to teamd we are calling
teamd -k. Using this teamd itself generate SIGTERM and handle the
processing.
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
0 commit comments