File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
examples/volume/org.xen.xcp.storage.plainlvm Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# ! / usr/ bin/ env ocamlscript
22Ocaml. sources := [" common.ml" ; " lvm.ml" ];
3- Ocaml. packs := [" xapi-storage" ; " cmdliner" ; " re.str" ; " oUnit" ];
3+ Ocaml. packs := [" xapi-storage" ; " cmdliner" ; " re.str" ; " oUnit" ; " uri " ];
44Ocaml. ocamlflags := [" -thread" ]
55--
66(*
@@ -23,14 +23,14 @@ module Command = struct
2323 include Plugin. Query
2424
2525 let command common { Plugin.Query.In. dbg } = {
26- plugin = " plugin " ;
27- name = " name " ;
28- description = " description " ;
29- vendor = " vendor " ;
30- copyright = " copyright " ;
31- version = " version " ;
32- required_api_version = " required_api_version " ;
33- features = [] ;
26+ plugin = " plainlvm " ;
27+ name = " Plain LVM Volume plugin " ;
28+ description = " This plugin uses an existing LVM volume group and represents Volumes as LVs " ;
29+ vendor = " None " ;
30+ copyright = " (C) 2014 Citrix Inc " ;
31+ version = " 0.1 " ;
32+ required_api_version = " 0.1 " ;
33+ features = [ " SR_ATTACH " ; " SR_DETACH " ; " SR_CREATE " ; " VDI_CREATE " ; " VDI_DESTROY " ; " VDI_ATTACH " ; " VDI_DETACH " ; " VDI_ACTIVATE " ; " VDI_DEACTIVATE " ];
3434 configuration = []
3535 }
3636end
You can’t perform that action at this time.
0 commit comments