Whamcloud - gitweb
LU-12616 obclass: fix MDS start/stop race
[fs/lustre-release.git] / lustre / conf / lustre2ldif.xsl
index 3713ec8..58b0649 100644 (file)
@@ -122,6 +122,12 @@ devsize: <value-of select="devsize"/>
 <if test="journalsize">
 journalsize: <value-of select="journalsize"/>
 </if>
+<if test="mkfsoptions">
+mkfsoptions: <value-of select="mkfsoptions"/>
+</if>
+<if test="mountfsoptions">
+mountfsoptions: <value-of select="mountfsoptions"/>
+</if>
 nodeRef: <value-of select="node_ref/@uuidref"/>
 targetRef: <value-of select="target_ref/@uuidref"/>
 <text>
@@ -173,6 +179,12 @@ devsize: <value-of select="devsize"/>
 <if test="journalsize">
 journalsize: <value-of select="journalsize"/>
 </if>
+<if test="mkfsoptions">
+mkfsoptions: <value-of select="mkfsoptions"/>
+</if>
+<if test="mountfsoptions">
+mountfsoptions: <value-of select="mountfsoptions"/>
+</if>
 <text>
 </text>
 </template>
@@ -207,6 +219,9 @@ dn: uuid=<value-of select="@uuid"/>,<value-of select="$basedn"/>
 objectClass: MOUNTPOINT
 lustreName: <value-of select="@name"/>
 uuid: <value-of select="@uuid"/><apply-templates/>
+<if test="clientoptions">
+clientoptions: <value-of select="clientoptions"/>
+</if>
 <text>
 </text>
 </template>