Change in ovirt-engine-cli[master]: cli: wrong response for suspend VM #886944
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: cli: wrong response for suspend VM #886944
......................................................................
cli: wrong response for suspend VM #886944
https://bugzilla.redhat.com/show_bug.cgi?id=886944
Change-Id: I345b2bd1d62a06fef7671704eda70dc620755bcf
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M src/ovirtcli/command/action.py
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10365
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I345b2bd1d62a06fef7671704eda70dc620755bcf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
12 years
Change in ovirt-engine-sdk[master]: sdk: release 3.2.0.6-1
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: release 3.2.0.6-1
......................................................................
sdk: release 3.2.0.6-1
Change-Id: I47c17d1912b8439579367309840c22beb1083cb1
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M Makefile
M ovirt-engine-sdk.spec.in
M setup.py
3 files changed, 11 insertions(+), 2 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10435
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I47c17d1912b8439579367309840c22beb1083cb1
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
12 years
Change in ovirt-engine-sdk[master]: sdk: rebase aginst latest api
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: rebase aginst latest api
......................................................................
sdk: rebase aginst latest api
- to host added hooks sub-collection
- added force flag the host.delete()
- added host.power_management.pm_proxy collection
- added permissions sub-collection to network
- added search capabilities to api.networks collection
- added deletion protection to the template/vm via .delete_protected
- to host added 'os' property representing OS version
Change-Id: I273e246221d11e257750898646b8b2a6b84a76f8
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M src/ovirtsdk/infrastructure/brokers.py
M src/ovirtsdk/xml/params.py
2 files changed, 863 insertions(+), 77 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10434
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I273e246221d11e257750898646b8b2a6b84a76f8
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
12 years
Change in ovirt-engine-sdk[master]: sdk: add print of the whole response body in debug mode #887...
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: add print of the whole response body in debug mode #887808
......................................................................
sdk: add print of the whole response body in debug mode #887808
https://bugzilla.redhat.com/show_bug.cgi?id=887808
Change-Id: I3b2b3d56d0ffdd78471e4a9088b23d9e2cedf3cb
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M src/ovirtsdk/infrastructure/proxy.py
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10433
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3b2b3d56d0ffdd78471e4a9088b23d9e2cedf3cb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
12 years
Change in ovirt-engine[master]: restapi: Add fields for CPU Thread Handling (4/4)
by dfediuck@redhat.com
Doron Fediuck has submitted this change and it was merged.
Change subject: restapi: Add fields for CPU Thread Handling (4/4)
......................................................................
restapi: Add fields for CPU Thread Handling (4/4)
This patch series adds support for CPU Thread Handling in which host
CPU threads can be considered as cores on a per-cluster basis for the
purpose of VM startup/shutdown/migration.
Patch 4: Allow reporting and setting of new fields for CPU thread
handling from the REST API:
host/cpu/cpu_topology/@threads - threads per core for host
cluster/threads_as_cores - boolean, whether cluster option to count
host cpu threads as cores is enabled
Change-Id: Iee8eebee7db2611276f58169aef196053542c7a5
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata_v-3.1.yaml
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/ClusterMapper.java
M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/HostMapper.java
M backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/HostMapperTest.java
6 files changed, 24 insertions(+), 4 deletions(-)
Approvals:
Doron Fediuck: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10169
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee8eebee7db2611276f58169aef196053542c7a5
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
12 years
Change in ovirt-host-deploy[master]: gluster: packages: fixed typo
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: gluster: packages: fixed typo
......................................................................
gluster: packages: fixed typo
Change-Id: I706c64a6ad482a44d8416796e9e0f306cf19771c
Signed-off-by: Shireesh Anjal <sanjal(a)redhat.com>
---
M src/plugins/ovirt-host-deploy/gluster/packages.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10424
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I706c64a6ad482a44d8416796e9e0f306cf19771c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Shireesh Anjal <sanjal(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years
Change in ovirt-reports[master]: packaging: changed reports version to 3.2.0
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: packaging: changed reports version to 3.2.0
......................................................................
packaging: changed reports version to 3.2.0
Change-Id: I3dede5385f5b4df85be42123899a4323e6c6dc12
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M packaging/ovirt-engine-reports.spec.in
M pom.xml
M reports/jars/ChartsCustomizers/pom.xml
M reports/jars/EngineAuthentication/pom.xml
M reports/jars/ReportsLineBarChartTheme/pom.xml
M reports/jars/ReportsPieChartTheme/pom.xml
M reports/jars/WebadminLineBarChartTheme/pom.xml
M reports/jars/pom.xml
M reports/pom.xml
9 files changed, 16 insertions(+), 16 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10426
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3dede5385f5b4df85be42123899a4323e6c6dc12
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
Change in ovirt-engine[master]: userportal: Fix memory icon in user portal
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: userportal: Fix memory icon in user portal
......................................................................
userportal: Fix memory icon in user portal
In the user portal resources side tab the icon for memory was wrong (vm
icon).
Icon source was fixed.
Change-Id: I27b3ad740e431df86fe0f506f89f21963ef15d1c
Signed-off-by: Ofri Masad <omasad(a)redhat.com>
---
M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/tab/extended/SideTabExtendedResourceView.ui.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10425
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I27b3ad740e431df86fe0f506f89f21963ef15d1c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <omasad(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
12 years
Change in ovirt-engine[master]: core: Fast update quota cache
by dfediuck@redhat.com
Doron Fediuck has submitted this change and it was merged.
Change subject: core: Fast update quota cache
......................................................................
core: Fast update quota cache
Monitoring Quota requires full cache in QuotaManager. Current way of
fetching each quota to cache individually and calculation consumption
for each quota individually is very inefficient.
New store-procedures and DAO methods were added in order to support
simultaneous consumption calculation of all quotas.
New API (updateQuotaCache) was added to QuotaManager.
New Quartz-job added to Backend to call the update every 10
(configurable) minutes.
Change-Id: Id3db08957e413d2f1e0480b764334dd7268c8221
Signed-off-by: Ofri Masad <omasad(a)redhat.com>
---
M backend/manager/dbscripts/create_functions.sql
M backend/manager/dbscripts/quota_sp.sql
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/QuotaDAO.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/QuotaDAODbFacadeImpl.java
7 files changed, 275 insertions(+), 1 deletion(-)
Approvals:
Doron Fediuck: Looks good to me, approved
ofri masad: Verified
--
To view, visit http://gerrit.ovirt.org/10159
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id3db08957e413d2f1e0480b764334dd7268c8221
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <omasad(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
12 years
Change in ovirt-engine[master]: core: cleanup VDSError - adhere to java convention
by rgolan@redhat.com
Roy Golan has submitted this change and it was merged.
Change subject: core: cleanup VDSError - adhere to java convention
......................................................................
core: cleanup VDSError - adhere to java convention
Change-Id: If74985c7a37e03b6636954e110fd513abeb167e2
Signed-off-by: Roy Golan <rgolan(a)redhat.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VDSError.java
1 file changed, 12 insertions(+), 13 deletions(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10355
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If74985c7a37e03b6636954e110fd513abeb167e2
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
12 years