Re: KVM vm template with nicadapter vmxnet3

2020-07-16 Thread Riepl, Gregor (SWISS TXT)
ee no reason why it shouldn't work. From: El Nino Sent: 15 July 2020 20:57 To: users@cloudstack.apache.org Subject: Re: KVM vm template with nicadapter vmxnet3 Hi Riepl Gregor, Yes, my problem is from Cloudstack side and what i’am looking for is how to

Re: KVM vm template with nicadapter vmxnet3

2020-07-15 Thread El Nino
Regards, > Gregor > ____________ > From: El Nino > Sent: 13 July 2020 16:16 > To: users@cloudstack.apache.org > Subject: Re: KVM vm template with nicadapter vmxnet3 > > Hi Riepl Gregor, > > Thank you for you message. > > Maybe you are rig

Re: KVM vm template with nicadapter vmxnet3

2020-07-15 Thread Riepl, Gregor (SWISS TXT)
Regards, Gregor From: El Nino Sent: 13 July 2020 16:16 To: users@cloudstack.apache.org Subject: Re: KVM vm template with nicadapter vmxnet3 Hi Riepl Gregor, Thank you for you message. Maybe you are right, I don’t know. But today i have the application running on a qemu/kvm host with

Re: KVM vm template with nicadapter vmxnet3

2020-07-13 Thread El Nino
is no vmxnet3 support in KVM. KVM provides its own paravirtualized > network interface, called virtio_network: > https://www.linux-kvm.org/page/Paravirtualized_networking > > If you have an application that requires paravirtualized networking, you > should use this. > If your a

Re: KVM vm template with nicadapter vmxnet3

2020-07-13 Thread Riepl, Gregor (SWISS TXT)
ds, Gregor From: El Nino Sent: 13 July 2020 10:47 To: users@cloudstack.apache.org Subject: Re: KVM vm template with nicadapter vmxnet3 Hi, Thank you for you answer, but what i’am looking for is to use the vmxnet3 adapter with kvm vm and avoid to use the default

Re: KVM vm template with nicadapter vmxnet3

2020-07-13 Thread El Nino
Hi, Thank you for you answer, but what i’am looking for is to use the vmxnet3 adapter with kvm vm and avoid to use the default e1000. I have some applications that only work with vmxnet3 and not e1000 or RTL8139. Kvm is compatible with vmxnet3 and on the LibVirtVMDef.java we have the vmxnet3

Re: KVM vm template with nicadapter vmxnet3

2020-07-13 Thread Michael Kesper
Hi. Am 12.07.20 um 20:27 schrieb El Nino: > I need to create a kvm vm template with vmxnet3 nic adapter but I'm not > able to do this. I know this is possible for VMware clusters but the option > is not available for kvm template. vmxnet3 is the name of a VMWare adapter. KVM NIC names differ. Hav

KVM vm template with nicadapter vmxnet3

2020-07-12 Thread El Nino
Hi, I need to create a kvm vm template with vmxnet3 nic adapter but I'm not able to do this. I know this is possible for VMware clusters but the option is not available for kvm template. Maybe we can do it with api/cloudmonkey ? Could you help me with this ? Regards,