Revision e09fdcfa daemons/ganeti-masterd

b/daemons/ganeti-masterd
402 402
      continue
403 403
    break
404 404
  if retries == 0:
405
      logging.critical("Cluster inconsistent, most of the nodes didn't answer"
406
                       " after multiple retries. Aborting startup")
407
      return False
405
    logging.critical("Cluster inconsistent, most of the nodes didn't answer"
406
                     " after multiple retries. Aborting startup")
407
    return False
408 408
  # here a real node is at the top of the list
409 409
  all_votes = sum(item[1] for item in votes)
410 410
  top_node, top_votes = votes[0]

Also available in: Unified diff