redhat-cip / edeploy

Linux systems provisioning and updating made easy
Apache License 2.0
92 stars 38 forks source link

Do not use while wait loop without timeout #169

Closed Spredzy closed 9 years ago

Spredzy commented 9 years ago

In #168 the nodes are kept in an inifite loop due to the fact that the check is due in a while-wait loop without any condition of failover.

After checking for more than a N amount of time, the script should exit the loop

ErwanAliasr1 commented 9 years ago

Enjoy and sorry for the lag.