-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fil/sky 1060 wait for consensus sync before full setup #330
base: master
Are you sure you want to change the base?
Fil/sky 1060 wait for consensus sync before full setup #330
Conversation
SKY-1060 Wait for consensus sync before wait for sia full setup
In the playbook there is a wait for "Wait until Sia finished full setup". We should check that consensus is synced before the above check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skyd will complete a full set up on a fresh server before the consensus is sync. So this change is an anti-pattern.
What was the reason behind this change?
|
I'm observing it otherwise:
|
Is this on repeated runs of the setup playbook? if so then we can figure out what is causing it to not finish the setup. a syncing consensus on its own is not the blocking action. So we shouldn't switch these. We should figure out which action is blocking the setup due to the consensus syncing and see if that needs to be blocking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending longer discussion on root issue.
PULL REQUEST
Overview
Current playbooks wait in the following order:
This PR swaps order of waits so that portal operator is more accurately informed what happened when the wait fails.
Example for Visual Changes
Checklist
Issues Closed