<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
 <BR>
Thanks.  I might try putting the GFS1 in the kernel tree... but quite frankly, adding bits to the kernel without a patch is a bit beyond my talents.<BR>
 <BR>
I've been using GFS2 for a project for some time.  It's GFS2 over DRBD.  The system is production, but the GFS2 filesystem on it isn't.  In fact, left mounted for a few weeks and untouched, it eventually zombies any process that tries to even 'ls' the filesystem... leading to a late night reboot.  Granted, this project has had a lot of side tracking... such as being shipped out with a fubar L2 switch.<BR>
 <BR>
I am building a second cluster for a separate project, and I can be more daring with this until it has to go production... the reason I'd like to give GFS1 a try.<BR>
 <BR>
I have used DRBD for years... but GFS/Cluster is still new to me.  To build the GFS2 volume, I followed the LinBit GFS2 documentation.  I recently looked at some of the DRBD_Cookbook and I noticed it uses fencing, whereas LinBit's doc doesn't use it.  My cluster.conf is short and sweet:<BR>
 <BR>
<?xml version="1.0"?><BR><cluster name="clust" config_version="1"><BR><clusternodes><BR><clusternode name="clust1a" nodeid="1"><BR></clusternode><BR><clusternode name="clust1b" nodeid="2"><BR></clusternode><BR></clusternodes><BR><logging to_stderr="yes"><BR><logger ident="CMAN" debug="on" to_stderr="yes"/><BR></logging><BR></cluster><BR>
 <BR>
Have I followed an oversimplified path?  Is it a case where I need the fencing as in the DRBD_Cookbook?  From the perspective of the LinBit GFS2 doc, Cluster is only used to get the DLM and CLVMD running.<BR>
 <BR>
Thanks in advance.<BR>
 <BR>
Stephen<BR>
<BR><BR>> ----- "Stephen Amadei" <stephenamadei@hotmail.com> wrote:<BR>> | Am I crazy or was there a GFS kernel patch that was needed to use GFS<BR>> | with 2.6.27.x/2.03.09?<BR>> | <BR>> | Now it looks like GFS is only available as a kernel module. Is there a<BR>> | way to patch this into the kernel?<BR>> | My kernels don't run modules.<BR>> | <BR>> | Thanks.<BR>> | <BR>> | Stephen<BR>> <BR>> Hi Stephen,<BR>> <BR>> AFAIK, gfs was always a kernel module. You might be able to patch it in<BR>> to the kernel source tree by hand, but I've never done it.<BR>> <BR>> There was a gfs patch to enable it to allocate files properly for newer<BR>> kernels, such as 2.6.27.x. That was just to do a little kernel catchup<BR>> in gfs1.<BR>> <BR>> On the other hand, GFS2 has been a part of the base kernel for a while<BR>> now, although it's still not considered production ready. I think the<BR>> version currently pulled into Linus's tree is pretty good. Steve<BR>> Whitehouse's "nmw" git tree in kernel.org has the latest/greatest GFS2<BR>> and should be fairly stable, although it's a moving target.<BR>> <BR>> Regards,<BR>> <BR>> Bob Peterson<BR>> Red Hat GFS<BR>> <BR>> --<BR>> Linux-cluster mailing list<BR>> Linux-cluster@redhat.com<BR>> https://www.redhat.com/mailman/listinfo/linux-cluster<BR><BR><br /><hr />Get more done, have more fun, and stay more connected with Windows Mobile®.  <a href='http://clk.atdmt.com/MRT/go/119642556/direct/01/' target='_new'>See how.</a></body>
</html>