43fe83
From 567bf763b2c650b9c14c7a88a2759bd19ab40ddc Mon Sep 17 00:00:00 2001
43fe83
Message-Id: <567bf763b2c650b9c14c7a88a2759bd19ab40ddc.1377873642.git.jdenemar@redhat.com>
43fe83
From: John Ferlan <jferlan@redhat.com>
43fe83
Date: Thu, 22 Aug 2013 16:56:28 -0400
43fe83
Subject: [PATCH] docs: Update iSCSI storage pool example
43fe83
43fe83
https://bugzilla.redhat.com/show_bug.cgi?id=1000169
43fe83
43fe83
Update the iSCSI storage pool example to include the secret
43fe83
43fe83
(cherry picked from commit c753749c27fb48d481e64953d59668731e5e2dbd)
43fe83
---
43fe83
 docs/formatstorage.html.in | 5 ++++-
43fe83
 1 file changed, 4 insertions(+), 1 deletion(-)
43fe83
43fe83
diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
43fe83
index f4d561f..278f89b 100644
43fe83
--- a/docs/formatstorage.html.in
43fe83
+++ b/docs/formatstorage.html.in
43fe83
@@ -480,7 +480,10 @@
43fe83
         <name>virtimages</name>
43fe83
         <source>
43fe83
           <host name="iscsi.example.com"/>
43fe83
-          <device path="demo-target"/>
43fe83
+          <device path="iqn.2013-06.com.example:iscsi-pool"/>
43fe83
+          <auth type='chap' username='myuser'>
43fe83
+            <secret usage='libvirtiscsi'/>
43fe83
+          </auth>
43fe83
         </source>
43fe83
         <target>
43fe83
           <path>/dev/disk/by-path</path>
43fe83
-- 
43fe83
1.8.3.2
43fe83