BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

Stuck forever in update #484

Closed XaverStiensmeier closed 1 month ago

XaverStiensmeier commented 4 months ago

Currently, when locations have a really weak connection, it can happen that BiBiGrid seems to be stuck when in reality the initial update of the server just takes forever. BiBiGrid displays no warning and Ansible will be stuck at the update task.

XaverStiensmeier commented 3 months ago

This might be "fixed" now by explicitly waiting on that lock in another task. However, this still needs to be tested.

XaverStiensmeier commented 1 month ago

The real reason probably has been the faster cloud-init service that hindered the execution until the wait for service routine in ansible. Solved by #500 in the master and #501 in the dev branch. Also, explicitly waiting (see above) has been kept as an additional security mechanism.