Francesco Romani has uploaded a new change for review. Change subject: sampling: update module docstring ......................................................................
sampling: update module docstring Make sampling module docstring reflect reality. Change-Id: I47d51c51619d7babf493e1f5c0c85458d8e19224 Signed-off-by: Francesco Romani <[email protected]> --- M vdsm/virt/sampling.py 1 file changed, 2 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/33785/1 diff --git a/vdsm/virt/sampling.py b/vdsm/virt/sampling.py index 127000f..46b9ac5 100644 --- a/vdsm/virt/sampling.py +++ b/vdsm/virt/sampling.py @@ -19,13 +19,9 @@ # """ -A module containing miscellaneous functions and classes that are user -plentifuly around vdsm. - -.. attribute:: utils.symbolerror - - Contains a reverse dictionary pointing from error string to its error code. +support for VM and host statistics sampling. """ + from collections import deque import threading import os -- To view, visit http://gerrit.ovirt.org/33785 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I47d51c51619d7babf493e1f5c0c85458d8e19224 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
