]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Update iSCSI storage pool example
authorJohn Ferlan <jferlan@redhat.com>
Wed, 7 Aug 2013 13:32:54 +0000 (09:32 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 20 Aug 2013 17:27:44 +0000 (13:27 -0400)
Update the iSCSI storage pool example to include the secret

docs/formatstorage.html.in

index 1fcfb6b0813cd363f4722adbd9b86bdcdfd32f69..3300d6780116a31d03ae119febe1432f200e395b 100644 (file)
         &lt;name&gt;virtimages&lt;/name&gt;
         &lt;source&gt;
           &lt;host name="iscsi.example.com"/&gt;
-          &lt;device path="demo-target"/&gt;
+          &lt;device path="iqn.2013-06.com.example:iscsi-pool"/&gt;
+          &lt;auth type='chap' username='myuser'&gt;
+            &lt;secret usage='libvirtiscsi'/&gt;
+          &lt;/auth&gt;
         &lt;/source&gt;
         &lt;target&gt;
           &lt;path&gt;/dev/disk/by-path&lt;/path&gt;