public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - config: Schema updates for file system quick_status
@ 2009-03-31 19:12 Lon Hohberger
0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-03-31 19:12 UTC (permalink / raw)
To: cluster-cvs-relay
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-31 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31 19:12 cluster: STABLE3 - config: Schema updates for file system quick_status 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).