mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Normally when a VM is failing the vm_ready? check, it is moved to the completed queue which deletes it. In a pooled config a new VM will be retried. For ondemand, we would also recreate the task to trigger the creation of a new VMs. There was a bug where an ondemand request would be retried infinitely when vm_ready? would always fail. We would never check the status of the request if it was deleted via the API or if it was detected as failed because it is expired (over the ondemand_request_ttl limit) |
||
|---|---|---|
| .. | ||
| vmpooler | ||
| vmpooler.rb | ||