Arik Hadas has posted comments on this change.

Change subject: core: change the retry to run failed HA VM frequency
......................................................................


Patch Set 6:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AutoStartVmsRunner.java
Line 61:             Guid vmId = vmIdAndDateTime.getFirst();
Line 62:             EngineLock runVmLock = createLockForRunVmCommand(vmId);
Line 63: 
Line 64:             if (!getLockManager().acquireLock(runVmLock).getFirst()) {
Line 65:                 log.infoFormat("Could not acquire lock for running HA 
VM {0}", vmId);
Done
Line 66:                 continue;
Line 67:             }
Line 68: 
Line 69:             if (!runVm(vmId, runVmLock) && 
getVmDynamicDao().get(vmId).getStatus() == VMStatus.Down) {


-- 
To view, visit http://gerrit.ovirt.org/19500
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9f8914efc73ac1ea4f4a2ec4e588d778e9002451
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to