Release Notes

Table Of Contents
The anaconda installer crashes while autoconfiguring
disk partitions
Description: On a drive with older GPT metadata, the anaconda installer crashes while autoconfiguring disk partitions.
The following messages are observed in syslog every time a disk is discovered:
WARNING kernel:GPT:Primary header thinks Alt. header is not at the end
of the disk.
WARNING kernel:GPT:209715199 != 282407679
WARNING kernel:GPT:Alternate GPT header not at the end of the disk.
WARNING kernel:GPT:209715199 != 282407679
WARNING kernel:GPT: Use GNU Parted to correct GPT errors.
Applies to: Red Hat Enterprise Linux 8.2 and later.
Cause: When a disk is discovered by the operating system, the contents of the disk are analyzed. A GPT partition
table is found, and the location of the alternate GPT partition table is checked. Since the alternate GPT
partition table is not found at the end of the disk, the above mentioned messages are observed in syslog.
This scenario can occur when a disk is extended after a GPT partition table is already created on it.
Solution: Follow the instructions to extend the GPT partition table on the Red Hat Enterprise Linux Knowledge
Base article 3236591 or format the drive completely before initiating a fresh operating system installation.
Systems
affected:
All Dell EMC PowerEdge servers
Tracking number: 165679
The version field in the output of the modinfo
command for certain networking drivers is null
Description:
The version field in the output of the modinfo command for certain networking drivers is null. As a
result, the version field in the output of ethtool-i command is set to the version of the kernel.
The output of the modinfo command is similar to the following:
modinfo -F version i40e
<no output>
Applies to: Red Hat Enterprise Linux 8.4
Workaround: Use the following command to retrieve the version of the network driver:
modinfo <driver name> | grep rhelversion
Systems
affected:
All Dell EMC PowerEdge servers.
Tracking number: 197095
22 Known issues