Description of problem: Currently vdsm reports RHEL 4.0-1 as the release of Node. This is incorrect. As the name is RHEL, and the version and release match RHV. To align with how RHEL is reported, vdsm should report the RHEL version and release. This was discovered in bug 1324447 comment 12. Version-Release number of selected component (if applicable): 4.0 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: RHEL 4.0 Expected results: RHEL 7.2 Additional info: The problem is that the version of the package owning /etc/system-release is reported, and not the contents of the package. On node this file is owned by th enode release file, which carries the RHV version.
The version reporting is not used in the flow used to update the hypervisor, thus it is not to critical.
*** Bug 1391741 has been marked as a duplicate of this bug. ***
Check on Red Hat Virtualization Manager Version: 4.1.1.8-0.1.el7 # imgbase w [INFO] You are on rhvh-4.1-0.20170403.0+1 UI: OS Version: RHEL - 7.3 - 0.14.el7 OS Description: Red Hat Virtualization Host 4.1 (el7.3) RESTAPI response: $IP/api/hosts ... <os> <custom_kernel_cmdline></custom_kernel_cmdline> <reported_kernel_cmdline>HERE WERE DATA</reported_kernel_cmdline> <type>RHEL</type> <version> <full_version>7.3 - 0.14.el7</full_version> <major>7</major> <minor>3</minor> </version> </os> .... <type>ovirt_node</type>