Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/bootstrap: retry when reporting progress
Previously, report-progress.sh relied on systemd to perform its retry logic. Unfortunately, this causes the logs to fill up with entries like the following: systemd[1]: progress.service holdoff time over, scheduling restart. systemd[1]: Stopped Report the completion of the cluster bootstrap process. systemd[1]: Starting Report the completion of the cluster bootstrap process... systemd[1]: Stopped Report the completion of the cluster bootstrap systemd[1]: progress.service: control process exited, code=exited status=1 systemd[1]: Failed to start Report the completion of the cluster bootstrap process. systemd[1]: Unit progress.service entered failed state. systemd[1]: progress.service failed. By adding the retry logic to report-progress.sh, these verbose logs are avoided.
- Loading branch information