]> xenbits.xensource.com Git - libvirt.git/commitdiff
doc: domain: Clarify that disk type 'lun' works with iSCSI too
authorPeter Krempa <pkrempa@redhat.com>
Fri, 18 Jul 2014 09:05:08 +0000 (11:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 18 Jul 2014 15:20:51 +0000 (17:20 +0200)
Disk type 'lun' enables SCSI command passthrough for a disk. We stated
that it works only with "block" disks. Qemu supports it also when using
the iSCSI protocol.

docs/formatdomain.html.in

index 03a4ac2dc8dbc718dba8729ad1cd32a4e10f3404..baef831b8df0d332235683f3ac74b387ab50d54b 100644 (file)
             defaulting to "disk".
             <p>
             Using "lun" (<span class="since">since 0.9.10</span>) is only
-            valid when type is "block", and behaves identically to "disk",
+            valid when type is "block" or "network" using the iSCSI protocol,
+            and behaves identically to "disk",
             except that generic SCSI commands from the guest are accepted
             and passed through to the physical device. Also note that
             device='lun' will only be recognized for actual raw devices,