Omer Frenkel has submitted this change and it was merged.
Change subject: core: fix regression that cleared run once flag
......................................................................
core: fix regression that cleared run once flag
We store a flag that indicates whether the VM is run in run once mode or
not. The batch updates in VdsUpdateRuntimeInfo didn't update this flag
correctly, which caused it to be cleared always by the monitoring.
This patch fix this regression by adding the run-once attribute to the
mapper that is used by the batch updates of VmDynamic.
Change-Id: Ifc2bfe9c500f649dff39f4bbfae6d4b7e57cf883
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmDynamicDAODbFacadeImpl.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Omer Frenkel: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22730
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifc2bfe9c500f649dff39f4bbfae6d4b7e57cf883
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server