Shireesh Anjal has posted comments on this change.

Change subject: gluster: Make set option a step of create volume
......................................................................


Patch Set 1: (2 inline comments)

Will send new patch-set, incorporating Moti's suggestions.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/CreateGlusterVolumeCommand.java
Line 184:         List<String> errors = new ArrayList<String>();
Line 185:         for (GlusterVolumeOptionEntity option : volume.getOptions()) {
Line 186:             // make sure that volume id is set
Line 187:             option.setVolumeId(volume.getId());
Line 188: 
Done
Line 189:             VdcReturnValueBase setOptionReturnValue =
Line 190:                     runBllAction(
Line 191:                             VdcActionType.SetGlusterVolumeOption,
Line 192:                             new GlusterVolumeOptionParameters(option),


Line 203:     }
Line 204: 
Line 205:     /**
Line 206:      * Creates command context for setting a given option on the 
given volume
Line 207:      *
Done
Line 208:      * @param volume
Line 209:      * @param option
Line 210:      * @return
Line 211:      */


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie0f22e9862584f1a616fcc01e8a80b7d5a5ffc78
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to