ntt-sic / masakari

[UNMAINTAINED]
https://wiki.openstack.org/wiki/Masakari
Apache License 2.0
41 stars 25 forks source link

Check whether compute node is down periodically instead of sleep 180 sec #50

Closed hirose31 closed 6 years ago

hirose31 commented 7 years ago

This pull request shortens the time to ecavuate invocation. On my environment, this PR shortens it from fixed 180 seconds to a few seconds.

The original implement waits for fixed 180 seconds before starting recovery process. This PR is enable to polling status of compute node periodically.