Thanks Galina,

It looks like that patch takes care of the disk (block) driver. But I
don't see any virtio net driver additions. Please correct me if I'm
wrong.

Something to add the model portion:

    <interface type='bridge'>
      <mac address='00:00:00:00:00:00'/>
      <source bridge='virbr7'/>
      <model type='virtio'/>
    </interface>


On Tue, Jul 6, 2010 at 3:23 PM, Galia Lisovskaya <[email protected]> wrote:
> I add some times ago
>
> patch: 
> http://git.fedorahosted.org/git/?p=cobbler;a=commit;h=e90b2e308ec7cd66106e04a7ea52cec296260596
>
> As i know, it's  will be released in future release.
>
> 2010/7/6 Nicholas Schuetz <[email protected]>:
>> 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
>>
>
>
>
> --
> Galina Lisovskaya
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to