Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-18 Thread Khanh-Toan Tran
ailing List (not for usage questions) Objet : Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder Boris Pavlovic < <mailto:bpavlo...@mirantis.com> bpavlo...@mirantis.com> wrote on 18/11/2013 08:31:20 AM: > Actually schedulers

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-18 Thread Alex Glikson
Boris Pavlovic wrote on 18/11/2013 08:31:20 AM: > Actually schedulers in nova and cinder are almost the same. Well, this is kind of expected, since Cinder scheduler started as a copy-paste of the Nova scheduler :-) But they already started diverging (not sure whether this is necessarily a bad

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-17 Thread Boris Pavlovic
n you didn't mention Neutron? > > Also, there are some interesting technical challenges (e.g., state > > management across potentially large number of instances of memcached). > > > > Thanks, > > Alex > > > > > > Boris Pavlovic wrote on 10/11/2013 07:05

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-17 Thread Alex Glikson
there are some interesting technical challenges (e.g., state > management across potentially large number of instances of memcached). > > Thanks, > Alex > > > Boris Pavlovic wrote on 10/11/2013 07:05:42 PM: > > > From: Boris Pavlovic > > To: "OpenStack De

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-15 Thread Boris Pavlovic
t; management across potentially large number of instances of memcached). > > Thanks, > Alex > > > Boris Pavlovic wrote on 10/11/2013 07:05:42 PM: > > > From: Boris Pavlovic > > To: "OpenStack Development Mailing List (not for usage questions)" > &g

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-10 Thread Alex Glikson
e questions)" > , > Date: 10/11/2013 07:07 PM > Subject: Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to > leverage oslo schduler/filters for nova and cinder > > Jay, > > Hi Jay, yes we were working about putting all common stuff in oslo- > sche

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-10 Thread Boris Pavlovic
Jay, Hi Jay, yes we were working about putting all common stuff in oslo-scheduler. (not only filters) As a result of this work we understood, that this is wrong approach. Because it makes result code very complex and unclear. And actually we didn't find the way to put all common stuff inside oslo

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-10 Thread Jay Lau
I noticed that there is already a bp in oslo tracing what I want to do: https://blueprints.launchpad.net/oslo/+spec/oslo-scheduler Thanks, Jay 2013/11/9 Jay Lau > Greetings, > > Now in oslo, we already put some scheduler filters/weights logic there and > cinder is using oslo scheduler filter

Re: [openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-09 Thread Davanum Srinivas
Jay, One quick comment. "cinder/openstack/common/scheduler" should have only files that are in "oslo-incubator/openstack/common/scheduler". So in #2, Can you please clarify what you mean? ("Move all filters/weight logic in cinder from cinder/scheduler to cinder/openstack/common/scheduler") thank

[openstack-dev] [nova][cinder][oslo][scheduler] How to leverage oslo schduler/filters for nova and cinder

2013-11-09 Thread Jay Lau
Greetings, Now in oslo, we already put some scheduler filters/weights logic there and cinder is using oslo scheduler filters/weights logic, seems we want both nova&cinder use this logic in future. Found some problems as following: 1) In cinder, some filters/weight logic reside in cinder/openstack