mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POOLER-133) Identify when a ready VM has failed
This commit fixes checking of a VM that has already been identified as ready. Without this change a ready VM that has failed will be identified as having failed, but will not successfully be removed from the ready queue. Additionally, the default vm_checktime value has been reduced from 15 to 1 to ensure that ready VMs are checked within one minute of the time they have reached the ready state by default. Lastly, the docker-compose files are updated to specify that the redis instance used is a local redis instance.
This commit is contained in:
parent
81b5f620bd
commit
3c856d7ae9
11 changed files with 68 additions and 42 deletions
|
|
@ -14,6 +14,8 @@ git logs & PR history.
|
|||
|
||||
### Fixed
|
||||
- Sync pool size before dashboard is displayed (POOLER-132)
|
||||
- Remove a failed VM from the ready queue (POOLER-133)
|
||||
- Begin checking ready VMs to ensure alive after 1 minute by default
|
||||
|
||||
# [0.2.2](https://github.com/puppetlabs/vmpooler/compare/0.2.1...0.2.2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue