Summary: | sys-apps/openrc-0.9.8.4 does not install ethtool_ring and txqueuelen params for network cards in bonding | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Oleg Gawriloff <barzog> |
Component: | OpenRC | Assignee: | OpenRC Team <openrc> |
Status: | RESOLVED INVALID | ||
Severity: | major | CC: | alexanderyt, kripton |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | openrc:oldnet | ||
Package list: | Runtime testing required: | --- |
Description
Oleg Gawriloff
2012-04-13 06:19:38 UTC
If I add net.eth2 and net.eth3 to rc-update boot level parameters is applied, but eth2 and eth3 is started after bond0 and chenging ring parameters causes bond errors about 30sec, which is unacceptable. You need to add this to your config: rc_net_bond0_need="net.eth2 net.eth3" This is already documented in net.example: # If any of the slaves require extra configuration - for example wireless or # ppp devices - we need to depend function on the bonded interfaces #rc_net_bond0_need="net.eth0 net.eth1" |