<adapter> as child element of <source>
Specifies an FCP device (Host Bus Adapter).
Text content
None.Selected attributes
- name=scsi_host<n>
- Specifies the name of the FCP device, where <n> is a nonnegative integer.
Usage
Configuring a SCSI tape or medium changer deviceParent elements
<source> as child element of <hostdev>.Child elements
None.Example
<devices>
...
<controller type="scsi" model="virtio-scsi" index="0"/>
<hostdev mode="subsystem" type="scsi">
<source>
<adapter name="scsi_host0"/>
<address bus="0" target="0" unit="0"/>
</source>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</hostdev>
...
</devices>