This reverts commit 27ab8a6aeb.
Reason for revert: The change introduced a blocking library call for
the thread running import jobs.
Closes-Bug: #2020122
Change-Id: I83e3a0da9fdf7167cf4adf7257d5960338901158
8 lines
279 B
YAML
8 lines
279 B
YAML
---
|
|
fixes:
|
|
- |
|
|
A recent change to the RBD driver introduced a potential threading lockup
|
|
when using native threads, and also a (process-)blocking call to an
|
|
external library when using greenthreads. That change has been reverted
|
|
until a better fix can be made.
|