Change in ovirt-engine[master]: core: Replace of KeyValuePairCompat by Pair
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: core: Replace of KeyValuePairCompat by Pair
......................................................................
core: Replace of KeyValuePairCompat by Pair
The following patch will replace a KeyValuePairCompat by Pair at
creation of SPM proxy and VDSM proxy
Change-Id: I38b8d52c1d982979499539a218d1d81886bd88f6
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java
3 files changed, 12 insertions(+), 14 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8641
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I38b8d52c1d982979499539a218d1d81886bd88f6
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: engine: VdsUpdateRuntimeInfo - clean up
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: engine: VdsUpdateRuntimeInfo - clean up
......................................................................
engine: VdsUpdateRuntimeInfo - clean up
Removed unneeded check, it will not prevetn a race and not needed at any case
Change-Id: Id2c1b6fc5bc9c18eb0012bbd9efe8b98e099daf0
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java
1 file changed, 1 insertion(+), 3 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8640
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id2c1b6fc5bc9c18eb0012bbd9efe8b98e099daf0
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: engine: Clean up of ResourceManager
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: engine: Clean up of ResourceManager
......................................................................
engine: Clean up of ResourceManager
The following patch is performing a clean up of ResourceManager
1. Moved all internal variables to the same location
2. Small clean ups
Change-Id: I2371e6015fadd8586248228c9c1637145247f89e
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/ResourceManager.java
1 file changed, 20 insertions(+), 24 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8639
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2371e6015fadd8586248228c9c1637145247f89e
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: engine: Removing unneeded read query from SetVdsStatusVDSCom...
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: engine: Removing unneeded read query from SetVdsStatusVDSCommand
......................................................................
engine: Removing unneeded read query from SetVdsStatusVDSCommand
The following query was used in order to prevent some kind of race,
obvious that a probability that such approach will help is too small.
Additional query is perfromed all the time
Change-Id: If468915f3bde5c5e2599ee50c38515795a555e79
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/SetVdsStatusVDSCommand.java
1 file changed, 0 insertions(+), 4 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8493
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If468915f3bde5c5e2599ee50c38515795a555e79
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: engine: Clean up of VDS class
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: engine: Clean up of VDS class
......................................................................
engine: Clean up of VDS class
Removed unneeded staff
Change-Id: I9613bbd2e5000cb507839fd313bfdfb6087835ec
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
1 file changed, 3 insertions(+), 70 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8494
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9613bbd2e5000cb507839fd313bfdfb6087835ec
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: core: search for disks on specific domains
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: core: search for disks on specific domains
......................................................................
core: search for disks on specific domains
Fix exception due to bad join condition when searching for disks on
specific storage domains.
Before the regression, this worked by auto-completing disk searches
with 'domains' and other objects with 'domain' (note the plurality)
and using different views for each. Instead of reintroducing this, a
new join was added which connects the views used for disks and domains.
Change-Id: I2a1467a9a5a6ffdcbaf388ce06f43eb6f9f34ab5
Bug-Url: https://bugzilla.redhat.com/861301
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/DiskCrossRefAutoCompleter.java
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SearchObjectAutoCompleter.java
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SearchObjects.java
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SyntaxChecker.java
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SyntaxContainer.java
5 files changed, 27 insertions(+), 7 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8385
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2a1467a9a5a6ffdcbaf388ce06f43eb6f9f34ab5
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: core: ConnectAllHostsToLunCommand fixup
by lhornyak@redhat.com
Laszlo Hornyak has submitted this change and it was merged.
Change subject: core: ConnectAllHostsToLunCommand fixup
......................................................................
core: ConnectAllHostsToLunCommand fixup
- simplified the extraction of spmVds
- elliminated operationSucceeded and added early return
Change-Id: Ie5d7f24f9d5338c9090f822c224e79b29fab78fc
Signed-off-by: Laszlo Hornyak <lhornyak(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ConnectAllHostsToLunCommand.java
1 file changed, 21 insertions(+), 25 deletions(-)
Approvals:
Laszlo Hornyak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8577
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie5d7f24f9d5338c9090f822c224e79b29fab78fc
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
12 years, 3 months
Change in ovirt-dwh[master]: packaging: Using constant instead of literal DB name.
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: packaging: Using constant instead of literal DB name.
......................................................................
packaging: Using constant instead of literal DB name.
Change-Id: I922a57ff0d5c99188362a8a0c6a63702ab37b734
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M packaging/ovirt-engine-dwh-setup.py
1 file changed, 7 insertions(+), 6 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8048
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I922a57ff0d5c99188362a8a0c6a63702ab37b734
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 3 months
Change in ovirt-reports[master]: reports: added localization for reports files
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: reports: added localization for reports files
......................................................................
reports: added localization for reports files
added languages files for:
- de
- es
- fr
- ja
- pt_BR
- zh_CN
- zh_TW
https://bugzilla.redhat.com/862370
https://bugzilla.redhat.com/866148
https://bugzilla.redhat.com/866149
https://bugzilla.redhat.com/866151
https://bugzilla.redhat.com/866152
Change-Id: If048f22ba3b436aa701e35da8223b466787c6788
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M reports/repository_files/resources/Reports/Executive/active_vms_by_os_br18.xml
M reports/repository_files/resources/Reports/Executive/cluster_capacity_vs_usage_br19.xml
M reports/repository_files/resources/Reports/Executive/host_os_break_down_BR22.xml
M reports/repository_files/resources/Reports/Executive/summary_of_host_usage_resources_br17.xml
M reports/repository_files/resources/Reports/Inventory/Hosts_Inventory.xml
M reports/repository_files/resources/Reports/Inventory/Storage_Domain_Report_BR21.xml
M reports/repository_files/resources/Reports/Inventory/VM_Inventory.xml
M reports/repository_files/resources/Reports/Service_level/Hosts/cluster_quality_of_service_hosts_br6.xml
M reports/repository_files/resources/Reports/Service_level/Hosts/cluster_uptime_br7.xml
M reports/repository_files/resources/Reports/Service_level/Hosts/single_host_uptime_br8.xml
M reports/repository_files/resources/Reports/Service_level/Hosts/top_10_downtime_hosts_br7b.xml
M reports/repository_files/resources/Reports/Service_level/VMs/cluster_quality_of_service_vms_br13.xml
M reports/repository_files/resources/Reports/Service_level/VMs/virtual_servers_uptime_br14.xml
M reports/repository_files/resources/Reports/Trend/Hosts/Five_most_utilized_hosts_over_time.xml
M reports/repository_files/resources/Reports/Trend/Hosts/five_least_utilized_hosts_br5.xml
M reports/repository_files/resources/Reports/Trend/Hosts/multiple_hosts_resource_usage_br3.xml
M reports/repository_files/resources/Reports/Trend/Hosts/single_host_resource_br2a.xml
M reports/repository_files/resources/Reports/Trend/Hosts/single_host_resource_usage_dow_br2b.xml
M reports/repository_files/resources/Reports/Trend/Hosts/single_host_resource_usage_hour_of_day_br2c.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/five_least_utilized_vms_Over_Time_BR12.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/five_most_utilized_vms_over_time_br11.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/multiple_vms_resource_usage_over_time_br16.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/single_vm_resources_days_week_BR10B.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/single_vm_resources_hour_of_day_BR10c.xml
M reports/repository_files/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Inventory_Dashboard/Host_OS_Break_Down_BR22B_for_inventory.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Inventory_Dashboard/active_entities_by_os_BR18A.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Inventory_Dashboard/storage_domain_by_Datacenter_BR23.xml
M reports/repository_files/resources/reports_resources/embedded_reports/System_Overview_Dashboard/datacenter_quality_of_service_hosts_br6b.xml
M reports/repository_files/resources/reports_resources/embedded_reports/System_Overview_Dashboard/summary_of_host_usage_resources_br17.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Trends_Dashboard/Five_most_utilized_hosts_over_time.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Trends_Dashboard/five_most_utilized_vms_over_time_br11.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Uptime_Dashboard/cluster_uptime_by_datacenter_br7a.xml
M reports/repository_files/resources/reports_resources/embedded_reports/Uptime_Dashboard/virtual_servers_uptime_by_cluster_br14a.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_entities_counts_list_dr3.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_ha_vm_uptime_status_dr13.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_host_resources_status_dr12.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_host_uptime_status_dr6.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_summary_of_hosts_resources_usage_dr28.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_top_five_busiest_hosts_dr23.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/cluster_vm_over_commit_status_dr14.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/no_used/cluster_capacity_vs_usage_cores_dr29.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/no_used/cluster_capacity_vs_usage_mem_dr30.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/no_used/top_five_ha_virtual_servers_uptime_dr19.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/no_used/top_five_hosts_uptime_dr17.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_hosts_downtime_dr18.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/datacenter_top_five_busiest_clusters_dr21.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_entities_counts_list_dr2.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_host_resources_status_dr11.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_host_uptime_status_dr5.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_storage_space_status_dr8.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_summary_of_cluster_hosts_resources_usage_dr27.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/dc_top_five_used_storage_domain_dr26.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/not_used/datacenter_top_five_least_busy_clusters_dr22.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/not_used/dc_vm_over_commit_dr25.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/not_used/top_five_clusters_host_uptime_dr15.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/dc_dashboard/top_five_clusters_host_downtime_dr16.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/system_dashboard/system_entities_counts_list_dr1.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/system_dashboard/system_host_resources_status_dr10.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/system_dashboard/system_host_uptime_status_dr4.xml
M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/system_dashboard/system_storage_space_status_dr7.xml
M reports/repository_files/resources/reports_resources/localization/.folder.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_de.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_de.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_es.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_es.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_fr.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_fr.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_ja.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_ja.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_pt_BR.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_pt_BR.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_zh_CN.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_zh_CN.properties.xml
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_zh_TW.properties.data
A reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_zh_TW.properties.xml
M reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard.xml
M reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/datacenter_dashboard.xml
M reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/system_dashboard.xml
82 files changed, 9,005 insertions(+), 150 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8632
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If048f22ba3b436aa701e35da8223b466787c6788
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 3 months
Change in ovirt-engine[master]: Engine: Rhev-H upgrade list show downgraded versions (#84276...
by shavivi@redhat.com
Shahar Havivi has submitted this change and it was merged.
Change subject: Engine: Rhev-H upgrade list show downgraded versions (#842767)
......................................................................
Engine: Rhev-H upgrade list show downgraded versions (#842767)
https://bugzilla.redhat.com/show_bug.cgi?id=842767
Added new file /usr/share/rhev-hypervisor/vdsm-compatibility-X.X-xxxxxxx.x.txt
with clusters version supported (comma separated).
The ISOs for upgrading will be added to the list of available update
version according to this value.
Change-Id: I042ae5263d565787ea7460f1d5f59beb77acff8b
Signed-off-by: Shahar Havivi <shavivi(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetoVirtISOsQuery.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java
M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetoVirtISOsTest.java
A backend/manager/modules/bll/src/test/resources/ovirt-isos/rhevh-7.0-20111010.0.el6.iso
A backend/manager/modules/bll/src/test/resources/ovirt-isos/vdsm-compatibility-7.0-20111010.0.el6.txt
M backend/manager/modules/bll/src/test/resources/ovirt-isos/version-6.2-20111010.0.el6.txt
A backend/manager/modules/bll/src/test/resources/ovirt-isos/version-7.0-20111010.0.el6.txt
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostGeneralModel.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
9 files changed, 108 insertions(+), 7 deletions(-)
Approvals:
Shahar Havivi: Verified
Moti Asayag: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/7430
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I042ae5263d565787ea7460f1d5f59beb77acff8b
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
12 years, 3 months