[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-10 Thread KISHOR K
Hi,

Yes, I checked that link already to make sure we have correct version.
Our Ovirt version is 4.3.10.4-1.el7.

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


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-10 Thread KISHOR K
Hello,

Thanks for the explanation. Appreciated.
I will check that.

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


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-10 Thread Martin Sivak
Hi,

As others told you already, this is the expected behavior. The reason
is very simple. All the VMs expect their allocated memory to be
available and might try to use it. And when that happens and the
memory is not there, the VMs will crash. That is not something you
typically want.

You can configure Memory over-commitment to allow this behavior.
Typically for desktop VMs that are not all using all the memory at the
same time. See for example the docs here
https://www.ovirt.org/documentation/administration_guide/#memory_optimization
and here 
https://www.ovirt.org/documentation/administration_guide/#Cluster_Optimization_Settings_Explained
for explanation.

I also recommend enabling at least one of Enable Memory Balloon
Optimization and/or KSM control to allow nodes to rebalance free
memory. You should also set the Guaranteed memory for VMs as explained
in the above links to limit ballooning aggressivity.

Best regards

--
Martin Sivak
ex-oVirt maintainer of this area

On Mon, Sep 7, 2020 at 9:38 PM KISHOR K  wrote:
>
> Hi All,
>
> I'm new to Ovirt and not having a perfect experience with Ovirt yet.
> I ran into a strange issue today when I tried to create a new VM with 32GB in 
> ovirt. VM creation basically due to an error, pasted below.
>
> Cannot run VM. There is no host that satisfies current scheduling 
> constraints. See below for details:, The host host-01 did not satisfy 
> internal filter Memory., The host host-01 did not satisfy internal filter 
> Memory.
>
> After some troubleshooting, I found that there was enough available memory 
> (around 120 GB free ) in the host to host new VM and there were around 10 VMs 
> already running on this host.
> But, I noticed that ovirt is actually scheduling and creating VM based on 
> "Max free Memory for scheduling new VMs" value, which seems to be set/updated 
> based on total allocated memory for all VMs running on the host and it's not 
> really the then consumed memory by running VMs.
>
> Can anyone help to explain if it is some kind of bug in ovirt or it expected 
> behavior?
> If it is expected behavior, is there any possibility to change it to make 
> sure VM is created based on actual free memory?
>
> Thanks a lot in advance for your support.
>
> /Kishore
>
>
>
> /Kishore
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/EZVZI225KR5YBOGI5HXPTYIX3Z3QDYHV/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3GWPRQTPXLU6J2ZDTVUHTI64IC3GVAUW/


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-10 Thread vinodkn--- via Users
Compute|Cluster|Edit your cluster| Optimization tab |Memory Optimization
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/52NCOHHDLM7SUYD53LEZ7YRFDNEED6XP/


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-10 Thread vinodkn--- via Users
What version of oVirt are you running, this seems to be an issue with older 
than 4.3.4 version. 

https://bugzilla.redhat.com/show_bug.cgi?id=1717007#c4
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FAZYZAMU3PLR3OLUYSJDMMOKJB66LS2X/


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-09 Thread KISHOR K
Could anyone help to answer this. Thanks !
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HCYXA33RSWJ565LIPIJKBPAU7NJYONIT/


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-08 Thread KISHOR K
Hello,

No, we have not made any such change.
Where is that done in ovirt ?

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


[ovirt-users] Re: Failed to create a new VM in ovirt due to "The host did not satisfy internal filter Memory" error

2020-09-07 Thread Dhanaraj Ramesh via Users
 did you change the memory over commitment to higher percentage? 
 On Tuesday, 8 September 2020, 03:38:23 am GMT+8, KISHOR K 
 wrote:  
 
 Hi All,

I'm new to Ovirt and not having a perfect experience with Ovirt yet.
I ran into a strange issue today when I tried to create a new VM with 32GB in 
ovirt. VM creation basically due to an error, pasted below. 

Cannot run VM. There is no host that satisfies current scheduling constraints. 
See below for details:, The host host-01 did not satisfy internal filter 
Memory., The host host-01 did not satisfy internal filter Memory.

After some troubleshooting, I found that there was enough available memory 
(around 120 GB free ) in the host to host new VM and there were around 10 VMs 
already running on this host.
But, I noticed that ovirt is actually scheduling and creating VM based on "Max 
free Memory for scheduling new VMs" value, which seems to be set/updated based 
on total allocated memory for all VMs running on the host and it's not really 
the then consumed memory by running VMs.

Can anyone help to explain if it is some kind of bug in ovirt or it expected 
behavior?
If it is expected behavior, is there any possibility to change it to make sure 
VM is created based on actual free memory?

Thanks a lot in advance for your support.

/Kishore
 


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