diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fce1f3b035..71b9c3c9ee 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2514,19 +2514,28 @@
protocol
attribute specifies the protocol to
access to the requested image. Possible values are "nbd",
- "iscsi", "rbd", "sheepdog", "gluster" or "vxhs". If the
- protocol
attribute is "rbd", "sheepdog", "gluster"
- or "vxhs", an additional attribute name
is
- mandatory to specify which volume/image will be used. For "nbd",
- the name
attribute is optional. For "iscsi"
- (since 1.0.4), the name
- attribute may include a logical unit number, separated from the
- target's name by a slash (e.g.,
+ "iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
+
+ If the protocol
attribute is "rbd", "sheepdog",
+ "gluster", or "vxhs", an additional attribute name
+ is mandatory to specify which volume/image will be used.
+
For "nbd", the name
attribute is optional.
+
For "iscsi" (since 1.0.4), the
+ name
attribute may include a logical unit number,
+ separated from the target's name by a slash (e.g.,
iqn.2013-07.com.example:iscsi-pool/1
). If not
specified, the default LUN is zero.
+
For "vxhs" (since 3.8.0), the
name
is the UUID of the volume, assigned by the
HyperScale server.
+
volume