[Ocfs-tools-commits] khackel commits r133 - trunk/load_ocfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jul 2 18:15:34 CDT 2004


Author: khackel
Date: 2004-07-02 17:15:31 -0500 (Fri, 02 Jul 2004)
New Revision: 133

Modified:
   trunk/load_ocfs/load_ocfs
Log:
removing comm_voting from ocfs2

Modified: trunk/load_ocfs/load_ocfs
===================================================================
--- trunk/load_ocfs/load_ocfs	2004-07-02 22:07:41 UTC (rev 132)
+++ trunk/load_ocfs/load_ocfs	2004-07-02 22:15:31 UTC (rev 133)
@@ -69,8 +69,8 @@
 # Set VALID_PARMS to the untion of all parameters valid for the modules
 # this script suppports.  Set REQUIRED_PARMS to the parameters requred
 # by all the modules this script supports.
-COMMON_PARMS="node_name:node_number:debug_context:debug_level:ip_address:guid:comm_voting"
-VALID_PARMS="$COMMON_PARMS:ip_port:ip_port_v2"
+COMMON_PARMS="node_name:node_number:debug_context:debug_level:ip_address:guid"
+VALID_PARMS="$COMMON_PARMS:ip_port:ip_port_v2:comm_voting"
 REQUIRED_PARMS="node_name:ip_address:guid"
 
 # Multi-module switch.  The script's argv0 is used to determine the
@@ -85,7 +85,7 @@
     ;;
 ocfs)
     REQUIRED_PARMS="$REQUIRED_PARMS:ip_port"
-    USED_PARMS="$COMMON_PARMS:ip_port"
+    USED_PARMS="$COMMON_PARMS:ip_port:comm_voting"
     ;;
 esac
 



More information about the Ocfs-tools-commits mailing list