Shubhendu Tripathi has posted comments on this change.

Change subject: gluster: Corrected setting of gluster volume snapshot config
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.ovirt.org/#/c/41113/2/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/SetGlusterVolumeSnapshotConfigVDSCommand.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/SetGlusterVolumeSnapshotConfigVDSCommand.java:

Line 24:                 .getConfgParam();
Line 25: 
Line 26:         String paramValue =
Line 27:                 cfgParam.getParamValue().endsWith("%") ? 
StringUtils.removeEnd(cfgParam.getParamValue(), "%")
Line 28:                         : cfgParam.getParamValue();
> check not required
Done
Line 29:         if (cfgParam.getVolumeId() != null) {
Line 30:             GlusterVolumeEntity volume = 
DbFacade.getInstance().getGlusterVolumeDao().getById(cfgParam.getVolumeId());
Line 31:             status =
Line 32:                     
getBroker().glusterVolumeSnapshotConfigSet(volume.getName(),


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I9c5f425e9acd63646aad5ed4535cbc334c7b41aa
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Jenkins CI
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: 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