xenbus: Avoid deadlock during suspend due to open transactions
Bug #1845033 reported by
Doug Goldstein
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Xenial |
New
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned | ||
Disco |
Fix Released
|
Undecided
|
Unassigned | ||
Eoan |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
Xen guests may hang during resume after a migration or suspend.
[Test Case]
Create a Xen guest and run this script and then suspending the VM:
import pyxs, time
c = pyxs.client.
c.connect()
c.transaction()
time.
[Fix]
The following upstream commit fixes the issue:
"xenbus: Avoid deadlock during suspend due to open transactions"
https:/
To post a comment you must log in.
This is fixed in bionic with Ubuntu- 4.15.0- 59.66. Looking to get this ported into xenial.