From 397e7227d8cad0d7a7e6b5ddee80b759cafc598e Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 31 Dec 2002 00:53:21 +0000 Subject: [PATCH] * support mutlitple mds with one uuid (539) lmc --add mds --mds mds1 --node hostA ... lmc --add mds --mds mds1 --node hostB ... Creates two different mdsdev in the config, and one mds. The lovconfig reference is now attached to the mds service instead of the node, so both mdsdevs can configure the LOVs. Needless to say, the xml format has changed yet again, so regenerate those configs. --- lustre/conf/lustre.dtd | 13 +++++++++---- lustre/conf/lustre2ldif.xsl | 18 ++++++++++++++---- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/lustre/conf/lustre.dtd b/lustre/conf/lustre.dtd index d7a678e..73f7c95 100644 --- a/lustre/conf/lustre.dtd +++ b/lustre/conf/lustre.dtd @@ -30,7 +30,7 @@ hi CDATA #IMPLIED > @@ -43,17 +43,20 @@ - + - + + + + + + diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl index faebeea..f5d8098 100644 --- a/lustre/conf/lustre2ldif.xsl +++ b/lustre/conf/lustre2ldif.xsl @@ -54,6 +54,15 @@ port: dn: uuid=, objectClass: MDS lustreName: +uuid: + + + + + @@ -86,7 +95,6 @@ stripecount: - - @@ -197,6 +204,9 @@ lovconfigRef: path: + -- 1.8.3.1