Omer Frenkel has submitted this change and it was merged.
Change subject: core: call prccessHardwareCaps after GetHardwareInfo
......................................................................
core: call prccessHardwareCaps after GetHardwareInfo
the process capabilities of a host is now:
1. calling GetVdsCaps
2. persisting to DB *only* the cpu_flags from the result vds object
3. calling processHardwareCaps
4. calling processSoftwareCaps
Bug-Url:
https://bugzilla.redhat.com/1077300
Change-Id: Ief9d623e4b46faa6809f9994ee78564b0955c306
Signed-off-by: Roy Golan <rgolan(a)redhat.com>
---
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDynamicDAO.java
M
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDynamicDAODbFacadeImpl.java
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/VdsUpdateRunTimeInfo.java
M packaging/dbscripts/vds_sp.sql
5 files changed, 34 insertions(+), 3 deletions(-)
Approvals:
Roy Golan: Verified
Omer Frenkel: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/27539
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ief9d623e4b46faa6809f9994ee78564b0955c306
Gerrit-PatchSet: 6
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>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server