Skip to content

Commit f1c3cee

Browse files
committed
CA-388210: SMAPIv3 concurrency: turn on concurrent operations by default
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. Signed-off-by: Edwin Török <[email protected]>
1 parent 5f1a59c commit f1c3cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi-storage-script/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ let rec diff a b =
17931793

17941794
(* default false due to bugs in SMAPIv3 plugins,
17951795
once they are fixed this should be set to true *)
1796-
let concurrent = ref false
1796+
let concurrent = ref true
17971797

17981798
type reload = All | Files of string list | Nothing
17991799

0 commit comments

Comments
 (0)