Enabling of the correct nodejs module in the installation documentation (https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/installing_red_hat_virtualization_as_a_standalone_manager_with_local_databases/installing_the_red_hat_virtualization_manager_sm_localdb_deploy#Enabling_the_Red_Hat_Virtualization_Manager_Repositories_install_RHVM) was corrected in Bug 2080505, but is absent in the upgrade documentation (https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/upgrade_guide/updates-between-minor-releases#Manually_Updating_Hosts_minor_updates). Steps to Reproduce: 1. Upgrade from RHV4.4 to RHV4.4-SP1 2. Observe nodejs stays in version 10 Remediation Steps: ----------------------------------------------------------------- [root@rhevh-hostedengine-vm-xx ~]# yum module reset nodejs [root@rhevh-hostedengine-vm-xx ~]# yum module enable nodejs:14 [root@rhevh-hostedengine-vm-xx ~]# yum update nodejs ----------------------------------------------------------------- I recommend steps similar to the above remediation steps need to be included in the upgrade documentation - https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/upgrade_guide/updates-between-minor-releases#Manually_Updating_Hosts_minor_updates.
Verified with CSS customer that nodejs was successfully updated. [root@charm ~]# yum list installed | grep nodejs nodejs.x86_64 1:14.18.2-2.module+el8.5.0+13644+8d46dafd @rhel-8-for-x86_64-appstream-rpms nodejs-docs.noarch 1:14.18.2-2.module+el8.5.0+13644+8d46dafd @rhel-8-for-x86_64-appstream-rpms nodejs-full-i18n.x86_64 1:14.18.2-2.module+el8.5.0+13644+8d46dafd @rhel-8-for-x86_64-appstream-rpms
This bug has low overall severity and is not going to be further verified by QE. If you believe special care is required, feel free to properly align relevant severity, flags and keywords to raise PM_Score or use one of the Bumps ('PrioBumpField', 'PrioBumpGSS', 'PrioBumpPM', 'PrioBumpQA') in Keywords to raise it's PM_Score above verification threashold (1000).
Hi Alexander, please review: https://github.com/oVirt/ovirt-site/pull/3068 https://ovirt.github.io/ovirt-site/previews/3068/documentation/upgrade_guide/index.html#Manually_Updating_Hosts_minor_updates ** Klaas - could you also please look at the updated version?
This bug has low overall severity and passed an automated regression suite, and is not going to be further verified by QE. If you believe special care is required, feel free to re-open to ON_QA status.
published in current documentation
All looks good - thanks to all for the efforts to get this updated. Cheers! Alex