Alon Bar-Lev has posted comments on this change.

Change subject: webadmin,engine : allow user to set tuned profile
......................................................................


Patch Set 9:

(1 comment)

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

Line 486:                     _parser.cliEnvironmentSet(
Line 487:                         TuneEnv.TUNED_PROFILE,
Line 488:                         vdsGroup.getGlusterTunedProfile()
Line 489:                     );
Line 490:                 }
.

 else {
     _parser.cliNoop();
 }

or better:

 String tunedProfile;
 
 // snip

 if (tunedProfile == null) { 
     _parser.cliNoop();
 } else {
     _parser.cliEnvironmentSet(...);
 }
Line 491:             } else {
Line 492:                 _parser.cliNoop();
Line 493:             }
Line 494:             return true;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4ef3f957dfcc40cef8de541898fbc08d698d0ce7
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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