Dan Kenigsberg has submitted this change and it was merged. Change subject: sampling: move translation code into hoststats.py ......................................................................
sampling: move translation code into hoststats.py Move all the functions that produce host stats from HostSamples into hoststats.py, like we did for vmstats.py. Change-Id: Icce6acbd596d087491678d039282d5d37d761904 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/42034 Continuous-Integration: Jenkins CI Reviewed-by: Roman Mohr <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/vdsm.install M tests/Makefile.am A tests/hoststatsTests.py M tests/samplingTests.py M vdsm.spec.in M vdsm/virt/Makefile.am A vdsm/virt/hoststats.py M vdsm/virt/sampling.py 8 files changed, 377 insertions(+), 297 deletions(-) Approvals: Roman Mohr: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified -- To view, visit https://gerrit.ovirt.org/42034 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icce6acbd596d087491678d039282d5d37d761904 Gerrit-PatchSet: 16 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: Roman Mohr <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
