From 70ad305275bc19df1b2bea51d2dd47e00dbe1e7d Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 27 Sep 2017 09:42:33 -0400 Subject: [PATCH] docs: Clean up the description for network disk protocol options Clean up the description a bit to make it more readable and not appear as one long run-on paragraph. --- docs/formatdomain.html.in | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) 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 @@
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
-- GitLab