Whamcloud - gitweb
update b_size from HEAD
authorphil <phil>
Tue, 27 Jan 2004 19:27:17 +0000 (19:27 +0000)
committerphil <phil>
Tue, 27 Jan 2004 19:27:17 +0000 (19:27 +0000)
lustre/conf/lustre.dtd
lustre/conf/lustre2ldif.xsl

index de4d653..96fdc8e 100644 (file)
@@ -15,7 +15,7 @@
 <!ATTLIST lustre version CDATA #REQUIRED>
 
 <!ELEMENT node (network | routetbl | profile_ref | timeout | 
-                lustreUpcall | portalsUpcall)*>
+                lustreUpcall | portalsUpcall | ptldebug | subsystem)*>
 <!ATTLIST node %object.attr;
                router CDATA #IMPLIED>
                
@@ -87,6 +87,8 @@
 <!-- basic elements -->
 <!ELEMENT recoveryUpcall %object.content;>
 <!ELEMENT timeout       %object.content;>
+<!ELEMENT ptldebug      %object.content;>
+<!ELEMENT subsystem     %object.content;>
 <!ELEMENT journalsize   %object.content;>
 <!ELEMENT fstype        %object.content;>
 <!ELEMENT nid           %object.content;>
index 5fc6f9c..3713ec8 100644 (file)
@@ -33,6 +33,12 @@ lustreUpcall: <value-of select="lustreUpcall"/>
 <if test="portalsUpcall">
 portalsUpcall: <value-of select="portalsUpcall"/>
 </if>
+<if test="ptldebug">
+ptldebug: <value-of select="ptldebug"/>
+</if>
+<if test="subsystem">
+subsystem: <value-of select="subsystem"/>
+</if>
 <text>
 </text>
 <for-each select="network">