Change in vdsm[master]: gluster: raise suitable exception based on errno for peerDetach

dnarayan at redhat.com dnarayan at redhat.com
Wed Dec 11 08:15:44 UTC 2013


Darshan N has posted comments on this change.

Change subject: gluster: raise suitable exception based on errno for peerDetach
......................................................................


Patch Set 3:

(1 comment)

....................................................
File vdsm/gluster/cli.py
Line 96:         raise ge.GlusterXmlErrorException(err=out)
Line 97:     if rv == 0:
Line 98:         return tree
Line 99:     else:
Line 100:         errNo = int(tree.find('opErrno').text)
Done
Line 101:         if errNo != 0:
Line 102:             rv = errNo
Line 103:         raise ge.GlusterCmdFailedException(rc=rv, err=[msg])
Line 104: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I557a264445806695bb83d77400993ef9c8cfa698
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Darshan N <dnarayan at redhat.com>
Gerrit-Reviewer: Aravinda VK <avishwan at redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Darshan N <dnarayan at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list