Jump to: navigation, search

Difference between revisions of "Meetings/NovaScheduler"

(Agenda for next meeting)
(Agenda for next meeting)
Line 19: Line 19:
 
* Open discussion
 
* Open discussion
 
** Summit topic ideas?
 
** Summit topic ideas?
** Cells awareness in scheduler.
+
** Cells awareness in scheduler (alaski)
 
*** For the most part the scheduler should be unaware of cells, however when rescheduling or migrating an instance the scheduler needs to only consider hosts within the same cell the instance is currently. How best to accomplish this?
 
*** For the most part the scheduler should be unaware of cells, however when rescheduling or migrating an instance the scheduler needs to only consider hosts within the same cell the instance is currently. How best to accomplish this?
 
*** My initial idea is to have hosts report their cell when providing info to the scheduler and add a CellFilter that can be used for situations that require it.
 
*** My initial idea is to have hosts report their cell when providing info to the scheduler and add a CellFilter that can be used for situations that require it.

Revision as of 13:33, 4 October 2016

Weekly Nova Scheduler team meeting

MEETING TIME: Mondays 14:00 UTC (#openstack-meeting-alt)

This meeting is a weekly gathering of developers working on the Nova Scheduler subteam. We cover topics such as development focus, status, bugs, reviews, and other current topics worthy of real-time discussion.

NOTE: this wiki page should be 'emptied' at the end of each meeting.

Next meetings scheduled for:

Agenda for next meeting

  • Specs & Reviews
    • TBD
  • Open discussion
    • Summit topic ideas?
    • Cells awareness in scheduler (alaski)
      • For the most part the scheduler should be unaware of cells, however when rescheduling or migrating an instance the scheduler needs to only consider hosts within the same cell the instance is currently. How best to accomplish this?
      • My initial idea is to have hosts report their cell when providing info to the scheduler and add a CellFilter that can be used for situations that require it.

Previous meetings