<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-25 1:38 GMT+02:00 Jay Lau <span dir="ltr"><<a href="mailto:jay.lau.513@gmail.com" target="_blank">jay.lau.513@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Seems <a href="http://summit.openstack.org/cfp/details/262" target="_blank">http://summit.openstack.org/cfp/details/262</a> can cover this? Thanks.<br>
</div><div class="gmail_extra"><br></div></blockquote><div><br></div><div>Well, that will depend on the number of sessions we could get. This #262 proposal was agreed to be merged with #140 if no enough slots.</div><div><br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote">2014-04-25 5:09 GMT+08:00 Sylvain Bauza <span dir="ltr"><<a href="mailto:sylvain.bauza@gmail.com" target="_blank">sylvain.bauza@gmail.com</a>></span>:<div>
<div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"><br>
Le 24 avr. 2014 19:20, "Henrique Truta" <<a href="mailto:henriquecostatruta@gmail.com" target="_blank">henriquecostatruta@gmail.com</a>> a écrit :</p><div><br>
><br>
> Donald,<br>
><br>
> By "selection", I think Jenny means identifying whether and which active VM should be migrated, once the current Nova scheduler only deals with the VM in the momment of its creation or with a specific user input.<br>



><br></div><p></p>
<p dir="ltr">As Don said, we're beginning the process to spin-off the scheduler by defining a line in the sand in between the sched and other Nova bits.</p>
<p dir="ltr">That's the first step before the real fork which will lead to a separate project standing by its own, Gantt. Having that said, the scope of Gantt is currently still subject to discussion, which will happen during a Summit design session.</p>



<p dir="ltr">Regarding the need to have a dynamic scheduler acting also on notifications and not only on boot requests, that could be seen either as part to Gantt, or a separate service which would send request to Gantt for selecting destinations. IMHO, with respect to the timeline, I would like to see the finale endpoint going to Gantt, with a temporary Stackforge project if necessary.</p>



<p dir="ltr">Again, IMHO, this feature request deserves its own session proposal for the Summit. As the deadline has passed for submissions, we need to know if that has been proposed yet so we could add it as subject of interest for Gantt in an etherpad.</p>



<p dir="ltr">Thanks,<br>
-Sylvain</p><div><div>
<p dir="ltr">><br>
> 2014-04-24 12:08 GMT-03:00 Dugger, Donald D <<a href="mailto:donald.d.dugger@intel.com" target="_blank">donald.d.dugger@intel.com</a>>:<br>
><br>
>> Jenny-<br>
>><br>
>>  <br>
>><br>
>> You should look at the `Propose Scheduler Library blueprint’:<br>
>><br>
>>  <br>
>><br>
>>                 <a href="https://review.openstack.org/#/c/82133/9" target="_blank">https://review.openstack.org/#/c/82133/9</a><br>
>><br>
>>  <br>
>><br>
>> This BP is to create a client library for making calls to the scheduler.  If you base your work upon this library then you shouldn’t need to care about whether the Core Scheduler is the Nova integrated scheduler or the Gantt separated scheduler, the library will call `a` scheduler as appropriate.<br>



>><br>
>>  <br>
>><br>
>> Having said that, I’m not sure I understand the distinction you are seeing between `selection’ and `placement’.  The current scheduler filters all hosts based upon filters (the selection part) and then the weighting function finds the best node to host the VM (the placement part).  Seems to me the current scheduler does both of those tasks.  (We can argue the effectiveness/efficiency of the current implementation but I think it’s functionally complete.)<br>



>><br>
>>  <br>
>><br>
>> Also, have you proposed a session at the Juno summit on your proposal for dynamic scheduling, seems like it would be appropriate.<br>
>><br>
>>  <br>
>><br>
>> --<br>
>><br>
>> Don Dugger<br>
>><br>
>> "Censeo Toto nos in Kansa esse decisse." - D. Gale<br>
>><br>
>> Ph: <a href="tel:303%2F443-3786" value="+13034433786" target="_blank">303/443-3786</a><br>
>><br>
>>  <br>
>><br>
>> From: Jiangying (Jenny) [mailto:<a href="mailto:jenny.jiangying@huawei.com" target="_blank">jenny.jiangying@huawei.com</a>] <br>
>> Sent: Thursday, April 24, 2014 3:36 AM<br>
>> To: OpenStack Development Mailing List (not for usage questions)<br>
>> Subject: Re: [openstack-dev] [nova][ceilometer][gantt] Dynamic scheduling<br>
>><br>
>>  <br>
>><br>
>> Hi,<br>
>><br>
>> We have checked that gantt now just made a synced up copy of the code in nova.<br>
>><br>
>> We still think dynamic scheduling will be a benefit of the nova scheduler (or gantt later). The main difference between static and dynamic scheduling is that static scheduling is a vm placement problem, while dynamic scheduling deals with both vm selection and vm placement.<br>



>><br>
>>  <br>
>><br>
>> Our scheduling mechanism consists of three parts:<br>
>><br>
>> 1.   Controller, which triggers the scheduling;<br>
>><br>
>> 2.   Data Collector, which collects the resource usage and topo for scheduling;<br>
>><br>
>> 3.   Core Scheduler, which decides how to schedule the vms;<br>
>><br>
>>  <br>
>><br>
>> We prefer to reuse the nova scheduler as the Core Scheduler, in order to avoid the possible inconsistent between static scheduling and dynamic scheduling. The vm selection function will be added into nova scheduler. For Data Collector, we expect to get the performance data from ceilometer and topo from nova.<br>



>><br>
>>  <br>
>><br>
>> There is still one question that where the controller should be implemented?<br>
>><br>
>> We regard implementing the controller in nova scheduler as the first choice. And we also consider extending ceilometer.(Ie. When ceilometer discovers an overload host, an alarm can be reported and it can trigger a vm evacuate.)<br>



>><br>
>>  <br>
>><br>
>> Do you have any comments?<br>
>><br>
>>  <br>
>><br>
>> Jenny<br>
>><br>
>>  <br>
>><br>
>> 发件人: Henrique Truta [mailto:<a href="mailto:henriquecostatruta@gmail.com" target="_blank">henriquecostatruta@gmail.com</a>] <br>
>> 发送时间: 2014年4月12日 1:00<br>
>> 收件人: OpenStack Development Mailing List (not for usage questions)<br>
>> 主题: Re: [openstack-dev] [nova] Dynamic scheduling<br>
>><br>
>>  <br>
>><br>
>> Is there anyone currently working on Neat/Gantt projects? I'd like to contribute to them, as well.<br>
>><br>
>>  <br>
>><br>
>> 2014-04-11 11:37 GMT-03:00 Andrew Laski <<a href="mailto:andrew.laski@rackspace.com" target="_blank">andrew.laski@rackspace.com</a>>:<br>
>><br>
>> On 04/10/14 at 11:33pm, Oleg Gelbukh wrote:<br>
>><br>
>> Andrew,<br>
>><br>
>> Thank you for clarification!<br>
>><br>
>><br>
>> On Thu, Apr 10, 2014 at 3:47 PM, Andrew Laski <<a href="mailto:andrew.laski@rackspace.com" target="_blank">andrew.laski@rackspace.com</a>>wrote:<br>
>><br>
>><br>
>><br>
>> The scheduler as it currently exists is a placement engine.  There is<br>
>> sufficient complexity in the scheduler with just that responsibility so I<br>
>> would prefer to see anything that's making runtime decisions separated out.<br>
>>  Perhaps it could just be another service within the scheduler project once<br>
>> it's broken out, but I think it will be beneficial to have a clear<br>
>> distinction between placement decisions and runtime monitoring.<br>
>><br>
>><br>
>><br>
>> Do you think that auto-scaling could be considered another facet of this<br>
>> 'runtime monitoring' functionality? Now it is a combination of Heat and<br>
>> Ceilometer. Does it worth moving to hypothetical runtime mobility service<br>
>> as well?<br>
>><br>
>>  <br>
>><br>
>> Auto-scaling is certainly a facet of runtime monitoring.  But auto-scaling performs actions based on a set of user defined rules and is very visible while the enhancements proposed below are intended to benefit deployers and be very invisible to users.  So the set of allowable actions is very constrained compared to what auto-scaling can do.  <br>



>> In my opinion what's being proposed doesn't seem to fit cleanly into any existing service, so perhaps it could start as a standalone entity.  Then once there's something that can be used and demoed a proper place might suggest itself, or it might make sense to keep it separate.<br>



>><br>
>>  <br>
>><br>
>><br>
>> --<br>
>> Best regards,<br>
>> Oleg Gelbukh<br>
>><br>
>>  <br>
>><br>
>> --<br>
>> Best regards,<br>
>> Oleg Gelbukh<br>
>><br>
>><br>
>> On Wed, Apr 9, 2014 at 7:47 PM, Jay Lau <<a href="mailto:jay.lau.513@gmail.com" target="_blank">jay.lau.513@gmail.com</a>> wrote:<br>
>><br>
>>  @Oleg, Till now, I'm not sure the target of Gantt, is it for initial<br>
>><br>
>> placement policy or run time policy or both, can you help clarify?<br>
>><br>
>> @Henrique, not sure if you know IBM PRS (Platform Resource Scheduler)<br>
>> [1],<br>
>> we have finished the "dynamic scheduler" in our Icehouse version (PRS<br>
>> 2.2),<br>
>> it has exactly the same feature as your described, we are planning a live<br>
>> demo for this feature in Atlanta Summit. I'm also writing some document<br>
>> for<br>
>> run time policy which will cover more run time policies for OpenStack,<br>
>> but<br>
>> not finished yet. (My shame for the slow progress). The related blueprint<br>
>> is [2], you can also get some discussion from [3]<br>
>><br>
>> [1]<br>
>> <a href="http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=" target="_blank">http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=</a><br>
>> AN&subtype=CA&htmlfid=897/ENUS213-590&appname=USN<br>
>> [2]<br>
>> <a href="https://blueprints.launchpad.net/nova/+spec/resource-" target="_blank">https://blueprints.launchpad.net/nova/+spec/resource-</a><br>
>> optimization-service<br>
>> [3] <a href="http://markmail.org/~jaylau/OpenStack-DRS" target="_blank">http://markmail.org/~jaylau/OpenStack-DRS</a><br>
>><br>
>> Thanks.<br>
>><br>
>><br>
>> 2014-04-09 23:21 GMT+08:00 Oleg Gelbukh <<a href="mailto:ogelbukh@mirantis.com" target="_blank">ogelbukh@mirantis.com</a>>:<br>
>><br>
>> Henrique,<br>
>><br>
>><br>
>> You should check out Gantt project [1], it could be exactly the place to<br>
>> implement such features. It is a generic cross-project Scheduler as a<br>
>> Service forked from Nova recently.<br>
>><br>
>> [1] <a href="https://github.com/openstack/gantt" target="_blank">https://github.com/openstack/gantt</a><br>
>><br>
>> --<br>
>> Best regards,<br>
>> Oleg Gelbukh<br>
>> Mirantis Labs<br>
>><br>
>><br>
>> On Wed, Apr 9, 2014 at 6:41 PM, Henrique Truta <<br>
>> <a href="mailto:henriquecostatruta@gmail.com" target="_blank">henriquecostatruta@gmail.com</a>> wrote:<br>
>><br>
>>  Hello, everyone!<br>
>><br>
>><br>
>> I am currently a graduate student and member of a group of contributors<br>
>> to OpenStack. We believe that a dynamic scheduler could improve the<br>
>> efficiency of an OpenStack cloud, either by rebalancing nodes to<br>
>> maximize<br>
>> performance or to minimize the number of active hosts, in order to<br>
>> minimize<br>
>> energy costs. Therefore, we would like to propose a dynamic scheduling<br>
>> mechanism to Nova. The main idea is using the Ceilometer information<br>
>> (e.g.<br>
>> RAM, CPU, disk usage) through the ceilometer-client and dinamically<br>
>> decide<br>
>> whether a instance should be live migrated.<br>
>><br>
>> This might me done as a Nova periodic task, which will be executed<br>
>> every<br>
>> once in a given period or as a new independent project. In both cases,<br>
>> the<br>
>> current Nova scheduler will not be affected, since this new scheduler<br>
>> will<br>
>> be pluggable. We have done a search and found no such initiative in the<br>
>> OpenStack BPs. Outside the community, we found only a recent IBM<br>
>> announcement for a similiar feature in one of its cloud products.<br>
>><br>
>> A possible flow is: In the new scheduler, we periodically make a call<br>
>> to<br>
>> Nova, get the instance list from a specific host and, for each<br>
>> instance, we<br>
>> make a call to the ceilometer-client (e.g. $ ceilometer statistics -m<br>
>> cpu_util -q resource=$INSTANCE_ID) and then, according to some specific<br>
>> parameters configured by the user, analyze the meters and do the proper<br>
>> migrations.<br>
>><br>
>> Do you have any comments or suggestions?<br>
>><br>
>> --<br>
>> Ítalo Henrique Costa Truta<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>><br>
>> --<br>
>> Thanks,<br>
>><br>
>> Jay<br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>>  _______________________________________________<br>
>><br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>>><br>
>>>  <br>
>>><br>
>>> _______________________________________________<br>
>>> OpenStack-dev mailing list<br>
>>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>><br>
>> --<br>
>> Ítalo Henrique Costa Truta<br>
>><br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
>><br>
><br>
><br>
><br>
> -- <br>
> --<br>
> Ítalo Henrique Costa Truta<br>
><br>
><br>
><br>
> _______________________________________________<br>
> OpenStack-dev mailing list<br>
> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
><br>
</p>
</div></div><br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
<br></blockquote></div></div></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div dir="ltr"><div>Thanks,<br><br></div>Jay<br></div>
</font></span></div>
<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>
<br></blockquote></div><br></div></div>