From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpeterso@sourceware.org Date: 19 Dec 2006 00:21:18 -0000 Subject: [Cluster-devel] cluster/gfs/init.d gfs Message-ID: <20061219002118.16650.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL50 Changes by: rpeterso at sourceware.org 2006-12-19 00:21:17 Modified files: gfs/init.d : gfs Log message: Resolves: bz 219866: GFS init script - FATAL: Module lock_dlm is in use. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/init.d/gfs.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.3&r2=1.3.4.1 --- cluster/gfs/init.d/gfs 2006/08/04 19:54:03 1.3 +++ cluster/gfs/init.d/gfs 2006/12/19 00:21:17 1.3.4.1 @@ -24,11 +24,6 @@ start) if [ -n "$GFSFSTAB" ] then - #load_module lock_harness MODULE_LOCK_HARNESS - #load_module crc32 MODULE_CRC32 - #load_module lock_gulm MODULE_LOCK_GULM - #load_module gfs MODULE_GFS - action $"Mounting GFS filesystems: " mount -a -t gfs fi touch /var/lock/subsys/gfs @@ -61,7 +56,6 @@ fi modprobe -r gfs - modprobe -r lock_dlm rm -f /var/lock/subsys/gfs ;;