All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/init.d gfs
@ 2006-12-19  0:19 rpeterso
  0 siblings, 0 replies; 4+ messages in thread
From: rpeterso @ 2006-12-19  0:19 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-12-19 00:19:37

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&r1=1.3&r2=1.4

--- cluster/gfs/init.d/gfs	2006/08/04 19:54:03	1.3
+++ cluster/gfs/init.d/gfs	2006/12/19 00:19:37	1.4
@@ -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
 	;;
 



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/gfs/init.d gfs
@ 2006-12-19  0:21 rpeterso
  0 siblings, 0 replies; 4+ messages in thread
From: rpeterso @ 2006-12-19  0:21 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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
 	;;
 



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/gfs/init.d gfs
@ 2006-12-19  0:20 rpeterso
  0 siblings, 0 replies; 4+ messages in thread
From: rpeterso @ 2006-12-19  0:20 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2006-12-19 00:20:36

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=RHEL5&r1=1.3&r2=1.3.2.1

--- cluster/gfs/init.d/gfs	2006/08/04 19:54:03	1.3
+++ cluster/gfs/init.d/gfs	2006/12/19 00:20:36	1.3.2.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
 	;;
 



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/gfs/init.d gfs
@ 2006-07-10 23:00 adas
  0 siblings, 0 replies; 4+ messages in thread
From: adas @ 2006-07-10 23:00 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	adas at sourceware.org	2006-07-10 23:00:05

Modified files:
	gfs/init.d     : gfs 

Log message:
	Removed reference to lock_gulm from the script. Works fine as is.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/init.d/gfs.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- cluster/gfs/init.d/gfs	2004/12/17 20:11:56	1.1
+++ cluster/gfs/init.d/gfs	2006/07/10 23:00:05	1.2
@@ -61,7 +61,6 @@
 	fi
 
 	modprobe -r gfs
-	modprobe -r lock_gulm
 	modprobe -r lock_dlm
 	rm -f /var/lock/subsys/gfs
 	;;



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

end of thread, other threads:[~2006-12-19  0:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19  0:19 [Cluster-devel] cluster/gfs/init.d gfs rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2006-12-19  0:21 rpeterso
2006-12-19  0:20 rpeterso
2006-07-10 23:00 adas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.