Francesco Romani has posted comments on this change. Change subject: WIP DRAFT virt: scalable sampling ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/29977/2/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 253: sampling.start() Line 254: Line 255: def stop(self): Line 256: for sampling in self._samplings: Line 257: sampling.start() c'n'p error: is stop() Line 258: Line 259: def pause(self): Line 260: for sampling in self._samplings: Line 261: sampling.pause = True -- To view, visit http://gerrit.ovirt.org/29977 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9f54990b2114cbe931f64d6207192d1f6c6a3799 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
