From: David Teigland <teigland@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster-2.01.00
Date: Tue, 24 Jul 2007 13:09:18 -0500 [thread overview]
Message-ID: <20070724180917.GE6518@redhat.com> (raw)
----- Forwarded message from David Teigland <teigland@redhat.com> -----
Date: Tue, 24 Jul 2007 12:57:45 -0500
From: David Teigland <teigland@redhat.com>
To: linux-cluster@redhat.com
Message-ID: <20070724175744.GD6518@redhat.com>
Subject: [Linux-cluster] cluster-2.01.00
Reply-To: linux clustering <linux-cluster@redhat.com>
A new source tarball of cluster code from cvs head has been released. The
cluster tarballs are usually released for the latest released kernel
version, but in this case it's for 2.6.23-rc kernels. This is because of
the change to the dlm user/kernel interface which we've already begun
using in libdlm (see extra step below to install new dlm headers.)
ftp://sources.redhat.com/pub/cluster/releases/cluster-2.01.00.tar.gz
. start with 2.6.23(-rc) kernel
. change gfs2 to allow gfs1 to share its lock modules by adding these
three lines to the end of linux/fs/gfs2/locking.c
EXPORT_SYMBOL_GPL(gfs2_mount_lockproto);
EXPORT_SYMBOL_GPL(gfs2_unmount_lockproto);
EXPORT_SYMBOL_GPL(gfs2_withdraw_lockproto);
. In addition to building and installing the kernel and modules, you need
to install the new dlm headers, e.g.
cd /usr/src/linux;
make headers_install
cp /usr/src/linux/usr/include/linux/dlm* /usr/include/linux/
. openais 0.80.3 is required (openais.org)
cd openais-0.80.3
make; make install DESTDIR=/
. compile and install cluster-2.01.00
cd cluster-2.01.00
./configure --kernel_src=/usr/src/linux (--libdir=/usr/lib64 for x86-64)
make install
--
Linux-cluster mailing list
Linux-cluster at redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster
----- End forwarded message -----
reply other threads:[~2007-07-24 18:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20070724180917.GE6518@redhat.com \
--to=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;
as well as URLs for NNTP newsgroup(s).