Skip to content

Instantly share code, notes, and snippets.

@ChinaXing
Created February 12, 2020 14:22
Show Gist options
  • Save ChinaXing/8564d4c7856f917b3441db83bf1a783c to your computer and use it in GitHub Desktop.
Save ChinaXing/8564d4c7856f917b3441db83bf1a783c to your computer and use it in GitHub Desktop.
teamd fix
yum erase ais-vnic -y # 卸载ali-vnic
yum install teamd -y
systemctl daemon-reload # systemctl 更新配置
modprobe bonding # teamd依赖
modprobe team # teamd依赖的驱动
ip link del bond0 # 删除bond 驱动新增的网卡
systemctl restart network # 启动网络,teamd 后台进程会启动 ps auxf | grep teamd 查看确认
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment