Liron Ar has posted comments on this change.

Change subject: core: InitVdsOnUp- proceed regardless of 
ConnectHostToStoragePoolServers
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java
Line 136:             returnValue = true;
Line 137:             _connectPoolSucceeded = true;
Line 138:         } else {
Line 139:             HostStoragePoolParametersBase params = new 
HostStoragePoolParametersBase(getStoragePool(), getVds());
Line 140:             
Backend.getInstance().runInternalAction(VdcActionType.ConnectHostToStoragePoolServers,
 params);
the boolean is still used and returned, i prefer to keep the single return 
point in this patch.
Line 141:             returnValue = connectHostToPool();
Line 142:             _connectPoolSucceeded = returnValue;
Line 143:         }
Line 144:         return returnValue;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia69b62807331d4a47482f71fe88aa3e2ad7b7448
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to