public inbox for cluster-cvs@sourceware.org help / color / mirror / Atom feed
From: Lon Hohberger <lon@fedoraproject.org> To: cluster-cvs-relay@redhat.com Subject: cluster: STABLE3 - config: Schema updates for file system quick_status Date: Tue, 31 Mar 2009 19:12:00 -0000 [thread overview] Message-ID: <20090331191130.92FC4120197@lists.fedorahosted.org> (raw) 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>
reply other threads:[~2009-03-31 19:12 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20090331191130.92FC4120197@lists.fedorahosted.org \ --to=lon@fedoraproject.org \ --cc=cluster-cvs-relay@redhat.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).