From ee6b3948405283ce911e68c78afb3e97eb698006 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 6 Apr 2005 12:08:39 +0000 Subject: [PATCH] Branch: b1_4 Add support for mountfsoptions and clientoptions to LDAP. b=5873 r=fergal (original patch) --- lustre/conf/lustre.dtd | 7 +++++-- lustre/conf/lustre2ldif.xsl | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lustre/conf/lustre.dtd b/lustre/conf/lustre.dtd index 0e8ad33..ff37771 100644 --- a/lustre/conf/lustre.dtd +++ b/lustre/conf/lustre.dtd @@ -37,6 +37,7 @@ filesystem_ref #REQUIRED > @@ -53,7 +54,7 @@ + target_ref | node_ref | journalsize | mkfsoptions | mountfsoptions)*> @@ -71,7 +72,7 @@ failover ( 1 | 0 ) #IMPLIED> + target_ref | node_ref | journalsize | mkfsoptions | mountfsoptions)*> @@ -91,6 +92,8 @@ + + diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl index 8c3c24a..58b0649 100644 --- a/lustre/conf/lustre2ldif.xsl +++ b/lustre/conf/lustre2ldif.xsl @@ -125,6 +125,9 @@ journalsize: mkfsoptions: + +mountfsoptions: + nodeRef: targetRef: @@ -179,6 +182,9 @@ journalsize: mkfsoptions: + +mountfsoptions: + @@ -213,6 +219,9 @@ dn: uuid=, objectClass: MOUNTPOINT lustreName: uuid: + +clientoptions: + -- 1.8.3.1