← Back to team overview

openstack team mailing list archive

Re: Cells Status

 

Along this type of line, I know we've talked about it before.

But is cells the right way that we want to go? Not that it isn't, but possibly at the summit we can talk about it in detail before pushing it into trunk.

I still really like the idea of making nova-compute nodes more 'dumb', then having a 'global' scheduler service which controls allocates to those compute nodes. Something like the current nova-scheduler but not hooked into the MQ. U could almost think of this 'global' scheduler service hooking into all 'clusters' message queues and it would make the decisions about what nodes get scheduled where. What or how the 'global' scheduler works could be sharded, it could be hierarchal, but it wouldn't be tied to nova tightly. Which is what cells/zones (the previous attempt)/… seem to be. Perhaps a generic scheduling 'entity' where one of the resources is compute nodes would be the best thing overall to solve this (since volumes also need scheduling, networks probably could also and so on).

I just think in the long term that might be the best approach, but other thoughts are welcome…

From: Chris Behrens <cbehrens@xxxxxxxxxxxx<mailto:cbehrens@xxxxxxxxxxxx>>
Date: Wednesday, October 3, 2012 4:57 AM
To: Sam Morrison <sorrison@xxxxxxxxx<mailto:sorrison@xxxxxxxxx>>
Cc: "openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>" <openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>>, Chris Behrens <cbehrens@xxxxxxxxxxxx<mailto:cbehrens@xxxxxxxxxxxx>>
Subject: Re: [Openstack] Cells Status

Ok.  This took a lot longer to resolve than I expected, but here we go:

https://github.com/comstud/nova/tree/cells_service

This is rebased against trunk and contains a bunch of new things since the last branch:

Random fixes for things that trunk broke with cells (deleting instances for one)
RPC versioning (Thanks to Brian Elliott!)
Split Replies and Bandwidth Updates into their own queues to better deal with them
A number of admin API extensions modified to support cells (Thanks to Dragon, Alex Meade, Brian Lamar, Matt Sherborne, et al)
Snapshots/backups query glance in API cell (Thanks to Iccha)
Handle quotas in API cell  (Thanks to Johannes for fixes!)

Things are rapidly getting more kludgy because of changes in trunk that don't have any consideration for cells (because cells is not in trunk!).  I'm hoping we can get this into an acceptable shape such that we can get it merged ASAP.

- Chris


On Oct 2, 2012, at 10:13 PM, Sam Morrison <sorrison@xxxxxxxxx<mailto:sorrison@xxxxxxxxx>> wrote:

OK great, will be good to get this into master. I have some stuff relating to key pairs, security groups that I'd like to contribute.

Also we are looking at the ability for you to specify the cell when booting an instance.

Cheers,
Sam


On 02/10/2012, at 1:06 PM, Chris Behrens <cbehrens@xxxxxxxxxxxx<mailto:cbehrens@xxxxxxxxxxxx>> wrote:

Yup, it's done.  I just have to deal with some conflicts with our internal branch and my public one..


On Oct 1, 2012, at 7:47 PM, Sam Morrison <sorrison@xxxxxxxxx<mailto:sorrison@xxxxxxxxx>> wrote:

On 02/10/2012, at 12:33 PM, Chris Behrens <cbehrens@xxxxxxxxxxxx<mailto:cbehrens@xxxxxxxxxxxx>> wrote:

Thanks, Tom!  I have changes to push up that add rpc versioning, etc.  Maybe I can get those up tomorrow.

Great! I was going to start looking into it but will hold off if
you've already done it.

Cheers,
Sam




Follow ups

References