Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.0 (8-Jul-2015)
- Remember which SRs are attached in /var/run/nonpersistent
- Plumb through physical_utilisation from Volume.stat

0.5.0 (7-Jul-2015)
- Implement SR.stat
- Fix travis
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.2
Name: xapi-script-storage
Version: 0.5
Version: 0.6
Synopsis: Adapter which allows xapi to call storage scripts
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
9 changes: 4 additions & 5 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d254be83e862609ba53ff23ba578e53e) *)
(* DO NOT EDIT (digest: 2f8f4e6dd18d468c53b7a8543e28ed36) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6673,7 +6673,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "xapi-script-storage";
version = "0.5";
version = "0.6";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6772,15 +6772,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest =
Some "\\\216\159\159\138 ,\222\011\225\018\181\222A\184\r";
oasis_digest = Some "5P\020\018w\189&39\221$\026k\186\177\158";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6785 "setup.ml"
# 6784 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;