Change in vdsm[master]: health: Introduce Vdsm health monitoring

ybronhei at redhat.com ybronhei at redhat.com
Mon Jan 18 09:24:40 UTC 2016


Yaniv Bronhaim has posted comments on this change.

Change subject: health: Introduce Vdsm health monitoring
......................................................................


Patch Set 6:

(1 comment)

https://gerrit.ovirt.org/#/c/51708/6/lib/vdsm/health.py
File lib/vdsm/health.py:

Line 50:     log = logging.getLogger("health")
Line 51: 
Line 52:     def __init__(self, interval):
Line 53:         self._interval = interval
Line 54:         self._thread = concurrent.thread(self._run)
> The only issue I see is `periodic' currently resides under virt/. We may wa
yes we do
Line 55:         self._done = threading.Event()
Line 56: 
Line 57:     def start(self):
Line 58:         self.log.info("Starting health monitor (interval=%d)", self._interval)


-- 
To view, visit https://gerrit.ovirt.org/51708
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2abbd753118cb212a298055138087ca2e48ede91
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <mskrivan at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list