Change in vdsm[master]: gluster: command to create a public key file

tjeyasin at redhat.com tjeyasin at redhat.com
Tue Aug 6 11:52:25 UTC 2013


Timothy Asir has posted comments on this change.

Change subject: gluster: command to create a public key file
......................................................................


Patch Set 4: Code-Review-1

(1 comment)

....................................................
File vdsm/gluster/cli.py
Line 901: 
Line 902: @makePublic
Line 903: def createPublicKeyFile():
Line 904:     command = _getGlusterSystemCmd() + ["execute", "gsec_create"]
Line 905:     rc, out, err = _execGluster(command)
first check rc, if rc is success then return the well know path.
Line 906:     temp = out.partition('/')
Line 907:     path = '/' + temp[-1]
Line 908:     if rc:
Line 909:         raise ge.GlusterGeoRepPublicKeyFileCreationFailedException(rc,


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If8c979a89ce11a1622819c474b59dcf088733594
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: ndarshan <dnarayan at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Aravinda VK <avishwan at redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeyasin at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list