From: John Ferlan Date: Wed, 7 Aug 2013 13:32:54 +0000 (-0400) Subject: docs: Update iSCSI storage pool example X-Git-Tag: v1.1.2-rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c753749c27fb48d481e64953d59668731e5e2dbd;p=thirdparty%2Flibvirt.git docs: Update iSCSI storage pool example Update the iSCSI storage pool example to include the secret --- diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 1fcfb6b081..3300d67801 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -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>