We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ff43a0 + e831e3d commit dd87705Copy full SHA for dd87705
generator/src/control.ml
@@ -31,7 +31,12 @@ let api =
31
"within the enclosing Storage Repository (SR). A typical value would";
32
"be a filename or an LVM volume name."
33
]),
34
- [ "name", Basic String, String.concat " " [
+ [ "uuid", Option (Basic String), String.concat " " [
35
+ "A uuid (or guid) for the volume, if one is available.";
36
+ "If a storage system has a built-in notion of a guid, then it";
37
+ "will be returned here.";
38
+ ];
39
+ "name", Basic String, String.concat " " [
40
"Short, human-readable label for the volume. Names are commonly used by";
41
"when displaying short lists of volumes.";
42
];
0 commit comments