Dan Kenigsberg has submitted this change and it was merged. Change subject: Separate sampling code from vdsm.utils ......................................................................
Separate sampling code from vdsm.utils vdsm.utils should only include helper functions which could be shared different modules. Sampling is a separate function, so it should be moved out of utils. It could resolve the problem of circular import. Change-Id: I1de4c81b3cf202f9f548a59b86ef0c8a97c2af19 Signed-off-by: Mark Wu <[email protected]> --- M lib/vdsm/utils.py M vdsm.spec.in M vdsm/Makefile.am M vdsm/clientIF.py M vdsm/libvirtvm.py A vdsm/sampling.py 6 files changed, 615 insertions(+), 529 deletions(-) Approvals: Mark Wu: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13838 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1de4c81b3cf202f9f548a59b86ef0c8a97c2af19 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
