From: Peter Krempa Date: Fri, 18 Jul 2014 09:05:08 +0000 (+0200) Subject: doc: domain: Clarify that disk type 'lun' works with iSCSI too X-Git-Tag: v1.2.7-rc1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a483038009d0e4136af4edb045d5902ec102aa8;p=thirdparty%2Flibvirt.git doc: domain: Clarify that disk type 'lun' works with iSCSI too 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. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 03a4ac2dc8..baef831b8d 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1683,7 +1683,8 @@ defaulting to "disk".

Using "lun" (since 0.9.10) 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,