mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Separate ready_ttl and running_ttl config params
This commit is contained in:
parent
4f23d8bb31
commit
d581524b81
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ def check_pool pool
|
||||||
$redis.srem('vmware_host_pool__ready__'+pool['name'], vm)
|
$redis.srem('vmware_host_pool__ready__'+pool['name'], vm)
|
||||||
end
|
end
|
||||||
|
|
||||||
if (pool['ttl'])
|
if (pool['ready_ttl'])
|
||||||
check_ready_vm(vm, pool['name'], pool['ttl'])
|
check_ready_vm(vm, pool['name'], pool['ready_ttl'])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue