2012-11-22 22:10:41 +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 >
2019-11-29 19:33:37 +03:00
<emulator > /usr/bin/qemu-system-i386</emulator>
2012-11-22 22:10:41 +04:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'gluster' name= 'Volume1/Image' >
<host name= 'example.org' port= '6000' />
</source>
<target dev= 'vda' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
2018-10-08 16:30:36 +03:00
<driver name= 'qemu' />
2012-11-22 22:10:41 +04:00
<source protocol= 'gluster' name= 'Volume2/Image' >
<host transport= 'unix' socket= '/path/to/sock' />
</source>
<target dev= 'vdb' bus= 'virtio' />
</disk>
2016-07-25 16:24:54 +03:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'qcow2' />
<source protocol= 'gluster' name= 'Volume3/Image.qcow2' >
<host name= 'example.org' port= '6000' />
<host name= 'example.org' />
<host transport= 'unix' socket= '/path/to/sock' />
</source>
<target dev= 'vdc' bus= 'virtio' />
</disk>
2012-11-22 22:10:41 +04:00
<controller type= 'usb' index= '0' />
2013-04-22 16:16:13 +04:00
<controller type= 'pci' index= '0' model= 'pci-root' />
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' />
2012-11-22 22:10:41 +04:00
</devices>
</domain>