cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs2/init.d gfs2
@ 2006-07-10 22:17 adas
  0 siblings, 0 replies; 4+ messages in thread
From: adas @ 2006-07-10 22:17 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	adas at sourceware.org	2006-07-10 22:17:48

Modified files:
	gfs2/init.d    : gfs2 

Log message:
	gfs2 init script. Minor changes. Works just fine

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

--- cluster/gfs2/init.d/gfs2	2005/04/26 02:58:57	1.1
+++ cluster/gfs2/init.d/gfs2	2006/07/10 22:17:48	1.2
@@ -24,11 +24,6 @@
   start)
         if [ -n "$GFS2FSTAB" ] 
 	then
-		#load_module lock_harness MODULE_LOCK_HARNESS
-		#load_module crc32        MODULE_CRC32
-		#load_module lock_gulm    MODULE_LOCK_GULM
-		#load_module gfs2          MODULE_GFS2
-
 		action $"Mounting GFS2 filesystems: " mount -a -t gfs2
 	fi
 	touch /var/lock/subsys/gfs2
@@ -53,16 +48,17 @@
 			sleep 2
 			remaining=`LC_ALL=C awk '!/^#/ && $3 ~ /^gfs2/ && $2 != "/" {print $2}' /proc/mounts`
 			[ -z "$remaining" ] && break
-			/sbin/fuser -k -m $sig $remaining >/dev/null
+			/sbin/fuser -k -m $sig $remaining &> /dev/null
 			sleep 10
 			retry=$(($retry - 1))
 			sig=-9
 		done
 	fi
 
-	modprobe -r gfs2
-	modprobe -r lock_gulm
+	modprobe -r lock_nolock
 	modprobe -r lock_dlm
+	modprobe -r gfs2
+
 	rm -f /var/lock/subsys/gfs2
 	;;
 



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

* [Cluster-devel] cluster/gfs2/init.d gfs2
@ 2007-08-20 21:30 adas
  0 siblings, 0 replies; 4+ messages in thread
From: adas @ 2007-08-20 21:30 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL51
Changes by:	adas at sourceware.org	2007-08-20 21:30:07

Modified files:
	gfs2/init.d    : gfs2 

Log message:
	fix for bz253172 - gfs2 init script should not unload any kernel modules

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3&r2=1.3.6.1

--- cluster/gfs2/init.d/gfs2	2006/08/04 19:54:03	1.3
+++ cluster/gfs2/init.d/gfs2	2007/08/20 21:30:07	1.3.6.1
@@ -55,10 +55,6 @@
 		done
 	fi
 
-	modprobe -r lock_nolock
-	modprobe -r lock_dlm
-	modprobe -r gfs2
-
 	rm -f /var/lock/subsys/gfs2
 	;;
 



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

* [Cluster-devel] cluster/gfs2/init.d gfs2
@ 2007-08-20 21:30 adas
  0 siblings, 0 replies; 4+ messages in thread
From: adas @ 2007-08-20 21:30 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	adas at sourceware.org	2007-08-20 21:30:37

Modified files:
	gfs2/init.d    : gfs2 

Log message:
	fix for bz253172 - gfs2 init script should not unload any kernel modules

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- cluster/gfs2/init.d/gfs2	2006/08/04 19:54:03	1.3
+++ cluster/gfs2/init.d/gfs2	2007/08/20 21:30:37	1.4
@@ -55,10 +55,6 @@
 		done
 	fi
 
-	modprobe -r lock_nolock
-	modprobe -r lock_dlm
-	modprobe -r gfs2
-
 	rm -f /var/lock/subsys/gfs2
 	;;
 



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

* [Cluster-devel] cluster/gfs2/init.d gfs2
@ 2007-08-20 21:31 adas
  0 siblings, 0 replies; 4+ messages in thread
From: adas @ 2007-08-20 21:31 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	adas at sourceware.org	2007-08-20 21:31:07

Modified files:
	gfs2/init.d    : gfs2 

Log message:
	fix for bz253172 - gfs2 init script should not unload any kernel modules

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1

--- cluster/gfs2/init.d/gfs2	2006/08/04 19:54:03	1.3
+++ cluster/gfs2/init.d/gfs2	2007/08/20 21:31:07	1.3.2.1
@@ -55,10 +55,6 @@
 		done
 	fi
 
-	modprobe -r lock_nolock
-	modprobe -r lock_dlm
-	modprobe -r gfs2
-
 	rm -f /var/lock/subsys/gfs2
 	;;
 



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

end of thread, other threads:[~2007-08-20 21:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 21:31 [Cluster-devel] cluster/gfs2/init.d gfs2 adas
  -- strict thread matches above, loose matches on Subject: below --
2007-08-20 21:30 adas
2007-08-20 21:30 adas
2006-07-10 22:17 adas

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).