mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(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:
parent
10bf6c8816
commit
490e5c1938
3 changed files with 39 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue