Whamcloud - gitweb
LU-7668 misc: add support for versions 2.17/2.18 37/48237/2
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 17 Aug 2022 00:29:21 +0000 (18:29 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 17 Aug 2022 00:42:27 +0000 (00:42 +0000)
Add support to the manual for Lustre 2.17 and 2.18 to eventually
be used by "<para condition=l2H>" and "<para condition=l2I>" for
features eventually added in that version.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I9db9794c922d085dbce92d4d97871c6dff3e4a2a
Reviewed-on: https://review.whamcloud.com/48237
Tested-by: jenkins <devops@whamcloud.com>
style/customstyle_common.xsl
style/customstyle_fo.xsl

index 7e0e807..b4a05a7 100644 (file)
                                <xsl:with-param name='content' select="$content"/>
                        </xsl:call-template>
                </xsl:when>
+               <xsl:when test="@condition = 'l2H'">
+                       <xsl:call-template name='textdecoration-1'>
+                               <xsl:with-param name='version' select="'Introduced in Lustre 2.17'"/>
+                               <xsl:with-param name='content' select="$content"/>
+                       </xsl:call-template>
+               </xsl:when>
+               <xsl:when test="@condition = 'l2I'">
+                       <xsl:call-template name='textdecoration-1'>
+                               <xsl:with-param name='version' select="'Introduced in Lustre 2.18'"/>
+                               <xsl:with-param name='content' select="$content"/>
+                       </xsl:call-template>
+               </xsl:when>
                <xsl:when test="@condition != ''">
                        <xsl:call-template name='textdecoration-1'>
                                <xsl:with-param name='version' select="'Introduced before Lustre 2.5'"/>
                <xsl:when test="$condition = 'l2G'">
                        <span class='floatright'>L 2.16 </span>
                </xsl:when>
+               <xsl:when test="$condition = 'l2G'">
+                       <span class='floatright'>L 2.16 </span>
+               </xsl:when>
+               <xsl:when test="$condition = 'l2H'">
+                       <span class='floatright'>L 2.17 </span>
+               </xsl:when>
+               <xsl:when test="$condition = 'l2I'">
+                       <span class='floatright'>L 2.18 </span>
+               </xsl:when>
                <xsl:when test="$condition != ''">
                        <span class='floatright'>L ?.? </span>
                </xsl:when>
index fe87867..48ab607 100644 (file)
                        <xsl:when test="@condition = 'l2E'">Introduced in Lustre 2.14</xsl:when>
                        <xsl:when test="@condition = 'l2F'">Introduced in Lustre 2.15</xsl:when>
                        <xsl:when test="@condition = 'l2G'">Introduced in Lustre 2.16</xsl:when>
+                       <xsl:when test="@condition = 'l2H'">Introduced in Lustre 2.17</xsl:when>
+                       <xsl:when test="@condition = 'l2I'">Introduced in Lustre 2.18</xsl:when>
                        <xsl:otherwise>Introduced in before Lustre 2.5</xsl:otherwise>
                </xsl:choose>
        </xsl:variable>
                        <xsl:when test="@condition='l2E'">L 2.14</xsl:when>
                        <xsl:when test="@condition='l2F'">L 2.15</xsl:when>
                        <xsl:when test="@condition='l2G'">L 2.16</xsl:when>
+                       <xsl:when test="@condition='l2H'">L 2.17</xsl:when>
+                       <xsl:when test="@condition='l2I'">L 2.18</xsl:when>
                        <xsl:otherwise></xsl:otherwise>
                </xsl:choose>
        </xsl:variable>