Moti Asayag has posted comments on this change.

Change subject: core: don't migrate vms if host can't recover (#851840)
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetNonOperationalVdsCommand.java
Line 35:                                     
getParameters().getNonOperationalReason()));
Line 36:         }
Line 37: 
Line 38:         // if host failed to recover, no point in sending migrate, as 
it would fail.
Line 39:         if (getParameters().getNonOperationalReason() != 
NonOperationalReason.TIMEOUT_RECOVERING_FROM_CRASH)
please format the block - the brackets should be on  the same line of the 'if' 
statement.
Line 40:         {
Line 41:             ThreadPoolUtil.execute(new Runnable() {
Line 42:                 @Override
Line 43:                 public void run() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I9616436386ee03a68ba25efa57abd2ac90e7bc9b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to