diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fce1f3b035d5af98e930d99d176fdd1c26ff8d97..71b9c3c9ee819bde6c3e77a2a6457ead6c15cd34 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2514,19 +2514,28 @@
The 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. +

Since 0.8.7
volume