[Cluster-devel] cluster/cman/man cman.5

teigland at sourceware.org teigland at sourceware.org
Wed Aug 22 15:13:12 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2007-08-22 15:13:11

Modified files:
	cman/man       : cman.5 

Log message:
	fix attribute xml format for cluster_id and keyfile

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.7&r2=1.8

--- cluster/cman/man/cman.5	2007/08/22 08:35:54	1.7
+++ cluster/cman/man/cman.5	2007/08/22 15:13:11	1.8
@@ -114,8 +114,7 @@
 is generated from a hash of the cluster name, but it can be overridden here if
 you feel the need. Sometimes cluster names can hash to the same ID.
 
-  <cman>
-      <cluster_id="669"/>
+  <cman cluster_id="669">
   </cman>
 
 .in -7
@@ -128,8 +127,7 @@
 Of course, the contents of the key file must be the same on all nodes in the
 cluster. It is up to you to securely copy the file to the nodes.
 
-  <cman>
-      <keyfile="/etc/openais.key"/>
+  <cman keyfile="/etc/openais.key">
   </cman>
 
 Note that this only applies to cluster communication. The DLM does not encrypt 




More information about the Cluster-devel mailing list