Comment 4 for bug 360832

Revision history for this message
Mathias Gug (mathiaz) wrote :

And the associated libvirt file:

<domain type='kvm'>
        <name>jaunty-server-amd64-raid1</name>
        <uuid>1c3d9419-3c1d-493b-9ce7-c4a3cf6d1409</uuid>
        <memory>131072</memory>
        <vcpu>1</vcpu>
        <features>
                <acpi/>
        </features>
        <os>
                <type>hvm</type>
                <boot dev='hd' />

        </os>
        <clock offset='utc'/>
        <on_poweroff>destroy</on_poweroff>
        <on_reboot>reboot</on_reboot>
        <on_crash>destroy</on_crash>
        <devices>

                <!-- <disk type='file' device='disk'><source file='/home/mathiaz/vm/tests_isos/jaunty-server-amd64-raid1/vm//root1.qcow2'/><target dev='hda' bus='virtio'/></disk> -->
<disk type='file' device='disk'><source file='/home/mathiaz/vm/tests_isos/jaunty-server-amd64-raid1/vm//root2.qcow2'/><target dev='hdb' bus='virtio'/></disk>
                <disk type='file' device='cdrom'><source file='/home/mathiaz/vm/isos/9.04-20090414/jaunty-server-amd64.iso'/><target dev='hdc'/><readonly/></disk>
                <interface type='network'>
                        <mac address='52:54:00:a2:34:e9'/>
                        <source network='default' />
                        <model type='virtio'/>
                </interface>
                <graphics type='vnc' listen='0.0.0.0'/>
        </devices>
</domain>