public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - config: Fix misnamed statusmax -> status_child_max
@ 2009-07-08 16:40 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-07-08 16:40 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5713c7a68e9c1b22fb54b19faf17af3dc00ea6d9
Commit:        5713c7a68e9c1b22fb54b19faf17af3dc00ea6d9
Parent:        b150a76a70d1a5ed76ab0ec11819cb72919c3301
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed Jul 8 12:35:12 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Jul 8 12:35:12 2009 -0400

config: Fix misnamed statusmax -> status_child_max

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 config/plugins/ldap/99cluster.ldif |    4 ++--
 config/plugins/ldap/ldap-base.csv  |    2 +-
 config/tools/xml/cluster.rng       |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index c23af02..72e2d57 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -529,7 +529,7 @@ attributeTypes: (
   SINGLE-VALUE
   )
 attributeTypes: (
-  1.3.6.1.4.1.2312.8.1.1.88 NAME 'rhcsStatusmax'
+  1.3.6.1.4.1.2312.8.1.1.88 NAME 'rhcsStatus-child-max'
   EQUALITY integerMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
@@ -1432,7 +1432,7 @@ objectClasses: (
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.21 NAME 'rhcsRm' SUP top STRUCTURAL
-     MAY( rhcsLog-facility $ rhcsCentral-processing $ rhcsTransition-throttling $ rhcsStatus-poll-interval $ rhcsStatusmax $ rhcsLog-level )
+     MAY( rhcsLog-facility $ rhcsCentral-processing $ rhcsTransition-throttling $ rhcsStatus-poll-interval $ rhcsStatus-child-max $ rhcsLog-level )
    )
 ### Placeholder for rhcsFailoverdomains
 ### This object class currently has no attributes
diff --git a/config/plugins/ldap/ldap-base.csv b/config/plugins/ldap/ldap-base.csv
index b90c39f..5dfde80 100644
--- a/config/plugins/ldap/ldap-base.csv
+++ b/config/plugins/ldap/ldap-base.csv
@@ -107,7 +107,7 @@ attr,rhcsSecauth,secauth,85
 attr,rhcsKeyfile,keyfile,86
 obj,rhcsRm,rm,21
 attr,rhcsLog-level,log_level,87
-attr,rhcsStatusmax,statusmax,88
+attr,rhcsStatus-child-max,status_child_max,88
 attr,rhcsStatus-poll-interval,status_poll_interval,89
 attr,rhcsTransition-throttling,transition_throttling,90
 attr,rhcsCentral-processing,central_processing,91
diff --git a/config/tools/xml/cluster.rng b/config/tools/xml/cluster.rng
index 56d4ff6..ad5ef0f 100644
--- a/config/tools/xml/cluster.rng
+++ b/config/tools/xml/cluster.rng
@@ -815,7 +815,7 @@ To validate your cluster.conf against this schema, run:
     </attribute>
    </optional>
    <optional>
-    <attribute name="statusmax">
+    <attribute name="status_child_max">
      <data type="integer"/>
     </attribute>
    </optional>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-08 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-08 16:40 cluster: STABLE3 - config: Fix misnamed statusmax -> status_child_max Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).