Timothy Asir has posted comments on this change.

Change subject: vdsm-gluster: Added gluster volume geo-replication start verb
......................................................................


Patch Set 1:

(4 comments)

....................................................
Commit Message
Line 3: AuthorDate: 2013-08-07 17:11:43 +0530
Line 4: Commit:     Timothy Asir <[email protected]>
Line 5: CommitDate: 2013-08-07 17:12:22 +0530
Line 6: 
Line 7: vdsm-gluster: Added gluster volume geo-replication start verb
Done
Line 8: 
Line 9: Start the geo-replication session between the hosts.
Line 10: 
Line 11: Start distributed geo-replication on all the nodes that are a part


....................................................
File client/vdsClientGluster.py
Line 429:         masterVolName = params.get('masterVolName', '')
Line 430:         slaveHost = params.get('slaveHost', '')
Line 431:         slaveVolName = params.get('slaveVolName', '')
Line 432:         if not(masterVolName and slaveHost and slaveVolName):
Line 433:             raise ValueError
Done
Line 434: 
Line 435:         status = self.s.glusterVolumeGeoRepStart(masterVolName,
Line 436:                                                  slaveHost,
Line 437:                                                  slaveVolName)


....................................................
File vdsm/gluster/api.py
Line 287:         status = self.svdsmProxy.glusterServicesGet(serviceNames)
Line 288:         return {'services': status}
Line 289: 
Line 290:     @exportAsVerb
Line 291:     def volumeGeoRepStart(self, masterVolName, slaveHost, 
slaveVolName,
Done
Line 292:                           options=None):
Line 293:         self.svdsmProxy.glusterVolumeGeoRepStart(masterVolName,
Line 294:                                                  slaveHost,
Line 295:                                                  slaveVolName)


Line 294:                                                  slaveHost,
Line 295:                                                  slaveVolName)
Line 296: 
Line 297:     @exportAsVerb
Line 298:     def volumeGeoRepStop(self, masterVolName, slaveHost, slaveVolName,
Done
Line 299:                          options=None):
Line 300:         self.svdsmProxy.glusterVolumeGeoRepStop(masterVolName,
Line 301:                                                 slaveHost,
Line 302:                                                 slaveVolName)


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I3cf03c748cf9fe28efe7d407727cd52da20701c5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Timothy Asir <[email protected]>
Gerrit-Reviewer: Aravinda VK <[email protected]>
Gerrit-Reviewer: Ayal Baron <[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: humble devassy <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to