Release Notes

Table Of Contents
NetworkManager may restart unexpectedly when
creating greater than 256 VLAN devices configured
with DHCP IP
Description: On RHEL 8.3, when more than 256 VLAN devices are created and configured with DHCP IP,
NetworkManager utility may restart unexpectedly resulting in not creating expected number of VLAN
devices and some VLAN interfaces may not receive DHCP IP.
Applies to: Red Hat Enterprise Linux 8.0 and later
Workaround: 1. Increase the limit on number of files that NetworkManager can open as below:
a. Create file/etc/systemd/system/NetworkManager.service.d/set-limit-nofile.conf
b. Add following lines to /etc/systemd/system/NetworkManager.service.d/set-limit-nofile.conf
[Service] LimitNOFILE=65536
c. systemctl daemon-reload
d. systemctl restart NetworkManager or reboot the system after step (b).
2. Disable IPv6 configuration for the VLAN interfaces at the time of connection activation. Instead of
disabling IPv6 in two steps, disable it in a single step as shown below.
a. Merge steps b) and c) to a single step d).
b. nmcli con add type vlan ifname <interface name> con-name <connection name> dev <device
name> id <vlan id>
c. nmcli con modify <connection name> ipv6.method disable
d. nmcli con add type vlan ifname <interface name> con-name <connection name> dev <device
name> id <vlan id> ipv6.method disabled
Systems
affected:
All Dell EMC PowerEdge systems
Tracking number: 191829
FCoE session is not reestablished after MX9116N
switch is rebooted
Description:
On Dell EMC PowerEdge MX740C system containing Qlogic QL41000 series CNA device configured for
FCoE, FCoE session is not restored automatically when the MX9116N switch is rebooted.
Applies to: Red Hat Enterprise Linux 8.2
Cause: Issue in qedf driver related to handling the switch reboot scenario.
Workaround: To reestablish FCoE session execute the command:
rescan-scsi-bus.sh -i --hosts=<host number>
The <host number> refers to the host number associated with the lost FCoE session and this can be
identified from dmesg.
Systems
affected:
All Dell EMC systems supporting Qlogic QL41000 series CNA devices.
Tracking number: 190870
Known issues 21