mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Fix a couple of typos on the storage pool html
Fix format of the secret XML in the example. The XML had an extraneous "type='iscsi'" (which is used by the <disk> definitions) The world wide node name had a typo in the acronym (wwwn).
This commit is contained in:
parent
2c22954f99
commit
a8648f8e63
@ -80,7 +80,7 @@
|
|||||||
<host name="iscsi.example.com"/>
|
<host name="iscsi.example.com"/>
|
||||||
<device path="demo-target"/>
|
<device path="demo-target"/>
|
||||||
<auth type='chap' username='myname'>
|
<auth type='chap' username='myname'>
|
||||||
<secret type='iscsi' usage='mycluster_myname'/>
|
<secret usage='mycluster_myname'/>
|
||||||
</auth>
|
</auth>
|
||||||
<vendor name="Acme"/>
|
<vendor name="Acme"/>
|
||||||
<product name="model"/>
|
<product name="model"/>
|
||||||
@ -179,7 +179,7 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>wwwn</code> and <code>wwpn</code></dt>
|
<dt><code>wwnn</code> and <code>wwpn</code></dt>
|
||||||
<dd>The "World Wide Node Name" (<code>wwnn</code>) and "World Wide
|
<dd>The "World Wide Node Name" (<code>wwnn</code>) and "World Wide
|
||||||
Port Name" (<code>wwpn</code>) are used by the "fc_host" adapter
|
Port Name" (<code>wwpn</code>) are used by the "fc_host" adapter
|
||||||
to uniquely identify the device in the Fibre Channel storage fabric
|
to uniquely identify the device in the Fibre Channel storage fabric
|
||||||
|
Loading…
Reference in New Issue
Block a user