-
Bug
-
Resolution: Done
-
Major
-
RH442 - RHEL 8 1 20190828
-
None
-
11
-
ROLE
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh442-8.0/pages/ch11s03
Reporter RHNID: ctiwary@redhat.com
Section: 3 - Configuring Network Driver Parameters
Language: en-US (English)|
Workaround:
Description: RHT1974870 : Last few lines under 'Assign the Port Interfaces' appears to be repeated: ======= where CNAME is the port name, INAME is the an existing interface name, and TEAM specifies the connection name of the team interface. The following example configures ens3 and ens4 as ports for the team0 interface. [root@host ~]# nmcli connection add type ethernet slave-type team \ con-name team0-port1 ifname ens3 master team0 [root@host ~]# nmcli connection add type ethernet slave-type team \ con-name team0-port2 ifname ens4 master team0 =======
Also : RHT1974867 :
The last 6 lines under Configuring Interface Teams - Create the Team Interface appears to be repeated. ==== Where CNAME is the connection name, INAME is the interface name, and OPTION is either runner or link-watchers. The OPTIONVALUE for team.runner is any of the runners available (for example, loadbalance). [root@host ~]# nmcli connection add type team con-name team0 ifname team0 team.runner loadbalance If you are configuring a link watcher with team.link-watchers, you need at least to configure the link watcher with the name property. [root@host ~]# nmcli connection modify team0 team.link-watchers "name=ethtool" ============