Francesco Romani has posted comments on this change. Change subject: collect: add support for bulk stats ......................................................................
Patch Set 5: (1 comment) https://gerrit.ovirt.org/#/c/37827/5/mom/GuestManager.py File mom/GuestManager.py: Line 178: def _collect_from_guest_monitors(self, stats): Line 179: with self.guests_sem: Line 180: for uuid, guest in self.guests.items(): Line 181: self.logger.debug('collecting for %s', uuid) Line 182: guest.monitor.collect(stats) this hunk (actually, the `if' removal) should be in the parent patch. Line 183: Line 184: def _register_guest(self, uuid, guest): Line 185: if uuid not in self.guests: Line 186: self.guests[uuid] = guest -- To view, visit https://gerrit.ovirt.org/37827 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I34c990f20d0597258a62fedff3fbf15300901fe6 Gerrit-PatchSet: 5 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
