Change in vdsm[master]: Added glusterVolumeProfileStart verb

barumuga at redhat.com barumuga at redhat.com
Fri Aug 17 13:26:34 UTC 2012


Bala.FA has posted comments on this change.

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


Patch Set 1: I would prefer that you didn't submit this

(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):
Add options=None for future use
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"]
Use --xml, if available
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 <tjeyasin at redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list