vmpooler/lib
kirby@puppetlabs.com 3a0f0880e7 (POOLER-112) Ensure a VM is only destroyed once
This commit implements a vm_mutex hash to allow synchronizing VM operations that should only happen once across threads. Without this change pool_manager will try to evaluate or destroy a VM multiple times, which results in an error being thrown by one of the destroy attempts as only one can succeed and a duplication of resources unnecessarily when there are no errors.
2018-06-20 13:40:49 -07:00
..
vmpooler (POOLER-112) Ensure a VM is only destroyed once 2018-06-20 13:40:49 -07:00
vmpooler.rb Add support for setting redis port and password 2018-05-30 12:18:05 -07:00