Re: Would SSI clustering extensions be of interest to kernel community?

From: Jesper Juhl
Date: Mon Oct 16 2006 - 10:24:56 EST


On 16/10/06, Constantine Gavrilov <constg@xxxxxxxxxxxx> wrote:
I have implemented SSI (single system image) clustering extensions to
Linux kernel in the form of a loadable module.

It roughly mimics OpenMosix model of deputy/remote split (migrated
processes leave a stub on the node where they were born and depend on
the "home" node for IO).

The implementation shares no code with Mosix/Open Mosix (was written
from scratch), is much smaller, and is easily portable to multiple
architectures.

We are considering publication of this code and forming an open source
project around it.

I have two questions to the community:

1) Is community interested in using this code? Do users require SSI
product in the era when everybody is talking about partitioning of
machines and not clustering?

Some users require SSI clustering and some just like playing with it.
In any case, more options than those available currently can only be
good :)

2) Are kernel maintainers interested in clustering extensions to Linux
kernel? Do they see any value in them? (Our code does not require kernel
changes, but we are willing to submit it for inclusion if there is
interest.)

I'm sure there's interrest in at least seeing it.
You should consider cleaning up your code according to
Documentation/CodingStyle first though (if it doesn't already follow
it) or your first batch of feedback is probably just going to be a
bunch of style cleanup requests ;)

--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/