You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/07/24 15:24:25 UTC

[GitHub] wido commented on issue #2766: kvm: Agent should not check if remaining memory on host is sufficient

wido commented on issue #2766: kvm: Agent should not check if remaining memory on host is sufficient
URL: https://github.com/apache/cloudstack/pull/2766#issuecomment-407446953
 
 
   @rafaelweingartner Yes, it is being removed from the Agent.
   
   The old logic would sum up all the running VMs and then check if the remaining memory is enough. We however have a memory over commit ratio on the Management Server side which is not taken into account here.
   
   If the Management Server thinks (which is leading) that the Instance can start there, it should be started.
   
   Concurrency, I'm not aware. The mgmt server locks its tables, right? So you won't have those happening on the same host I'm assuming.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services