Commit c69162b
authored
CA-388210: SMAPIv3 concurrency: turn on concurrent operations by default (#6140)
It is believed that the deadlocks in SMAPIv3 were caused by VDI.copy
operations that attach the same disk RO multiple times in Dom0.
With the previous commits we now use a unique identifier and spawn a
separate qemu-dp process in the SMAPIv3 plugins, which should prevent
the deadlocks and IO errors due to lack of refcounting.
We have also identified the source of deadlocks in xapi-storage-plugins,
as a missing _qmp_disconnect, so it should now be safe to enable this by
default.1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1791 | 1791 | | |
1792 | 1792 | | |
1793 | 1793 | | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
| 1794 | + | |
1797 | 1795 | | |
1798 | 1796 | | |
1799 | 1797 | | |
| |||
0 commit comments