<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 10, 2013 at 3:11 PM, Dugger, Donald D <span dir="ltr"><<a href="mailto:donald.d.dugger@intel.com" target="_blank">donald.d.dugger@intel.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Current list of topics we're going over is:<br>
<br>
1)   Extending data in host state<br>
2)   Utilization based scheduling<br>
3)   Whole host allocation capability<br>
4)   Coexistence of different schedulers<br>
5)   Rack aware scheduling<br>
6)   List scheduler hints via API<br>
7)   Host directory service<br>
8)   The future of the scheduler<br>
9)   Network bandwisth aware scheduling (and wider aspects)<br>
10) ensembles/vclusters<br>
<br>
We've done a first pass over all of these so next will be follow ups to see where we are.  But first, a new issue was raised at the last meeting:<br>
<br>
11) Scheduler scalability<br>
<br>
The assertion was that BlueHost has created an OpenStack cluster with ~16,000 nodes and the scheduler didn't scale, they had to throw it out completely and just put in a simple random selection scheduler.  Obviously scalability of the scheduler is a concern so I'd like to spend this meeting discussing this topic.  (If someone from BlueHost could attend that would be great).<br>

</blockquote><div><br></div><div><br></div><div style>This is what I am basing my information on (<a href="http://www.openstack.org/summit/portland-2013/session-videos/presentation/using-openstack-in-a-traditional-hosting-environment">http://www.openstack.org/summit/portland-2013/session-videos/presentation/using-openstack-in-a-traditional-hosting-environment</a> starting at 9:45). Compute nodes broadcast updates to the schedulers every minute which for 16k nodes is 266 messages a second (on average).  And with the scheduler being single threaded, processing these messages will keep the scheduler(s) very busy just processing compute broadcasts.  </div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
--<br>
Don Dugger<br>
"Censeo Toto nos in Kansa esse decisse." - D. Gale<br>
Ph: 303/443-3786<br>
<br>
<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div></div>