mirror of
https://github.com/nspcc-dev/ansible-neofs.git
synced 2026-03-01 04:28:25 +00:00
The "Waiting for node up" task always fails #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EESergey on GitHub (Jul 11, 2024).
Originally assigned to: @532910 on GitHub.
Current Behavior
The Waiting for node up task cannot complete successfully on all servers because the neofs-ir service has not yet started on them.
Expected Behavior
The check must be run after the neofs-ir service has been launched on all servers.
Possible Solution
Change the task sequence.
Context
Some versions do not work due to a large difference in the start time of the neofs-ir service.
Playbook execution time increases significantly.
@carpawell commented on GitHub (Jul 11, 2024):
The key problem here is ansible waits for IR to be READY, while IR waits for the other IRs to finish deployment before becoming READY.