nspcc-dev / ansible-neofs

NeoFS Ansible collection
GNU General Public License v3.0
0 stars 0 forks source link

The "Waiting for node up" task always fails #29

Closed EESergey closed 1 week ago

EESergey commented 1 month ago

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 1 month ago

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.