docs: Update iSCSI storage pool example

Update the iSCSI storage pool example to include the secret
This commit is contained in:
John Ferlan 2013-08-07 09:32:54 -04:00
parent 4ba0529078
commit c753749c27

View File

@ -479,7 +479,10 @@
<name>virtimages</name>
<source>
<host name="iscsi.example.com"/>
<device path="demo-target"/>
<device path="iqn.2013-06.com.example:iscsi-pool"/>
<auth type='chap' username='myuser'>
<secret usage='libvirtiscsi'/>
</auth>
</source>
<target>
<path>/dev/disk/by-path</path>