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 <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Aravinda VK <[email protected]>
Gerrit-Reviewer: Bala.FA <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Timothy Asir <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[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