libvirt/docs
John Ferlan 4775ca27e9 docs: Remove unnecessary <auth> example for iscsi disk type='volume'
Alter the example to remove the <auth> from:

  <disk type='volume' device='disk'>
    <driver name='qemu' type='raw'/>
    <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/>
    <auth username='myuser'>
      <secret type='iscsi' usage='libvirtiscsi'/>
    </auth>
    <target dev='vdb' bus='virtio'/>
  </disk>

and

  <disk type='volume' device='disk'>
    <driver name='qemu' type='raw'/>
    <source pool='iscsi-pool' volume='unit:0:0:2' mode='direct'/>
    <auth username='myuser'>
      <secret type='iscsi' usage='libvirtiscsi'/>
    </auth>
    <target dev='vdc' bus='virtio'/>
  </disk>

The reality is, it's not even used. For a <source pool> the authdef
from the storage source pool will supercede whatever is in the <disk>
definition during virStorageTranslateDiskSourcePool processing. In fact,
if the pool doesn't have/need authentication, then the authdef would
be removed anyway as the storage pool would be handling things.

The "proof" for this is in the adjustment to the test to add an
<auth> for a disk. The resulting .args file won't add what normally
would be added "myname:encodedpassword@" prior to the hostname in
the IQN (e.g. iscsi://myname:encodedpassword@iscsi.example.org:3260/...
2017-09-15 07:37:50 -04:00
..
api_extension
devhelp
fonts
html
internals docs: Fix typo deamon -> daemon 2017-09-04 15:07:17 +02:00
js
logos
schemas rng: Fix formatting 2017-09-12 13:41:21 +02:00
32favicon.png
404.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
acl.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
aclpolkit.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
android-chrome-192x192.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
android-chrome-256x256.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
api_extension.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
api.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
apibuild.py apibuild.py: Handle enum comments properly 2017-07-24 12:03:33 +02:00
apple-touch-icon.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
apps.html.in docs: Add entry for ZStack to apps page 2017-08-31 16:39:16 +02:00
architecture.fig
architecture.gif
architecture.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
auditlog.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
auth.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
bindings.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
browserconfig.xml docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
bugs.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
cgroups.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
compiling.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
contact.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
contribute.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
csharp.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
devguide.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
docs.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
downloads.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drivers.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvbhyve.html.in docs: bhyve: document autoport support 2017-08-06 11:18:39 +04:00
drvesx.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvhyperv.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvlxc.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvnodedev.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvopenvz.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvphyp.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvqemu.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvremote.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvtest.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvuml.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvvbox.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvvirtuozzo.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvvmware.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
drvxen.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
errors.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
favicon-16x16.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
favicon-32x32.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
favicon.ico docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
firewall.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
format.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
formatcaps.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatdomain.html.in docs: Remove unnecessary <auth> example for iscsi disk type='volume' 2017-09-15 07:37:50 -04:00
formatdomaincaps.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatnetwork.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatnode.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatnwfilter.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatsecret.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatsnapshot.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatstorage.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
formatstorageencryption.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
genaclperms.pl docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
generic.css
goals.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
governance.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
hacking.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
hooks.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
hvsupport.pl docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
index.html.in docs: force content in <script> element 2017-08-08 11:00:26 +01:00
index.py
internals.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
java.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
libvirt-daemon-arch.fig
libvirt-daemon-arch.png
libvirt-driver-arch.fig
libvirt-driver-arch.png
libvirt-object-model.fig
libvirt-object-model.png
libvirt-virConnect-example.fig
libvirt-virConnect-example.png
libvirt.css
locking-lockd.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
locking-sanlock.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
locking.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
logging.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
main.css docs: make website responsive for mobile devices 2017-08-07 14:44:40 +01:00
Makefile.am docs: make website responsive for mobile devices 2017-08-07 14:44:40 +01:00
manifest.json docs: Fix syntax-check error 2017-08-02 15:00:28 -04:00
migration-managed-direct.fig
migration-managed-direct.png
migration-managed-p2p.fig
migration-managed-p2p.png
migration-native.fig
migration-native.png
migration-tunnel.fig
migration-tunnel.png
migration-unmanaged-direct.fig
migration-unmanaged-direct.png
migration.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
mobile.css docs: make website responsive for mobile devices 2017-08-07 14:44:40 +01:00
mstile-150x150.png docs: add full set of "favicon" files to support modern clients 2017-08-02 17:00:11 +01:00
newapi.xsl docs: generate pretty indented HTML for API docs 2017-08-02 17:00:11 +01:00
news-2005.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2006.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2007.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2008.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2009.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2010.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2011.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2012.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2013.html.in docs: remove bogus 'shape' attribute on links 2017-08-02 17:00:11 +01:00
news-2014.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
news-2015.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
news-2016.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
news-ascii.xsl NEWS: Improve building pipeline 2017-01-10 19:37:53 +01:00
news-html.xsl docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
news.rng docs: Move news.rng out of docs/schemas 2017-04-05 09:51:51 +02:00
news.xml news: document spice rendernode DAC changes 2017-09-14 16:20:32 -04:00
node.fig
node.gif
nss.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
page.xsl docs: make website responsive for mobile devices 2017-08-07 14:44:40 +01:00
pci-hotplug.html.in docs: Define anchors correctly in pci-hotplug 2017-08-23 13:58:45 +02:00
php.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
python.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
reformat-news.py NEWS: Reformat at generation time 2017-01-10 19:37:55 +01:00
remote.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
search.php.code.in docs: Properly quote self uri in search.php 2017-07-10 13:44:00 +02:00
search.php.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
secureusage.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
securityprocess.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
site.xsl docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
storage.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
structures.fig
subsite.xsl docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
testapi.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
testsuites.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
testtck.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
uri.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
virshcmdref.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
windows.html.in docs: switch to using HTML5 doctype declaration 2017-08-02 17:00:11 +01:00
wrapstring.xsl