Revision 7bc9e58f

b/lib/bootstrap.py
430 430
    # this should not happen (unless internal error in rpc)
431 431
    logging.critical("Can't complete rpc call, aborting master startup")
432 432
    return [(None, len(node_list))]
433
  positive = negative = 0
434
  other_masters = {}
435 433
  votes = {}
436 434
  for node in results:
437 435
    nres = results[node]

Also available in: Unified diff