Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-314317: Protect PVS-cache get_or_recreate_vdi by mutex
The function `Pvs_cache_vdi.get_or_recreate_vdi` may be called for multiple concurrently starting VMs. Without the mutex, this can lead to multiple VDIs being created, while the should only be one for a given `PVS_cache_storage` object. cherry-picked from commit c003bb1 Signed-off-by: Rob Hoes <[email protected]>
- Loading branch information