Revision d8f5a37d
b/daemons/ganeti-masterd | ||
---|---|---|
469 | 469 |
if retries == 0: |
470 | 470 |
logging.critical("Cluster inconsistent, most of the nodes didn't answer" |
471 | 471 |
" after multiple retries. Aborting startup") |
472 |
logging.critical("Use the --no-voting option if you understand what" |
|
473 |
" effects it has on the cluster state") |
|
472 | 474 |
return False |
473 | 475 |
# here a real node is at the top of the list |
474 | 476 |
all_votes = sum(item[1] for item in votes) |
Also available in: Unified diff