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 3366248 commit 3eb0fd6Copy full SHA for 3eb0fd6
examples/volume/org.xen.xcp.storage.plainlvm/Volume.destroy
@@ -1,6 +1,6 @@
1
#!/usr/bin/env ocamlscript
2
Ocaml.sources := ["common.ml"; "lvm.ml"];
3
-Ocaml.packs := ["xapi-storage"; "cmdliner"; "re.str"; "oUnit"];
+Ocaml.packs := ["xapi-storage"; "cmdliner"; "re.str"; "oUnit"; "uri"];
4
Ocaml.ocamlflags := ["-thread"]
5
--
6
(*
@@ -23,7 +23,7 @@ module Command = struct
23
include Volume.Destroy
24
25
let command common { Volume.Destroy.In.dbg; sr; key } =
26
- ()
+ Lvm.lvremove sr key
27
end
28
29
module Test = struct
0 commit comments