<if test="lovconfig_ref">
lovconfigRef: <value-of select="lovconfig_ref/@uuidref"/>
</if>
+<if test="filesystem_ref">
+filesystemRef: <value-of select="filesystem_ref/@uuidref"/>
+</if>
<if test="@failover">
failover: <value-of select="@failover"/>
</if>
</text>
</template>
+<template match="filesystem">
+dn: uuid=<value-of select="@uuid"/>,<value-of select="$basedn"/>
+objectClass: FILESYSTEM
+lustreName: <value-of select="@name"/>
+uuid: <value-of select="@uuid"/><apply-templates/>
+<text>
+</text>
+</template>
+
<template match="mountpoint">
dn: uuid=<value-of select="@uuid"/>,<value-of select="$basedn"/>
objectClass: MOUNTPOINT
mountpointRef: <value-of select="@uuidref"/>
</template>
+<template match="filesystem_ref">
+filesystemRef: <value-of select="@uuidref"/>
+</template>
+
<template match="echoclient_ref">
echoclientRef: <value-of select="@uuidref"/>
</template>