• Xavier Thompson's avatar
    node boot: Format even with unreachable master · b9a3c365
    Xavier Thompson authored
    Use the format return code to distinguish between failure to format or
    failure to report to master at the end. Then make boot run format even
    if the master is unreachable, and:
    * if format fails to report, wait until master is reachable, and retry
    * if format fails for another reason, retry after a fixed 15s delay
    * once format succeeds fully, bang
    b9a3c365
format.py 5.7 KB