VM's network adapter speed

2019-04-03 Thread Fariborz Navidan
Hello folks, When I was on VMware, a windows VM was showing network connectivity speed on its network adapter as 10Gbps Full Duplex. But on KVM, it shows as 1Gbps Full Duplex. It means on ESXi I could get 10Gbps inter-VM network speed but on KVM I get 1Gbps inter-VM network speed. Is there any set

Re: VM's network adapter speed

2019-04-03 Thread Simon Weller
Fariborz, Are you using the virtio-net para-virtualized drivers? The virtio-net driver makes the OS aware that the drive is not physical and won't limit you to a connection speed. -Si From: Fariborz Navidan Sent: Wednesday, April 3, 2019 8:15 AM To: users@cloud

Re: VM's network adapter speed

2019-04-03 Thread Andrija Panic
As Simon said ^^^ I was getting 13Gbps on 10Gbps NIC in KVM, long time ago... On Wed, 3 Apr 2019 at 15:28, Simon Weller wrote: > Fariborz, > > Are you using the virtio-net para-virtualized drivers? The virtio-net > driver makes the OS aware that the drive is not physical and won't limit > you to

NullPointerException when deleting pod

2019-04-03 Thread Kevin Heseler
Hi guys, I have an issue when deleting one of my pods. The UI is loading forever and after a reload it is still there, when clicking delete this NullPointerException appears in the management.log. Currently running 4.12 on Bionic. 2019-04-03 15:25:49,829 DEBUG [c.c.a.ApiServlet] (qtp858242339

Re: NullPointerException when deleting pod

2019-04-03 Thread Simon Weller
Hi Kevin, Can you fill this as a bug please - https://github.com/apache/cloudstack/issues If you could provide the steps to reproduce this, that would be really helpful as well. -Si From: Kevin Heseler Sent: Wednesday, April 3, 2019 8:59 AM To: users@cloudstac

Re: NullPointerException when deleting pod

2019-04-03 Thread Kevin Heseler
Hi, I will gladly do that, however I cannot reproduce this as of now. New pods are deleted just fine. Best, Kevin

Shutdown VM

2019-04-03 Thread Alex Kendi Adati
Hello, I need help from the community. I need to know if it's possible to shut down a VM Windows Server guest OS by the user on the operating system? (for example, by the command line shutdown -s or by the shutdown in the menu start) When the VM is turned off this way, it shuts off but after a few

Re: Shutdown VM

2019-04-03 Thread Matheus Fontes
Hi, You should be using a computer offering with HA enabled. When you’re using this option, cloudstack will start vm until you shutdown it by cloudstack interface (UI or api). > On 3 Apr 2019, at 14:36, Alex Kendi Adati wrote: > > Hello, > > I need help from the community. > I need to know i