We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9a5d3 commit fd920a9Copy full SHA for fd920a9
main.ml
@@ -353,7 +353,9 @@ let process root_dir name x =
353
| Storage.D.Types.Tapdisk3 p -> "vbd3", p in
354
let attach_info = {
355
params;
356
- xenstore_data = [ "backend-kind", backend ]
+ xenstore_data = [ "backend-kind", backend ];
357
+ o_direct = true;
358
+ o_direct_reason = "";
359
} in
360
Deferred.Result.return (R.success (Args.VDI.Attach.rpc_of_response attach_info))
361
| { R.name = "VDI.activate"; R.params = [ args ] } ->
0 commit comments