mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Update iSCSI storage pool example
Update the iSCSI storage pool example to include the secret
This commit is contained in:
parent
4ba0529078
commit
c753749c27
@ -479,7 +479,10 @@
|
|||||||
<name>virtimages</name>
|
<name>virtimages</name>
|
||||||
<source>
|
<source>
|
||||||
<host name="iscsi.example.com"/>
|
<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>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<path>/dev/disk/by-path</path>
|
<path>/dev/disk/by-path</path>
|
||||||
|
Loading…
Reference in New Issue
Block a user