[ovirt-users] Re: high load on hosts

2018-10-24 Thread Fabrice Bacchella


> Le 23 oct. 2018 à 16:30, Oliver Riesener  a 
> écrit :
> 
> Yes, you are right, load 30 with a 2 CPU VM is nearly impossible.
> 
Load on linux is a poor indicator, Brendan explan why: 
http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A3BPDDF7T33HXYFP5JCEMZG43YE7JWLM/


[ovirt-users] Re: high load on hosts

2018-10-23 Thread Oliver Riesener

Yes, you are right, load 30 with a 2 CPU VM is nearly impossible.

In the past, there where a issue with a defect HD and a failing
resync on glusterfs here in the list.

- Take a look deeper look on your ovirt-node(s)

-- Systemcalls with (seeing kernel und userspace syscalls):

# perf top

- IO with:

# iotop

- Processes with:

# htop


Ansible Script to install the tools:

---
#
# Install Additional Packages on Centos 7 machines
# Possible Repos: base,updates,extras,centosplus
#
- hosts:
  - ovirt-nodes
  gather_facts: False
  tasks:
  - name: Install additional Packages
    yum:
  enablerepo: base
  name:
    - perf
    - iotop
  state: present

  - name: Install additional remote Packages
    yum:
  name:
    - 
https://kojipkgs.fedoraproject.org/packages/htop/2.2.0/1.el7/x86_64/htop-2.2.0-1.el7.x86_64.rpm

  state: present
...


On 10/19/18 2:46 PM, Jayme wrote:
I'm wondering how I can best limit the ability of VMs to overrun the 
load on hosts.  I have a fairly stock 4.2 HCI setup with three well 
spec'ed servers, 10Gbe/SSDs, plenty of ram and CPU with only a hand 
full of light use VMs.  I notice when the occasional demanding job is 
run on a VM I'm seeing load average on host node shoot up in to the 
20-30s, how can a single "medium" vm cause host load to rise so high?




___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LVSVFSI2KXURMXHQXYDAAUU5JCLG53MM/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SGZLBID42X2LSAD76YYQGMCSCZ6KUYHF/


[ovirt-users] Re: high load on hosts

2018-10-21 Thread Donny Davis
What is the workload from the VM? Is it an IO bound workload?

On Sun, Oct 21, 2018 at 9:19 AM Jayme  wrote:

> Yes I understand how virtualization works, but what I'm saying is that my
> hosts each have 16 cores, 256gb ram, 10GBe networking and all SSD storage
> with VMs allocation only a fraction of the available resources, yet high
> load on a single VM with 2 cpus and 4gb ram allocated can cause the host
> load to rise above 30. I'm trying to determine why one VM with limited
> resources can cause the load on the host to go up so much.
>
> On Sat, Oct 20, 2018 at 8:32 PM Donny Davis  wrote:
>
>> Also the nature of Converged compute and storage will cause more usage on
>> a host than you are used to seeing... Storage costs cpu/ram cycles too
>>
>> On Sat, Oct 20, 2018 at 7:29 PM Donny Davis  wrote:
>>
>>> I am not trying to be sarcastic here, but the host resources are
>>> controlled by what you allocate to the vm... that is kinda how
>>> virtualization works
>>>
>>> On Fri, Oct 19, 2018 at 8:47 AM Jayme  wrote:
>>>
 I'm wondering how I can best limit the ability of VMs to overrun the
 load on hosts.  I have a fairly stock 4.2 HCI setup with three well spec'ed
 servers, 10Gbe/SSDs, plenty of ram and CPU with only a hand full of light
 use VMs.  I notice when the occasional demanding job is run on a VM I'm
 seeing load average on host node shoot up in to the 20-30s, how can a
 single "medium" vm cause host load to rise so high?


 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/LVSVFSI2KXURMXHQXYDAAUU5JCLG53MM/

>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FSO3BOWVQCB62OTZ6TRVTNZCK4YJJL2I/


[ovirt-users] Re: high load on hosts

2018-10-21 Thread Jayme
Yes I understand how virtualization works, but what I'm saying is that my
hosts each have 16 cores, 256gb ram, 10GBe networking and all SSD storage
with VMs allocation only a fraction of the available resources, yet high
load on a single VM with 2 cpus and 4gb ram allocated can cause the host
load to rise above 30. I'm trying to determine why one VM with limited
resources can cause the load on the host to go up so much.

On Sat, Oct 20, 2018 at 8:32 PM Donny Davis  wrote:

> Also the nature of Converged compute and storage will cause more usage on
> a host than you are used to seeing... Storage costs cpu/ram cycles too
>
> On Sat, Oct 20, 2018 at 7:29 PM Donny Davis  wrote:
>
>> I am not trying to be sarcastic here, but the host resources are
>> controlled by what you allocate to the vm... that is kinda how
>> virtualization works
>>
>> On Fri, Oct 19, 2018 at 8:47 AM Jayme  wrote:
>>
>>> I'm wondering how I can best limit the ability of VMs to overrun the
>>> load on hosts.  I have a fairly stock 4.2 HCI setup with three well spec'ed
>>> servers, 10Gbe/SSDs, plenty of ram and CPU with only a hand full of light
>>> use VMs.  I notice when the occasional demanding job is run on a VM I'm
>>> seeing load average on host node shoot up in to the 20-30s, how can a
>>> single "medium" vm cause host load to rise so high?
>>>
>>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LVSVFSI2KXURMXHQXYDAAUU5JCLG53MM/
>>>
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HH647AVUGFTZI5IFXWO4ULPQCVBQNOJC/


[ovirt-users] Re: high load on hosts

2018-10-20 Thread Donny Davis
Also the nature of Converged compute and storage will cause more usage on a
host than you are used to seeing... Storage costs cpu/ram cycles too

On Sat, Oct 20, 2018 at 7:29 PM Donny Davis  wrote:

> I am not trying to be sarcastic here, but the host resources are
> controlled by what you allocate to the vm... that is kinda how
> virtualization works
>
> On Fri, Oct 19, 2018 at 8:47 AM Jayme  wrote:
>
>> I'm wondering how I can best limit the ability of VMs to overrun the load
>> on hosts.  I have a fairly stock 4.2 HCI setup with three well spec'ed
>> servers, 10Gbe/SSDs, plenty of ram and CPU with only a hand full of light
>> use VMs.  I notice when the occasional demanding job is run on a VM I'm
>> seeing load average on host node shoot up in to the 20-30s, how can a
>> single "medium" vm cause host load to rise so high?
>>
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LVSVFSI2KXURMXHQXYDAAUU5JCLG53MM/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/75KQZPYHDSXJKN3YCNTRII24VQAXF7JI/


[ovirt-users] Re: high load on hosts

2018-10-20 Thread Donny Davis
I am not trying to be sarcastic here, but the host resources are controlled
by what you allocate to the vm... that is kinda how virtualization works

On Fri, Oct 19, 2018 at 8:47 AM Jayme  wrote:

> I'm wondering how I can best limit the ability of VMs to overrun the load
> on hosts.  I have a fairly stock 4.2 HCI setup with three well spec'ed
> servers, 10Gbe/SSDs, plenty of ram and CPU with only a hand full of light
> use VMs.  I notice when the occasional demanding job is run on a VM I'm
> seeing load average on host node shoot up in to the 20-30s, how can a
> single "medium" vm cause host load to rise so high?
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LVSVFSI2KXURMXHQXYDAAUU5JCLG53MM/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WDMWM2UFLJ4D2RDIQ64VGKJ4IFIPKIOL/