Change in vdsm[master]: Fix mbx Exception type.

ewarszaw at redhat.com ewarszaw at redhat.com
Wed Jul 25 14:30:21 UTC 2012


Eduardo has posted comments on this change.

Change subject: Fix mbx Exception type.
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/storage/storage_mailbox.py
Line 642:                 raise IOError("%s %s" % ("_handleRequests._checkForMail - Could not read mailbox:", str(self._inbox)))
>>> raise IOError("%s %s" % (1, 2))

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    raise IOError("%s %s" % (1, 2))
IOError: 1 2

I leave set errno as an exercise for the reader when we interpret the rc code.
If not please advise which ERRNO value is preferred by you.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id8baf1121aaf351b029945972d5e87dbfa6a0bd5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at redhat.com>


More information about the vdsm-patches mailing list