Timothy Asir has posted comments on this change.

Change subject: Added glusterVolumeProfileStart verb
......................................................................


Patch Set 1: (2 inline comments)

....................................................
File vdsm/gluster/api.py
Line 221:         """
Line 222:         return {'hosts': self.svdsmProxy.glusterPeerStatus()}
Line 223: 
Line 224:     @exportAsVerb
Line 225:     def volumeProfileStart(self, volumeName):
Done
Line 226:         self.svdsmProxy.glusterVolumeProfileStart(volumeName)
Line 227: 
Line 228: 
Line 229: def getGlusterMethods(gluster):


....................................................
File vdsm/gluster/cli.py
Line 546: 
Line 547: 
Line 548: @exportToSuperVdsm
Line 549: def volumeProfileStart(volumeName):
Line 550:     command = _getGlusterVolCmd() + ["profile", volumeName, "start"]
Done
Line 551:     rc, out, err = _execGluster(command)
Line 552:     if rc:
Line 553:         raise ge.GlusterVolumeProfileStartFailedException(rc, out, 
err)
Line 554:     else:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I279977bb4dc3631162ce22668612103896646afe
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Timothy Asir <[email protected]>
Gerrit-Reviewer: Bala.FA <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Timothy Asir <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to