[Ocfs2-tools-commits] jlbec commits r681 - trunk/libo2cb/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 18 14:35:25 CST 2005


Author: jlbec
Signed-off-by: zab
Date: 2005-03-18 14:35:23 -0600 (Fri, 18 Mar 2005)
New Revision: 681

Modified:
   trunk/libo2cb/include/o2cb_abi.h
Log:

o Rename the 'nodes' set 'node'.  We're going with singular.  IOW,
  /usys/cluster/mycluster/node/node1 instead of
  /usys/clusters/mycluster/nodes/node1.  Seems to be the prevailing
  opinion.

Signed-off-by: zab



Modified: trunk/libo2cb/include/o2cb_abi.h
===================================================================
--- trunk/libo2cb/include/o2cb_abi.h	2005-03-18 20:27:32 UTC (rev 680)
+++ trunk/libo2cb/include/o2cb_abi.h	2005-03-18 20:35:23 UTC (rev 681)
@@ -29,7 +29,7 @@
 
 #define O2CB_FORMAT_CLUSTER_DIR		USYSFS_PATH "/cluster"
 #define O2CB_FORMAT_CLUSTER		O2CB_FORMAT_CLUSTER_DIR "/%s"
-#define O2CB_FORMAT_NODE_DIR		O2CB_FORMAT_CLUSTER "/nodes"
+#define O2CB_FORMAT_NODE_DIR		O2CB_FORMAT_CLUSTER "/node"
 #define O2CB_FORMAT_NODE		O2CB_FORMAT_NODE_DIR "/%s"
 #define O2CB_FORMAT_NODE_ATTR		O2CB_FORMAT_NODE "/%s"
 #define O2CB_FORMAT_HEARTBEAT_DIR	O2CB_FORMAT_CLUSTER "/heartbeat"



More information about the Ocfs2-tools-commits mailing list