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 3d878f4 commit 8155e7aCopy full SHA for 8155e7a
ocaml/xapi/sparse_dd_wrapper.ml
@@ -72,7 +72,7 @@ let dd_internal progress_cb base prezeroed infile outfile size =
72
| Forkhelpers.Success _ -> progress_cb (Finished None)
73
| Forkhelpers.Failure (log, exn) ->
74
error "Failure from sparse_dd: %s raising %s" log (Printexc.to_string exn);
75
- raise exn
+ raise (Api_errors.Server_error (("VDI_COPY_FAILED", [Printexc.to_string exn])));
76
with e ->
77
progress_cb (Finished (Some e));
78
raise e
0 commit comments