Release Notes

Table Of Contents
Guest VMs with SRIOV VFs assigned take a long time
to power on, and libvirt related errors are observed
Description: On a system with multiple guest VMs running storage I/O and network IO operations, VMs with SRIOV
VFs assigned take a long time to power on. When the issue occurs, following error message is logged
in /var/log/messages continuously until the guest VM successfully powers on.
Timed out during operation: cannot acquire state change lock (held by
monitor=remoteDispatchDomainCreate)
Applies to: Red Hat Enterprise Linux 8.3
Cause: By default, the cache setting for VMs is set to write back. This results in host memory being used for
buffer cache when storage I/O is being performed by guest VMs.
Solution: Modify the cache setting for guest VMs to none. For more information, see Red Hat Enterprise Linux
Knowledge Base article 5886891.
In the XML profile of guest VMs, change the following:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
To
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
Systems
affected:
All Dell EMC PowerEdge servers
Tracking number: 194002
Dmesg displays Integrity Measurement Architecture
(IMA) driver related-messages during system boot
Description:
Dmesg displays the following IMA driver related messages during system boot when the TPM 2.0 chip is
enabled with a SHA-256 algorithm:
ima: Allocated hash algorithm: sha1
ima: Error Communicating to TPM chip
Applies to: Red Hat Enterprise Linux 8.1 and later
Cause: The Integrity Measurement Architecture (IMA) driver currently supports the SHA-1 algorithm only.
Solution: Issue is resolved in Red Hat Enterprise Linux 8.3
Systems
affected:
Dell EMC PowerEdge yx4x and yx5x servers
Tracking number: 165260
After every reboot, the network interface name
changes
Description:
Network interfaces for NICs plugged into the PCI slot are named incorrectly. The issue could manifest
where interfaces are named as ethN instead of the expected ensXfY format, or the network interface
Fixes 11