File: fix-rbd-lockup-3aa2bb86f7d29e19.yaml

package info (click to toggle)
python-glance-store 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: python: 17,455; sh: 41; makefile: 34
file content (7 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
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.