Jump to: navigation, search

GSoC2014/Scheduler/ScalableScheduler

< GSoC2014
Revision as of 16:55, 14 February 2014 by Debo~ Dutta (talk | contribs) (Created page with "{| class="wikitable" |- | Difficulty || Hard |- | Topics || testing, tempest |- | Mentor || Debo~, Yathi, Boris? |} The scheduler today is not very scalable when the size of ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Difficulty Hard
Topics testing, tempest
Mentor Debo~, Yathi, Boris?

The scheduler today is not very scalable when the size of the Openstack deployment becomes large. This project will first benchmark existing scheduler code and figure out ways to optimize the scheduler. One of the things that has been done is to use memcached like layer to store the data from nova. Another way is to connect the memcached layer to a forklifted scheduler and make it scalable (using multiple threads or scaling out).