Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 817274[details]
a snapshot of the bug
Description of problem:
After installing the rhev-hypervisor6-6.5-20131029.0.3.2.el6 and booting to
the OS, it will show "Red Hat Enterprise Virtualization Hypervisor 6.4" but
the OS is 6.5 actually.
Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.5-20131029.0.3.2.el6
How reproducible:
100%
Steps to Reproduce:
1. Install rhev-hypervisor6-6.5-20131029.0.3.2.el6 from any media.
2. When booting to the OS, it will show "Red Hat Enterprise Virtualization Hypervisor 6.4"
Actual results:
Expected results:
It should show "Red Hat Enterprise Virtualization Hypervisor 6.5" to client
Additional info:
(In reply to Ouyang guohua from comment #2)
> is it the initrd0.img not updated?
>
> tested an iso modified by edit-node, which initr0.img is rebuilt, its
> plymouth display 6.5
Checked the etc/system-release file after gunzip the initrd0.img, it's "Red Hat Enterprise Virtualization Hypervisor release 6.4".
The issue stems from some bad assumptions made a long time ago that we would have a single ovirt-node version for each minor rhel release. There are ways to fix this, but it's not an easy fix.
The *simple* fix is to simply update the ovirt-node spec file to set 6.5
The complex fix is to set this value dynamically during the build.
Created attachment 817274 [details] a snapshot of the bug Description of problem: After installing the rhev-hypervisor6-6.5-20131029.0.3.2.el6 and booting to the OS, it will show "Red Hat Enterprise Virtualization Hypervisor 6.4" but the OS is 6.5 actually. Version-Release number of selected component (if applicable): rhev-hypervisor6-6.5-20131029.0.3.2.el6 How reproducible: 100% Steps to Reproduce: 1. Install rhev-hypervisor6-6.5-20131029.0.3.2.el6 from any media. 2. When booting to the OS, it will show "Red Hat Enterprise Virtualization Hypervisor 6.4" Actual results: Expected results: It should show "Red Hat Enterprise Virtualization Hypervisor 6.5" to client Additional info: