Virtualization
The following virtualization related features and functionalities are deprecated in Oracle Linux 9.
Signatures Using SHA-1
The use of SHA1-based signatures to perform SecureBoot image verification on UEFI (PE/COFF) executables is deprecated. Instead, use signatures that are based on SHA-2 or later.
Virtual Machine Manager
In place of the deprecated Virtual Machine Manager (virt-manager
), use
the web console, otherwise known as Cockpit.
Virtual Machine Snapshots
Support for creating snapshots of VMs is limited only to those that do not use UEFI firmware. However, the operation might cause the QEMU monitor to become blocked and affects hypervisor operations.
As an alternative, use external snapshots.
libvirtd
Daemon
As a replacement of the deprecated libvirtd
daemon, use the modular daemons
in the libvirt
library. For example, the virtqemud
handles
QEMU drivers.
Virtual Floppy Driver
The isa-fdc
driver controls virtual floppy disk devices. To ensure
compatibility with migrated virtual machines (VMs), you should not use floppy disk
devices in virtual machines that you subsequently host on Oracle Linux 9.
Legacy CPU Models
The following legacy CPU models are deprecated for use in VMs:
- For Intel® : models prior to Intel® Xeon 55xx and 75xx Processor families (also known as Nehalem)
- For AMD: models prior to AMD Opteron G4
To check whether a VM is using a deprecated CPU model, use the virsh
dominfo command, and look for a line similar to the following in the
Messages
section:
tainted: use of deprecated configuration settings
deprecated configuration: CPU model 'i486'