Change in vdsm[master]: link monitor: replace events() with optionally continuous it...

asegurap at redhat.com asegurap at redhat.com
Sun Dec 22 19:34:30 UTC 2013


Antoni Segura Puimedon has posted comments on this change.

Change subject: link monitor: replace events() with optionally continuous iteration
......................................................................


Patch Set 14:

(1 comment)

....................................................
File lib/vdsm/ipwrapper.py
Line 581: 
Line 582:     def __iter__(self):
Line 583:         if self.proc is None:
Line 584:             raise MonitorError('The monitor has not run yet')
Line 585:         if self.proc.returncode is None:
Done
Line 586:             return self._continuousIter()
Line 587:         else:
Line 588:             return iter(self._events())
Line 589: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib8ca850fc324a5b4c0268541fd4d4d062706a159
Gerrit-PatchSet: 14
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Assaf Muller <amuller at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list