public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Minneapolis Cluster Summit, July 29-30
@ 2004-07-05  6:09 Daniel Phillips
  2004-07-05 15:09 ` Christoph Hellwig
  0 siblings, 1 reply; 55+ messages in thread
From: Daniel Phillips @ 2004-07-05  6:09 UTC (permalink / raw)
  To: linux-kernel

Red Hat and (the former) Sistina Software are pleased to announce that 
we will host a two day kickoff workshop on GFS and Cluster 
Infrastructure in Minneapolis, July 29 and 30, not too long after OLS.  
We call this the "Cluster Summit" because it goes well beyond GFS, and 
is really about building a comprehensive cluster infrastructure for 
Linux, which will hopefully be a reality by the time Linux 2.8 arrives.  
If we want that, we have to start now, and we have to work like fiends, 
time is short.  We offer as a starting point, functional code for a 
half-dozen major, generic cluster subsystems that Sistina has had under 
development for several years.

This means not just a cluster filesystem, but cluster logical volume 
management, generic distributed locking, cluster membership services, 
node fencing, user space utilities, graphical interfaces and more.  Of 
course, it's all up for peer review.  Everybody is invited, and yes, 
that includes OCFS and Lustre folks too. Speaking as an honorary 
OpenGFS team member, we will be there in force.

Tentative agenda items:

   - GFS walkthrough: let's get hacking
   - GULM, the Grand Unified Lock Manager
   - Sistina's brand new Distributed Lock Manager
   - Symmetric Cluster Architecture walkthrough
   - Are we there yet?  Infrastructure directions
   - GFS: Great, it works!  What next?

Further details, including information on travel and hotel arrangements, 
will be posted over the next few days on the Red Hat sponsored 
community cluster page:

   http://sources.redhat.com/cluster/

Unfortunately, space is limited.  We feel we can accommodate about fifty 
people comfortably.  Registration is first come, first served.  The 
price is: Free!  (Of course.)  If you're interested, please email me.

Let's set our sights on making Linux 2.8 a true cluster operating 
system.

Regards,

Daniel

^ permalink raw reply	[flat|nested] 55+ messages in thread
[parent not found: <fa.io9lp90.1c02foo@ifi.uio.no>]
* Re: [ANNOUNCE] Minneapolis Cluster Summit, July 29-30
@ 2004-07-10 14:58 James Bottomley
  2004-07-10 16:04 ` David Teigland
  0 siblings, 1 reply; 55+ messages in thread
From: James Bottomley @ 2004-07-10 14:58 UTC (permalink / raw)
  To: David Teigland; +Cc: Linux Kernel

    gfs needs to run in the kernel.  dlm should run in the kernel since gfs uses it
    so heavily.  cman is the clustering subsystem on top of which both of those are
    built and on which both depend quite critically.  It simply makes most sense to
    put cman in the kernel for what we're doing with it.  That's not a dogmatic
    position, just a practical one based on our experience.
    
    
This isn't really acceptable.  We've spent a long time throwing things
out of the kernel so you really need a good justification for putting
things in again.  "it makes sense" and "its just practical" aren't
sufficient.

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?

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?

So do you have a justification for requiring these as kernel components?

James




^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2004-07-27  5:56 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-05  6:09 [ANNOUNCE] Minneapolis Cluster Summit, July 29-30 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
     [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-10 14:58 James Bottomley
2004-07-10 16:04 ` David Teigland
2004-07-10 16:26   ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox