cluster: STABLE32 - cluster.rng: retab the head (use space uniformly)

Jan Pokorný jpokorny at fedoraproject.org
Fri Aug 17 13:12:48 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=606ad31b5c7d31b33c74633e048d6b89666a183f
Commit:        606ad31b5c7d31b33c74633e048d6b89666a183f
Parent:        cfb783ffbd4c6a47175e837e8e890e622537f929
Author:        Jan Pokorný <jpokorny at redhat.com>
AuthorDate:    Thu Aug 16 21:48:16 2012 +0200
Committer:     Jan Pokorný <jpokorny at redhat.com>
CommitterDate: Thu Aug 16 21:48:16 2012 +0200

cluster.rng: retab the head (use space uniformly)

Signed-off-by: Jan Pokorný <jpokorny at redhat.com>
---
 config/tools/xml/cluster.rng.in.head |   36 +++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/config/tools/xml/cluster.rng.in.head b/config/tools/xml/cluster.rng.in.head
index b994096..003ceaf 100644
--- a/config/tools/xml/cluster.rng.in.head
+++ b/config/tools/xml/cluster.rng.in.head
@@ -283,10 +283,10 @@ To validate your cluster.conf against this schema, run:
         chosen." rha:sample="active"/>
    </optional>
    <optional>
-    <attribute name="rrp_problem_count_threshold"
-	rha:description="This specifies the number of times a problem is detected
-        with a link before setting the link faulty.  Once a link is set faulty, no
-        more data is transmitted upon it. Corosync default is 10, cman default is 3"
+    <attribute name="rrp_problem_count_threshold" rha:description="This
+        specifies the number of times a problem is detected with a link
+        before setting the link faulty.  Once a link is set faulty, no more
+        data is transmitted upon it. Corosync default is 10, cman default is 3"
         rha:default="3" rha:sample="5"/>
    </optional>
    <optional>
@@ -434,36 +434,36 @@ To validate your cluster.conf against this schema, run:
 <!-- fence_daemon block -->
  <optional>
   <element name="fence_daemon" rha:description="Configuration for fenced
-	daemon. fenced(8)">
+      daemon. fenced(8)">
    <optional>
     <attribute name="post_join_delay" rha:description="Number of seconds
-	the daemon will wait before fencing any victims after a node joins
-	the fence domain. fenced(8)"/>
+        the daemon will wait before fencing any victims after a node joins
+        the fence domain. fenced(8)"/>
    </optional>
    <optional>
     <attribute name="post_fail_delay" rha:description="Number of seconds
-	the daemon will wait before fencing any victims after a node
-	fails. fenced(8)"/>
+        the daemon will wait before fencing any victims after a node
+        fails. fenced(8)"/>
    </optional>
    <optional>
     <attribute name="override_path" rha:description="Location of a FIFO
-	used for communication between fenced and fence_ack_manual.
-	fenced(8)"/>
+        used for communication between fenced and fence_ack_manual.
+        fenced(8)"/>
    </optional>
    <optional>
     <attribute name="override_time" rha:description="Number of seconds to
-	wait for a manual override after a failed fencing attempt before
-	the next attempt. fenced(8)"/>
+        wait for a manual override after a failed fencing attempt before
+        the next attempt. fenced(8)"/>
    </optional>
    <optional>
     <attribute name="clean_start" rha:description="Set to 1 to disable
-	startup fencing. fenced(8)"/>
+        startup fencing. fenced(8)"/>
    </optional>
 
    <optional>
     <attribute name="skip_undefined" rha:description="Set to 1 to disable
-	startup fencing of nodes with no fence methods defined.
-	fenced(8)"/>
+        startup fencing of nodes with no fence methods defined.
+        fenced(8)"/>
    </optional>
   </element>
  </optional>
@@ -482,12 +482,12 @@ To validate your cluster.conf against this schema, run:
       if domU recovery is expected to be automatic.">
     <optional>
       <attribute name="debug" rha:description="" >
-	<data type="integer"/>
+        <data type="integer"/>
       </attribute>
     </optional>
     <optional>
       <attribute name="port" rha:description="" >
-	<data type="integer"/>
+        <data type="integer"/>
       </attribute>
     </optional>
     <optional>


More information about the cluster-commits mailing list