Moti Asayag has posted comments on this change.

Change subject: host-deploy: split logic and infra
......................................................................


Patch Set 5:

(1 comment)

https://gerrit.ovirt.org/#/c/39964/5/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java:

Line 404:                 vdsGroup.supportsGlusterService()
Line 405:             );
Line 406:             return true;
Line 407:         }},
Line 408:         new Callable<Boolean>() { public Boolean call() throws 
Exception {
seems i needed to cherry-pick the previous version (patchset-4) into my local 
branch.
Line 409:             VDSGroup vdsGroup = 
DbFacade.getInstance().getVdsGroupDao().get(
Line 410:                 _vds.getVdsGroupId()
Line 411:             );
Line 412:             String tunedProfile = vdsGroup.supportsGlusterService() ? 
vdsGroup.getGlusterTunedProfile() : null;


-- 
To view, visit https://gerrit.ovirt.org/39964
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If6055fc395765f054634afe2b06fd56158217154
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to