How to use Teamdriver, many network interfaces act as one?
Hello, i am trying to use teamdriver (can't post link, google "teamdriver fedora" and it will show up), a feature that "allows multiple network interfaces to be teamed together and act like a single one".
There are specific commands to test it at the previews link, but when i run
teamd -f /usr/share/doc/teamd-1.8/example_configs/activebackup_ethtool_1.conf -d
gives an error
Daemon process failed.
Failed: Device or resource busy
I am sure that i have configured correctly the config file, but take a look.
Ip link
1: lo: <loopback,up,lower_up> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: p4p1: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000 link/ether 60:a4:4c:2b:b7:c8 brd ff:ff:ff:ff:ff:ff
3: p5p1: <no-carrier,broadcast,multicast,up> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT qlen 1000 link/ether 00:50:ba:8c:89:2b brd ff:ff:ff:ff:ff:ff
5: ltspbr0: <no-carrier,broadcast,multicast,up> mtu 1500 qdisc noqueue state DOWN mode DEFAULT link/ether ca:ba:5c:2c:4d:a4 brd ff:ff:ff:ff:ff:ff
6: virbr0: <no-carrier,broadcast,multicast,up> mtu 1500 qdisc noqueue state DOWN mode DEFAULT link/ether 52:54:00:ce:ac:24 brd ff:ff:ff:ff:ff:ff
7: virbr0-nic: <broadcast,multicast> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN mode DEFAULT qlen 500 link/ether 52:54:00:ce:ac:24 brd ff:ff:ff:ff:ff:ff
10: enp0s20u3: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT qlen 1000 link/ether 16:93:cc:63:7a:19 brd ff:ff:ff:ff:ff:ff
activebackup_ethtool_1.conf
{
"device": "team0",
"runner": {"name": "activebackup"},
"link_watch": {"name": "ethtool"},
"ports": {
"p4p1": {
"prio": -10,
"sticky": true
},
"enp0s20u3": {
"prio": 100
}
}
}
Thank you for your valuable time.