Change in ovirt-engine[master]: webadmin: Fix import gluster hosts to invalid cluster
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Fix import gluster hosts to invalid cluster
......................................................................
webadmin: Fix import gluster hosts to invalid cluster
When user provides duplicate cluster name and tries
to import existing gluster configuration, there were
no checks whether the cluster creation is successful or not.
This is now fixed, add host will be attempted only if
the cluster creation is successful.
Change-Id: I289b56d1f800cd0e74b1a4f0b15df22f63895648
Bug-Url: https://bugzilla.redhat.com/880043
Signed-off-by: Kanagaraj M <kmayilsa(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterListModel.java
1 file changed, 5 insertions(+), 2 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9789
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I289b56d1f800cd0e74b1a4f0b15df22f63895648
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: webadmin: Adding Gluster volume sub tab ElementIDs
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Adding Gluster volume sub tab ElementIDs
......................................................................
webadmin: Adding Gluster volume sub tab ElementIDs
IdHandlers added to Brick and Option sub tabs to generate
static IDs.
Change-Id: Ifcf2b6555f4ed9b1300dc53ebe829f7a9adf28db
Signed-off-by: Kanagaraj M <kmayilsa(a)redhat.com>
---
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/gluster/SubTabVolumeBrickView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/gluster/SubTabVolumeParameterView.java
2 files changed, 14 insertions(+), 0 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9781
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcf2b6555f4ed9b1300dc53ebe829f7a9adf28db
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: packaging: remove unused maven profile
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: packaging: remove unused maven profile
......................................................................
packaging: remove unused maven profile
Change-Id: I26e5ea6775627223d06c81cbb47c4f0b36d3da80
Signed-off-by: Alissa Bonas <abonas(a)redhat.com>
---
M ear/pom.xml
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10217
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I26e5ea6775627223d06c81cbb47c4f0b36d3da80
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: engine: Hosts that been switched to 'Maintenance' returns to...
by mkublin@redhat.com
Michael Kublin has submitted this change and it was merged.
Change subject: engine: Hosts that been switched to 'Maintenance' returns to non-operational status when disconnectStoragePool fails
......................................................................
engine: Hosts that been switched to 'Maintenance' returns to non-operational status when disconnectStoragePool fails
The following patch will solve a described problem
During VdsManager.OnTimer we recognized that host was switched to Maintaince and tried to disconnect it, when it fails
it was moved to Non-Operational.
>From now, if the host fails it will left connected but will be marked at DB as it is in Maintaince
Change-Id: I76083f372ed5d9ab124047bcadb03b77e24064f0
Bug-Url: https://bugzilla.redhat.com/874019
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/IVdsEventListener.java
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java
3 files changed, 10 insertions(+), 13 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10109
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I76083f372ed5d9ab124047bcadb03b77e24064f0
Gerrit-PatchSet: 3
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: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(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, 1 month
Change in ovirt-engine[master]: core: fix log msg to be clearer and clean javadoc In IrsBrok...
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: core: fix log msg to be clearer and clean javadoc In IrsBrokerCommand change log messages to be more clear and remove from javadoc unused parameter
......................................................................
core: fix log msg to be clearer and clean javadoc
In IrsBrokerCommand change log messages to be more clear and
remove from javadoc unused parameter
Change-Id: I9ca0c87d3b0f22ccfcebfc496c2f35f4dc2d0445
Signed-off-by: Alissa Bonas <abonas(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java
1 file changed, 2 insertions(+), 4 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10224
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9ca0c87d3b0f22ccfcebfc496c2f35f4dc2d0445
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: userportal, webadmin: update the isWindowsOs detection
by tjelinek@redhat.com
Tomas Jelinek has submitted this change and it was merged.
Change subject: userportal,webadmin: update the isWindowsOs detection
......................................................................
userportal,webadmin: update the isWindowsOs detection
The patch fb1788d633687f634d56fdbca659623e026cfff6 have added the
support for windows 8/2012 and also updated the DataProvider.GetWindowsOsTypes
The patch 0c66da61a5d4d57299525737063bb57561134f5d have deleted the
DataProvider, but the same logic was not moved to AsyncDataProvider.
This patch changes the AsyncDataProvider.GetWindowsOsTypes to look
the same as the DataProvider.GetWindowsOsTypes so includes all the
windows OS types
Change-Id: Iacdf88ca2ec50416eac7913a5bcf214e29b7e575
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
1 file changed, 6 insertions(+), 11 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10210
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iacdf88ca2ec50416eac7913a5bcf214e29b7e575
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: userportal: NPE in OsTypeImage
by tjelinek@redhat.com
Tomas Jelinek has submitted this change and it was merged.
Change subject: userportal: NPE in OsTypeImage
......................................................................
userportal: NPE in OsTypeImage
The OsTypeImage creates the name of the default OS type
like: "otherOs" + nameUniquePart + IMAGE, where the IMAGE is "Image",
the nameUniquePart is "Large" or "Small".
Than takes this name and looks up the specific image from the
ApplicationResourcesWithLookup. The probelm was, that the otherOsSmallImage
was written with capital "O", which caused periodic NPE thrown on
FE.
Fixed by expecting the "OtherOs..." on OsTypeImage and adjusted also
other names in ApplicationResourcesWithLookup.
Change-Id: I2690cda0142f5c7849b3ad4bcc251906658244f1
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/widget/basic/OsTypeImage.java
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
Daniel Erez: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10209
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2690cda0142f5c7849b3ad4bcc251906658244f1
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
12 years, 1 month
Change in ovirt-reports[master]: reports: changed tabs to spaces
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: reports: changed tabs to spaces
......................................................................
reports: changed tabs to spaces
Change-Id: I4c330663d31cd1d560bc6fd49cde9c06a5981ae5
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M reports/repository_files/resources/Reports/Inventory/ccp_vm_inventory_br44_files/ccp_vm_inventory_br44_jrxml.data
M reports/repository_files/resources/Reports/Inventory/ccp_vm_inventory_br44_files/full details.jrxml.data
2 files changed, 617 insertions(+), 617 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10221
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4c330663d31cd1d560bc6fd49cde9c06a5981ae5
Gerrit-PatchSet: 1
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, 1 month
Change in ovirt-reports[master]: reports: added user spice session activity report (#880581)
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: reports: added user spice session activity report (#880581)
......................................................................
reports: added user spice session activity report (#880581)
This report contains a table detailing user spice activity with
regards to time spent and resources used in the session in the
selected data center and cluster and within the selected period.
Bug-Url: https://bugzilla.redhat.com/880581
Change-Id: I3e2d0ad2ab2cbb7ea14f2d794b921e1932e014f2
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M reports/repository_files/resources/Reports/.folder.xml
A reports/repository_files/resources/Reports/users_usage/.folder.xml
A reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml
A reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45_files/full details.jrxml.data
A reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45_files/users_spice_sessions_activity_br45_jrxml.data
M reports/repository_files/resources/reports_resources/localization/ovirt_reports_bundle_en_US.properties.data
6 files changed, 939 insertions(+), 17 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10220
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3e2d0ad2ab2cbb7ea14f2d794b921e1932e014f2
Gerrit-PatchSet: 1
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, 1 month
Change in ovirt-host-deploy[master]: vdsm: bridge: handle engine at loopback (all-in-one)
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: vdsm: bridge: handle engine at loopback (all-in-one)
......................................................................
vdsm: bridge: handle engine at loopback (all-in-one)
When engine is at loopback we cannot create the bridge normally, as lo
cannot be added to a bridge.
As a workaround we create an empty bridge with loopback address of
127.0.0.2.
Change-Id: Ie96d40c41c2d72921407bfb7d132bdfccb1b84ac
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M ChangeLog
M src/plugins/ovirt-host-deploy/vdsm/bridge.py
2 files changed, 18 insertions(+), 57 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10222
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie96d40c41c2d72921407bfb7d132bdfccb1b84ac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years, 1 month