DescriptionDouglas Schilling Landgraf
2013-04-10 01:19:36 UTC
Description of problem:
The new rpm package schema for rhev-h (rhev-hypervisor-advanced) creates the directory: /usr/share/rhev-hypervisor-advanced instead of /usr/share/rhev-hypervisor which affects the upgrade process via GUI.
Example of current database info:
# select option_value from vdc_options where
option_name='oVirtISOsRepositoryPath' or
option_name='OvirtInitialSupportedIsoVersion' or
option_name='OvirtIsoPrefix';
option_value
----------------------------
/usr/share/rhev-hypervisor
rhevh
5.8
Version-Release number of selected component (if applicable):
SF13
How reproducible:
Install rhev-hypervisor-advanced-6.4-20130321 as NODE
Install RHEV-M SF13
Install the rhev-hypervisor-advanced-6.4-20130404.rpm on RHEV-M SF13
Try to upgrade via GUI
Actual results:
No ISO listed
Expected results:
List ISO
Additional info:
Might have others changes required, need to investigate.
Other BZ about the upgrade topic: https://bugzilla.redhat.com/show_bug.cgi?id=912449
Hello All,
We should eliminate this upstream/downstream difference.
There should be one directory at /usr/share/ that have all available and compatible images with some sane naming convention.
We should support both ovirt-node and rhev-h if installed without any downstream-only patches.
If we are to touch this code, I suggest we do this properly, and eliminate one more needless maintenance work and rebase efforts.
Thanks,
Alon
Description of problem: The new rpm package schema for rhev-h (rhev-hypervisor-advanced) creates the directory: /usr/share/rhev-hypervisor-advanced instead of /usr/share/rhev-hypervisor which affects the upgrade process via GUI. Example of current database info: # select option_value from vdc_options where option_name='oVirtISOsRepositoryPath' or option_name='OvirtInitialSupportedIsoVersion' or option_name='OvirtIsoPrefix'; option_value ---------------------------- /usr/share/rhev-hypervisor rhevh 5.8 Version-Release number of selected component (if applicable): SF13 How reproducible: Install rhev-hypervisor-advanced-6.4-20130321 as NODE Install RHEV-M SF13 Install the rhev-hypervisor-advanced-6.4-20130404.rpm on RHEV-M SF13 Try to upgrade via GUI Actual results: No ISO listed Expected results: List ISO Additional info: Might have others changes required, need to investigate. Other BZ about the upgrade topic: https://bugzilla.redhat.com/show_bug.cgi?id=912449