Commit 5e641d0a introduced also counting the vote of the node itself. Adapt the parameter description accordingly.
Signed-off-by: Klaus Aehlig <[email protected]> --- lib/bootstrap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bootstrap.py b/lib/bootstrap.py index 466c53c..51924e1 100644 --- a/lib/bootstrap.py +++ b/lib/bootstrap.py @@ -1254,8 +1254,7 @@ def GatherMasterVotes(node_names): (if some nodes vote for another master). @type node_names: list - @param node_names: the list of nodes to query for master info; the current - node will be removed if it is in the list + @param node_names: the list of nodes to query for master info @rtype: list @return: list of (node, votes) -- 2.6.0.rc2.230.g3dd15c0
