[Ocfs2-commits] rev 13 - in trunk: . docs patches src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 18 17:25:55 CST 2003


Author: manish
Date: 2003-12-18 17:25:52 -0600 (Thu, 18 Dec 2003)
New Revision: 13

Added:
   trunk/docs/
   trunk/docs/sample-ocfs.conf
   trunk/patches/
   trunk/patches/mount_deadlock_fix.patch
   trunk/src/Cscope.make
Removed:
   trunk/Cscope.make
   trunk/mount_deadlock_fix.patch
   trunk/ocfs.conf
Log:
more reorg


Deleted: trunk/Cscope.make
===================================================================
--- trunk/Cscope.make	2003-12-18 23:24:27 UTC (rev 12)
+++ trunk/Cscope.make	2003-12-18 23:25:52 UTC (rev 13)
@@ -1,8 +0,0 @@
-cscope:
-	rm -f cscope.*
-	echo "-k" >> cscope.files
-	echo "-I ." >> cscope.files
-	echo "-I inc" >> cscope.files
-	find . -name '*.c' -print >>cscope.files
-	find . -name '*.h' -print >>cscope.files
-	cscope -b

Copied: trunk/docs/sample-ocfs.conf (from rev 7, trunk/ocfs.conf)

Deleted: trunk/mount_deadlock_fix.patch
===================================================================
--- trunk/mount_deadlock_fix.patch	2003-12-18 23:24:27 UTC (rev 12)
+++ trunk/mount_deadlock_fix.patch	2003-12-18 23:25:52 UTC (rev 13)
@@ -1,11 +0,0 @@
---- linux-2.4.21-rc6/fs/jbd/journal.c.orig	2003-05-30 11:49:10.000000000 -0700
-+++ linux-2.4.21-rc6/fs/jbd/journal.c	2003-05-30 11:49:18.000000000 -0700
-@@ -912,7 +912,7 @@ int journal_create(journal_t *journal)
- 		__brelse(bh);
- 	}
- 
--	sync_dev(journal->j_dev);
-+	fsync_no_super(journal->j_dev);
- 	jbd_debug(1, "JBD: journal cleared.\n");
- 
- 	/* OK, fill in the initial static fields in the new superblock */

Deleted: trunk/ocfs.conf
===================================================================
--- trunk/ocfs.conf	2003-12-18 23:24:27 UTC (rev 12)
+++ trunk/ocfs.conf	2003-12-18 23:25:52 UTC (rev 13)
@@ -1,41 +0,0 @@
-#
-# ocfs config
-# Ensure this file exists in /etc
-#
-
-# node_name serves as a human readable node identifier.
-# Eventhough the value should be unique in a cluster, ocfs does
-# not require it as it does not use it to identify a node.
-node_name = <your node name>
-
-# node_number allows the admin to specify the preferred node
-# number for the node in the cluster. However, it works only
-# as a suggestion, because ocfs will not fail the mount if the
-# specified node number is already occupied. Note that the
-# node number of a node can vary across mounts.
-node_number = <preferred node number>
-
-# debug_context is used for debugging. It will work only if the
-# driver is built with -DTRACE
-debug_context = <debug context>
-
-# debug_level is used for debugging. It will work only if the
-# driver is built with -DTRACE
-debug_level = <debug level>
-
-# ip_address specifies the host's ip address used by ocfs listener.
-ip_address = <you ip address>
-
-# ip_port specifies the host's ip port used by ocfs listener.
-ip_port = <your listener port>
-
-#enables or disables the network dlm
-comm_voting = <0 | 1>
-
-# guid parameter is added by the ocfs_uid_gen script and is used
-# by ocfs to uniquely identify a node. The guid holds within it
-# the mac address for the interface identified by the ip address.
-# Run "ocfs_uid_gen -c" to generate the the guid the first time.
-# If the mac address changes, run "ocfs_uid_gen -r" to get a 
-# new number guid, followed by "mount -o reclaimid" to reclaim the
-# original node number for each volume.

Copied: trunk/patches/mount_deadlock_fix.patch (from rev 7, trunk/mount_deadlock_fix.patch)

Copied: trunk/src/Cscope.make (from rev 7, trunk/Cscope.make)



More information about the Ocfs2-commits mailing list