Update the iSCSI storage pool example to include the secret
---
docs/formatstorage.html.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index f4d561f..278f89b 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -480,7 +480,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>
--
1.8.3.1