This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - config: Schema updates for file system quick_status


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=451c53d7b8f92e6e35bf871606a5b7286852b9a7
Commit:        451c53d7b8f92e6e35bf871606a5b7286852b9a7
Parent:        969408c96d1a4c3fae1435ca96a837d957b05cb9
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Tue Mar 31 15:11:00 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Tue Mar 31 15:11:00 2009 -0400

config: Schema updates for file system quick_status

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

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index e9c0320..e3d60b2 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -1273,6 +1273,12 @@ attributeTypes: (
   SINGLE-VALUE
   )
 attributeTypes: (
+  1.3.6.1.4.1.2312.8.1.1.227 NAME 'rhcsQuick-status'
+  EQUALITY caseExactIA5Match
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE
+  )
+attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.218 NAME 'rhcsListener-name'
   EQUALITY caseExactIA5Match
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
@@ -1521,7 +1527,7 @@ objectClasses: (
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.51 NAME 'rhcsFs' SUP top STRUCTURAL
-     MAY( rhcs--enforce-timeouts $ rhcs--independent-subtree $ rhcsOptions $ rhcsForce-fsck $ rhcsFsid $ rhcsNfslock $ rhcsSelf-fence $ rhcsForce-unmount $ rhcsFstype $ rhcsDevice $ rhcsMountpoint $ name $ rhcsRef )
+     MAY( rhcs--enforce-timeouts $ rhcs--independent-subtree $ rhcsQuick-status $ rhcsOptions $ rhcsForce-fsck $ rhcsFsid $ rhcsNfslock $ rhcsSelf-fence $ rhcsForce-unmount $ rhcsFstype $ rhcsDevice $ rhcsMountpoint $ name $ rhcsRef )
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.52 NAME 'rhcsOracledb' SUP top STRUCTURAL
diff --git a/config/plugins/ldap/ldap-base.csv b/config/plugins/ldap/ldap-base.csv
index ebf0363..d6221e7 100644
--- a/config/plugins/ldap/ldap-base.csv
+++ b/config/plugins/ldap/ldap-base.csv
@@ -1,4 +1,4 @@
-# Max attribute value: 226
+# Max attribute value: 227
 # Max object class value: 55
 obj,rhcsCluster,cluster,1
 obj,rhcsCman,cman,3
@@ -280,3 +280,4 @@ obj,rhcsUnfence,unfence,55
 attr,rhcsBlade,blade,224
 attr,rhcsLpan,lpan,225
 attr,rhcsPserver,pserver,226
+attr,rhcsQuick-status,quick_status,227
diff --git a/config/tools/xml/cluster.rng b/config/tools/xml/cluster.rng
index 7958069..717315e 100644
--- a/config/tools/xml/cluster.rng
+++ b/config/tools/xml/cluster.rng
@@ -1909,6 +1909,9 @@ To validate your cluster.conf against this schema, run:
         <optional>
           <attribute name="options"/>
         </optional>
+        <optional>
+          <attribute name="quick_status"/>
+        </optional>
       </group>
       </choice>
       <optional>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]