(POOLER-128) Remove references to VM mutex when destroying

This commit updates destroy_vm to remove references to its mutex tracking object when destroyed. Without this change a VM that is destroyed will leave its mutex tracking object forever causing the pool manager memory footprint to increase.
This commit is contained in:
kirby@puppetlabs.com 2018-07-23 15:58:09 -07:00
parent 10bf6c8816
commit 490e5c1938
3 changed files with 39 additions and 0 deletions

View file

@ -13,6 +13,10 @@ git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.1.0...master)
### Fixed
- (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed
# [0.1.0](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master)
### Fixed