Hide Forgot
Created attachment 809503 [details] RHEV-M version screenshot Description of problem: After installing RHEV-M 3.3 through Satellite server, the version is not displayed correctly. Version-Release number of selected component (if applicable): RHEV-M 3.3. How reproducible: Steps to Reproduce: 1. Subscribe the following channels on satserv to install RHEV-M 3.3 -Red Hat Enterprise Virtualization Manager Beta (v.3 x86_64) -RHEL Server Supplementary (v.6 64 bit x86_64) -Red Hat JBoss EAP (v 6) for 6 Server x86_64 2. Download the bits and follow the procedure to install RHEV-M. 3. After installation, login to RHEV portal and note the version number. Actual results: The version is displayed as 3.2.0-11.29.el6ev. Expected results: The version number is expected to be 3.3.0. Additional info:
I think that this value is taken from the RPMVersion configuration entry, but I am not sure.
Yes the value is taking from ProductRPMVersion configuration entry. Whatever is in there we will display. So I think the issue lies in how that value is set up. Not in displaying it. You can find the value in the database by running this sql command: select * from vdc_options where option_name = 'ProductRPMVersion'; Who would be the right person to send this to?
(In reply to Alexander Wels from comment #2) > Yes the value is taking from ProductRPMVersion configuration entry. Whatever > is in there we will display. So I think the issue lies in how that value is > set up. Not in displaying it. > > You can find the value in the database by running this sql command: > select * from vdc_options where option_name = 'ProductRPMVersion'; > > Who would be the right person to send this to? Sandro?
This issue is fixed with RHEV 3.3 beta build. It can be closed.
(In reply to Narmadha K from comment #4) > This issue is fixed with RHEV 3.3 beta build. It can be closed. based on comment #4, moving to VERIFIED.
Closing - RHEV 3.3 Released