vmpooler/spec/unit
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
..
api (POOLER-107) Add configuration API endpoint 2018-06-15 10:15:47 -07:00
providers Merge pull request #260 from mattkirby/fix_check_disk 2018-06-20 15:25:38 -05:00
generic_connection_pool_spec.rb (POOLER-52) Add recovery to vSphere connections 2017-05-17 13:52:28 -07:00
pool_manager_spec.rb (POOLER-112) Ensure a VM is only destroyed once 2018-06-20 13:40:49 -07:00
vmpooler_spec.rb Allow user to specify a configuration file in VMPOOLER_CONFIG_FILE 2018-01-23 15:51:10 -08:00