Description of problem: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.0/html/upgrade_guide/upgrading_to_red_hat_virtualization_manager_4.0 has 'subscription-manager repos --disable=*' in text for upgrading Red Hat Enterprise Linux hosts. The command above would cause also base OS channel would be disabled. It seems like bad pattern... You probably wanted to do: subscription-manager repos --disable=rhel-7-server-rhev-mgmt-agent-rpms as above is from 3.6 installation guide and 4.x "vdsm" channels distinguish from it with include of version (ie. 'rhel-7-server-rhv-4-mgmt-agent-rpms'). Version-Release number of selected component (if applicable): 4.0 How reproducible: 100% Steps to Reproduce: 1. read 3.2 chapter for info to upgrade RH EL hosts 2. 3. Actual results: 'subscription-manager repos --disable=*' would disable all repos, ie. also base OS repo Expected results: SM should not disable mandatory channels, ie. base OS channel. Additional info:
Assigning to Byron for review.
This content has been published to: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.0/html-single/upgrade_guide/#Upgrading_to_Red_Hat_Virtualization_Manager_4.0