From: James Bottomley <James.Bottomley@SteelEye.com>
To: David Teigland <teigland@redhat.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [ANNOUNCE] Minneapolis Cluster Summit, July 29-30
Date: 10 Jul 2004 11:26:44 -0500 [thread overview]
Message-ID: <1089476805.1750.54.camel@mulgrave> (raw)
In-Reply-To: <20040710160409.GA19471@redhat.com>
On Sat, 2004-07-10 at 11:04, David Teigland wrote:
> The "it" refers to gfs. This means gfs doesn't make a lot of sense and isn't
> very practical without it. I'm not the one to speculate on what gfs would
> become otherwise, others would do that better.
This is what you actually said:
> It simply makes most sense to put cman in the kernel for
> what we're doing with it.
I interpret that to mean you think cman (your cluster manager) should be
in the kernel. Is this incorrect?
>
> > You also face two other additional hurdles:
> >
> > 1) GFS today uses a user space DLM. What critical problems does this have
> > that you suddenly need to move it all into the kernel?
>
> GFS does not use a user space dlm today. GFS uses the client-server gulm lock
> manager for which the client (gfs) side runs in the kernel and the gulm server
> runs in userspace on some other node. People have naturally been averse to
> using servers like this with gfs for a long time and we've finally created the
> serverless dlm (a la VMS clusters). For many people this is the only option
> that makes gfs interesting; it's also what the opengfs group was doing.
OK, whatever you choose to call it, the previous lock manager used by
gfs was userspace.
OK, so why is a kernel based DLM the only option that makes GFS
interesting? What are the concrete advantages you achieve with a kernel
based DLM that you don't get with a user space one? There are plenty of
symmetric serverless userspace DLM implementations that follow the old
VMS (and even updated by Oracle) spec.
Steve Dake has already given a pretty compelling list of why you
shouldn't put the DLM and clustering in the kernel, what is the more
compelling list of reasons why it should be?
> This is a revealing discussion. We've worked hard to make gfs's lock manager
> independent from gfs itself so it could be useful to others and make gfs less
> monolithic. We could have left it embedded within the file system itself --
> that's what most other cluster file systems do. If we'd done that we would
> have avoided this objection altogether but with an inferior design. The fact
> that there's an independent lock manager to point at and question illustrates
> our success. The same goes for the cluster manager. (We could, of course, do
> some simple glueing together and make a monlithic system again :-)
I'm not questioning your goal, merely your in-kernel implementation.
Sharing is good. However things which are shared don't automatically
have to be in-kernel.
> > 2) We have numerous other clustering products for Linux, none of which (well
> > except the Veritas one) has any requirement at all on having pieces in the
> > kernel. If all the others operate in user space, why does yours need to be
> > in the kernel?
>
> If you want gfs in user space you don't want gfs; you want something different.
I didn't say GFS, I said "cluster products". That's the DLM and CMAN
pieces of your architecture.
Once you can convince us that CMAN et al should be in the kernel, the
next stage of the discussion would be the API. Several groups (like
GGL, SAF and OCF) have done API work for clusters. They were mostly
careful to select APIs that avoided mandating cluster policy. You seem
to have chosen a particular policy (voting quorate) to implement.
Again, that's a red flag. Policy should not be in the kernel; if we
all agree there should be in-kernel APIs for clustering then they should
be sufficiently abstracted to support all current cluster policies.
James
next prev parent reply other threads:[~2004-07-10 16:26 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-10 14:58 [ANNOUNCE] Minneapolis Cluster Summit, July 29-30 James Bottomley
2004-07-10 16:04 ` David Teigland
2004-07-10 16:26 ` James Bottomley [this message]
[not found] <fa.io9lp90.1c02foo@ifi.uio.no>
[not found] ` <fa.go9f063.1i72joh@ifi.uio.no>
2004-07-06 6:39 ` Aneesh Kumar K.V
-- strict thread matches above, loose matches on Subject: below --
2004-07-05 6:09 Daniel Phillips
2004-07-05 15:09 ` Christoph Hellwig
2004-07-05 18:42 ` Daniel Phillips
2004-07-05 19:08 ` Chris Friesen
2004-07-05 20:29 ` Daniel Phillips
2004-07-07 22:55 ` Steven Dake
2004-07-08 1:30 ` Daniel Phillips
2004-07-05 19:12 ` Lars Marowsky-Bree
2004-07-05 20:27 ` Daniel Phillips
2004-07-06 7:34 ` Lars Marowsky-Bree
2004-07-06 21:34 ` Daniel Phillips
2004-07-07 18:16 ` Lars Marowsky-Bree
2004-07-08 1:14 ` Daniel Phillips
2004-07-08 9:10 ` Lars Marowsky-Bree
2004-07-08 10:53 ` David Teigland
2004-07-08 14:14 ` Chris Friesen
2004-07-08 16:06 ` David Teigland
2004-07-08 18:22 ` Daniel Phillips
2004-07-08 19:41 ` Steven Dake
2004-07-10 4:58 ` David Teigland
2004-07-10 4:58 ` Daniel Phillips
2004-07-10 17:59 ` Steven Dake
2004-07-10 20:57 ` Daniel Phillips
2004-07-10 23:24 ` Steven Dake
2004-07-11 19:44 ` Daniel Phillips
2004-07-11 21:06 ` Lars Marowsky-Bree
2004-07-12 6:58 ` Arjan van de Ven
2004-07-12 10:05 ` Lars Marowsky-Bree
2004-07-12 10:11 ` Arjan van de Ven
2004-07-12 10:21 ` Lars Marowsky-Bree
2004-07-12 10:28 ` Arjan van de Ven
2004-07-12 11:50 ` Lars Marowsky-Bree
2004-07-12 12:01 ` Arjan van de Ven
2004-07-12 13:13 ` Lars Marowsky-Bree
2004-07-12 13:40 ` Nick Piggin
2004-07-12 20:54 ` Andrew Morton
2004-07-13 2:19 ` Daniel Phillips
2004-07-13 2:31 ` Nick Piggin
2004-07-27 3:31 ` Daniel Phillips
2004-07-27 4:07 ` Nick Piggin
2004-07-27 5:57 ` Daniel Phillips
2004-07-14 12:19 ` Pavel Machek
2004-07-15 2:19 ` Nick Piggin
2004-07-15 12:03 ` Marcelo Tosatti
2004-07-14 8:32 ` Pavel Machek
2004-07-12 4:08 ` Steven Dake
2004-07-12 4:23 ` Daniel Phillips
2004-07-12 18:21 ` Steven Dake
2004-07-12 19:54 ` Daniel Phillips
2004-07-13 20:06 ` Pavel Machek
2004-07-12 10:14 ` Lars Marowsky-Bree
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1089476805.1750.54.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=linux-kernel@vger.kernel.org \
--cc=teigland@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox