mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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.
This commit is contained in:
parent
bd6fdcd806
commit
70ad305275
@ -2514,19 +2514,28 @@
|
|||||||
<dd>
|
<dd>
|
||||||
The <code>protocol</code> attribute specifies the protocol to
|
The <code>protocol</code> attribute specifies the protocol to
|
||||||
access to the requested image. Possible values are "nbd",
|
access to the requested image. Possible values are "nbd",
|
||||||
"iscsi", "rbd", "sheepdog", "gluster" or "vxhs". If the
|
"iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
|
||||||
<code>protocol</code> attribute is "rbd", "sheepdog", "gluster"
|
|
||||||
or "vxhs", an additional attribute <code>name</code> is
|
<p>If the <code>protocol</code> attribute is "rbd", "sheepdog",
|
||||||
mandatory to specify which volume/image will be used. For "nbd",
|
"gluster", or "vxhs", an additional attribute <code>name</code>
|
||||||
the <code>name</code> attribute is optional. For "iscsi"
|
is mandatory to specify which volume/image will be used.
|
||||||
(<span class="since">since 1.0.4</span>), the <code>name</code>
|
</p>
|
||||||
attribute may include a logical unit number, separated from the
|
|
||||||
target's name by a slash (e.g.,
|
<p>For "nbd", the <code>name</code> attribute is optional.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>For "iscsi" (<span class="since">since 1.0.4</span>), the
|
||||||
|
<code>name</code> attribute may include a logical unit number,
|
||||||
|
separated from the target's name by a slash (e.g.,
|
||||||
<code>iqn.2013-07.com.example:iscsi-pool/1</code>). If not
|
<code>iqn.2013-07.com.example:iscsi-pool/1</code>). If not
|
||||||
specified, the default LUN is zero.
|
specified, the default LUN is zero.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
For "vxhs" (<span class="since">since 3.8.0</span>), the
|
For "vxhs" (<span class="since">since 3.8.0</span>), the
|
||||||
<code>name</code> is the UUID of the volume, assigned by the
|
<code>name</code> is the UUID of the volume, assigned by the
|
||||||
HyperScale server.
|
HyperScale server.
|
||||||
|
</p>
|
||||||
<span class="since">Since 0.8.7</span>
|
<span class="since">Since 0.8.7</span>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>volume</code></dt>
|
<dt><code>volume</code></dt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user