mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
9 lines
270 B
XML
9 lines
270 B
XML
|
<disk type='block' device='lun'>
|
||
|
<driver name='qemu' type='raw'/>
|
||
|
<source dev='/dev/mapper/virt'>
|
||
|
<reservations managed='yes'/>
|
||
|
</source>
|
||
|
<target dev='sda' bus='scsi'/>
|
||
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
||
|
</disk>
|