mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
cdf4ae6ae3
Verify that SCSI controllers get created automatically when a SCSI disk is hot-plugged to a domain that doesn't have a matching SCSI controller defined already. Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
9 lines
249 B
XML
9 lines
249 B
XML
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='raw' cache='none'/>
|
|
<source file='/dev/null'/>
|
|
<target dev='sdf' bus='scsi'/>
|
|
<address type='drive' controller='3' bus='0' target='5' unit='7'/>
|
|
<readonly/>
|
|
<shareable/>
|
|
</disk>
|