+++ This bug was initially created as a clone of Bug #2023250 +++ In RHEL 8.4/8.5 we are using virt:av dnf module to make advanced virtualization packages available on RHV hypervisor. In RHEL 8.6 and newer releases the virt:av doesn't exist anymore and advanced virtualization packages are going to be shipped in standard virt:rhel module, so we need to update our host deploy and host upgrade code to use virt:rhel module in RHEL 8.6+ --- Additional comment from Michal Skrivanek on 2021-11-16 16:48:39 CET --- i think "av" will continue to exist and be available, it will just have old packages. More the reason to change it:)
RHV needs to use different virtualization module in different RHEL releases: - use 'virt:<RHEL version>' for RHEL 8.0 to 8.3 - use 'virt:av' for RHEL 8.4 and 8.5 - use 'virt:rhel' for RHEL 8.6 and newer As a part of this bug we need to mention that from RHEL 8.6 release we need to use virt:rhel module only, so following documentation sections need to be changed: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/installing_red_hat_virtualization_as_a_self-hosted_engine_using_the_command_line#Enabling_the_Red_Hat_Enterprise_Linux_Host_Repositories_SHE_deployment_host https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/installing_red_hat_virtualization_as_a_self-hosted_engine_using_the_command_line/index#proc_Manually_installing_the_appliance_install_RHVM https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/upgrade_guide#Manually_Updating_Hosts_minor_updates https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/migrating_from_a_standalone_manager_to_a_self-hosted_engine#Enabling_the_Red_Hat_Enterprise_Linux_Host_Repositories_SHE_deployment_host https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/administration_guide#Manually_Updating_Hosts_admin I've found out also below KCS articles which should be updated: https://access.redhat.com/solutions/6131921
We are past 4.5.0 feature freeze, please re-target.