Skip to content

Commit

Permalink
Merge pull request #44 from djs55/add-uuid
Browse files Browse the repository at this point in the history
Add an optional Volume.uuid
  • Loading branch information
djs55 committed Aug 4, 2015
2 parents 7ff43a0 + e831e3d commit dd87705
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion generator/src/control.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ let api =
"within the enclosing Storage Repository (SR). A typical value would";
"be a filename or an LVM volume name."
]),
[ "name", Basic String, String.concat " " [
[ "uuid", Option (Basic String), String.concat " " [
"A uuid (or guid) for the volume, if one is available.";
"If a storage system has a built-in notion of a guid, then it";
"will be returned here.";
];
"name", Basic String, String.concat " " [
"Short, human-readable label for the volume. Names are commonly used by";
"when displaying short lists of volumes.";
];
Expand Down

0 comments on commit dd87705

Please sign in to comment.