Files
glance_store/releasenotes/notes/fix-rbd-lockup-3aa2bb86f7d29e19.yaml
Dan Smith 99f4014493 Revert "RBD: Wrap RBD calls in native threads"
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
2023-05-18 09:30:58 -07:00

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.