Hello,

Is there a way to specify virtio disk and net drivers when creating a
kvm virtual machine using koan + cobbler? I'm finding that when qemu
is selected as the "Virt Type" within cobbler it defaults to a disk
having an "ide" bus and no virtio model for the net interface.

/etc/libvirt/qemu/myhost.xml:

    <disk type='file' device='disk'>
      <driver name='qemu' cache='none'/>
      <source file='/path-to/my-disk0'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <interface type='bridge'>
      <mac address='00:00:00:00:00:00'/>
      <source bridge='virbr7'/>
    </interface>

I am not able to find a way to change these targets/sources to virtio
on creation of these vm's. Is there a way? If so, how? If not, is
there a plan to get this functionality into cobbler?


Regards,

Nick
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to