mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
parent
28d54aab05
commit
2a48303800
@ -1683,7 +1683,8 @@
|
|||||||
defaulting to "disk".
|
defaulting to "disk".
|
||||||
<p>
|
<p>
|
||||||
Using "lun" (<span class="since">since 0.9.10</span>) is only
|
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
|
except that generic SCSI commands from the guest are accepted
|
||||||
and passed through to the physical device. Also note that
|
and passed through to the physical device. Also note that
|
||||||
device='lun' will only be recognized for actual raw devices,
|
device='lun' will only be recognized for actual raw devices,
|
||||||
|
Loading…
Reference in New Issue
Block a user