2013-02-25 21:44:26 +04:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit= 'KiB' > 219136</memory>
<currentMemory unit= 'KiB' > 219136</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<os >
<type arch= 'i686' machine= 'pc' > hvm</type>
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
2017-04-06 19:19:48 +03:00
<emulator > /usr/bin/qemu-system-i686</emulator>
2013-02-25 21:44:26 +04:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'iscsi' name= 'iqn.1992-01.com.example' >
<host name= 'example.org' port= '6000' />
</source>
<target dev= 'vda' bus= 'virtio' />
</disk>
2013-03-21 15:53:49 +04:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'iscsi' name= 'iqn.1992-01.com.example/1' >
<host name= 'example.org' port= '6000' />
</source>
<target dev= 'vdb' bus= 'virtio' />
</disk>
2018-07-19 16:39:23 +03:00
<disk type= 'network' device= 'disk' >
2018-10-08 16:30:36 +03:00
<driver name= 'qemu' />
2018-07-19 16:39:23 +03:00
<auth username= 'myname' >
<secret type= 'iscsi' usage= 'mycluster_myname' />
</auth>
<source protocol= 'iscsi' name= 'iqn.1992-01.com.example:storage/1' >
<host name= 'example.org' port= '6000' />
</source>
<target dev= 'vdc' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<auth username= 'myname' >
<secret type= 'iscsi' usage= 'mycluster_myname' />
</auth>
<source protocol= 'iscsi' name= 'iqn.1992-01.com.example:storage/2' >
<host name= 'example.org' port= '6000' />
</source>
<target dev= 'vdd' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'lun' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'iscsi' name= 'iqn.1992-01.com.example' >
<host name= 'example.org' port= '3260' />
</source>
<target dev= 'sda' bus= 'scsi' />
</disk>
2013-02-25 21:44:26 +04:00
<controller type= 'usb' index= '0' />
2013-04-22 16:16:13 +04:00
<controller type= 'pci' index= '0' model= 'pci-root' />
2018-07-19 16:39:23 +03:00
<controller type= 'scsi' index= '0' model= 'virtio-scsi' />
2016-01-11 14:40:32 +03:00
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
2014-06-09 12:11:25 +04:00
<memballoon model= 'none' />
2013-02-25 21:44:26 +04:00
</devices>
</domain>