Milan Zamazal has posted comments on this change.

Change subject: lib: executor: log pool status on discard
......................................................................


Patch Set 5:

(1 comment)

https://gerrit.ovirt.org/#/c/48333/5/lib/vdsm/executor.py
File lib/vdsm/executor.py:

Line 111:             if self._running:
Line 112:                 self._add_worker()
Line 113:         # this is a debug aid, it is not that important to be precise;
Line 114:         # intentionally done outside the lock
Line 115:         self._log.info('pool[%i]: (%s)',
s/pool/executor pool/ or s/pool/worker pool/ ?
Line 116:                        len(self._workers),
Line 117:                        ' '.join(str(w) for w in self._workers))
Line 118: 
Line 119:     def _worker_stopped(self, worker):


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I949181968a97a7bcec703bc36ef9e1a0f30c6858
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Polednik <[email protected]>
Gerrit-Reviewer: Milan Zamazal <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: gerrit-hooks <[email protected]>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to