<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:42:35 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LUDOC-394] Use proper names for sections in the manual</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-394</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;Currently, a large number of sections are named with auto-generated section references like &lt;tt&gt;dbdoclet.50438199_14978&lt;/tt&gt; that have no meaning.  Unfortunately, these section references appear in the HTML manual as the relative URL, like &lt;a href=&quot;http://doc.lustre.org/lustre_manual.xhtml#dbdoclet.50438199_14978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://doc.lustre.org/lustre_manual.xhtml#dbdoclet.50438199_14978&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;It would be better to give these section references a proper name, like &lt;tt&gt;dbdoclet.deactivating_mdt_ost&lt;/tt&gt; (as is done in patch &lt;a href=&quot;https://review.whamcloud.com/30864&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30864&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-305&quot; title=&quot;&amp;quot;lctl deactivate/activate&amp;quot; does not work as expected in 19.1. Handling Full OSTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-305&quot;&gt;&lt;del&gt;LUDOC-305&lt;/del&gt;&lt;/a&gt; maintenance: handling full/failed OSTs&quot; in this specific case), but across the whole manual.&lt;/p&gt;

&lt;p&gt;Changing these references is relatively straight forward:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;search for &lt;tt&gt;dbdoclet.&amp;#42;&lt;/tt&gt; (or in a few cases &lt;tt&gt;section&amp;#95;&amp;#42;&lt;/tt&gt;)&lt;/li&gt;
	&lt;li&gt;for any reference that does not have a descriptive name
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;make up a new name&lt;/li&gt;
		&lt;li&gt;search the rest of the files for the old name&lt;/li&gt;
		&lt;li&gt;replace the old name with the new name&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This could be done in a number of smaller patches, so that the whole thing doesn&apos;t break if any other patch lands to the manual.  While the manual isn&apos;t a hotbed of activity, it will probably take too long to do this manually than can be accomplished in a single sitting, and it cannot be done automatically, so better to break it up into smaller chunks.&lt;/p&gt;</description>
                <environment></environment>
        <key id="50221">LUDOC-394</key>
            <summary>Use proper names for sections in the manual</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="LM-Triage">Lustre Manual Triage</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Sun, 14 Jan 2018 00:55:58 +0000</created>
                <updated>Fri, 21 May 2021 03:31:38 +0000</updated>
                            <resolved>Fri, 21 May 2021 03:31:38 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0 Manual</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="269044" author="joeytx1840" created="Thu, 30 Apr 2020 21:23:36 +0000"  >&lt;p&gt;All,&lt;/p&gt;

&lt;p&gt;I have written a Shell Script to automate the correction by creating a sed file that looks something like this:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/attachment/34805/34805_image-2020-04-30-14-51-54-002.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;br/&gt;
With the intent of running all of those sed replaces against each xml file of the docs.&lt;/p&gt;


&lt;p&gt;Unfortunately, some of the docs have the &amp;lt;/title&amp;gt; tag (which is what I referenced in the script) in weird places so that is why on the ZFS they have all _____.&#160; I would guess that about 75% of the files were able to be processed properly by the script.&#160; If if all of the XML files adhere to this standard (with the &amp;lt;/title&amp;gt; adjacent to the correct title and the xml:id coming first in the document):&lt;br/&gt;
......&lt;br/&gt;
&amp;lt;section &lt;b&gt;xml:id=&quot;dbdoclet.50438191_20721&quot;&lt;/b&gt;&amp;gt;&lt;br/&gt;
 &amp;lt;title&amp;gt;&amp;lt;indexterm&amp;gt;&lt;br/&gt;
 &amp;lt;primary&amp;gt;LNet&amp;lt;/primary&amp;gt;&lt;br/&gt;
 &amp;lt;secondary&amp;gt;supported networks&amp;lt;/secondary&amp;gt;&lt;br/&gt;
 &amp;lt;/indexterm&amp;gt;Supported Network Types*&amp;lt;/title&amp;gt;*&lt;br/&gt;
 &amp;lt;para&amp;gt;The LNet code module includes LNDs to support many network types including:&amp;lt;/para&amp;gt;&lt;br/&gt;
 &amp;lt;itemizedlist&amp;gt;&lt;br/&gt;
.....&lt;br/&gt;
then the script would be able to have a standard format for each of the internal links, every time, and could be run at compile time for new additions to keep consistency.&#160; This format currently for the example above would be to have Supported_Network_Types as the xml:id but the formatting could be changed easily enough.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;If this sort of &quot;revamp&quot; is not something that you are interested in doing then I will sanitize the sed commands and offer a large number of corrections.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;</comment>
                            <comment id="269189" author="adilger" created="Sun, 3 May 2020 07:40:34 +0000"  >&lt;p&gt;Joey, I think it is perfectly reasonable to submit a large patch that changes the &quot;easy-to-fix&quot; problems in the manual, then reviewing repetitive changes is not so much effort. &lt;/p&gt;

&lt;p&gt;Even if this doesn&apos;t solve all problems, it still gets us further ahead. &lt;/p&gt;</comment>
                            <comment id="291004" author="adilger" created="Tue, 2 Feb 2021 19:02:55 +0000"  >&lt;p&gt;Joey, would you be able to submit a patch with the updates from your script?  I&apos;ve been updating some of the section references manually, but would welcome some assistance in this area.&lt;/p&gt;</comment>
                            <comment id="291009" author="joeytx1840" created="Tue, 2 Feb 2021 19:55:38 +0000"  >&lt;p&gt;Andreas,&lt;/p&gt;

&lt;p&gt;Covid sort of scrambled everything and I totally forgot about this.&#160; I can go back to see if I still have the script.&#160; One though I did have in going through this (and I think there might me another ticket as well) is about using a &quot;meta-document&quot; that could be compiled into different versions of docs such as HTML, PDF and even man pages.&#160;&lt;/p&gt;

&lt;p&gt;I am old school so my preference would be something like (gt)roff (I know, I know) but I have used sphinx which would support static html pages, pdf and man pages comfortably with internal linking and could be added to the build script to get built with versions of LUSTRE.&#160; (The only advantage for some form of roff is that is will be on the system anyways if internal links aren&apos;t paramount).&#160; If you appreciate an approach of moving to a meta-document, then maybe spending time to switch to that instead of fixing the existing code base could prove more &quot;profitable&quot;.&#160; I might also be able to script up something to aid in the bulk of the transition.&lt;/p&gt;

&lt;p&gt;I will look for the script in the mean time, but please let me know.&#160; I would rather do a bit more work up front to convert and make things easy for those that come later.&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;</comment>
                            <comment id="291067" author="adilger" created="Wed, 3 Feb 2021 10:00:13 +0000"  >&lt;blockquote&gt;
&lt;p&gt;One though I did have in going through this (and I think there might me another ticket as well) is about using a &quot;meta-document&quot; that could be compiled into different versions of docs such as HTML, PDF and even man pages. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&apos;m not sure what you mean?  The current Docbook XML format is already being built in HTML, PDF, and ePUB formats:&lt;br/&gt;
&lt;a href=&quot;https://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m not sure whether nroff would be the right format for the Operations Manual.  Definitely we do use nroff for the &lt;a href=&quot;https://git.whamcloud.com/?p=fs/lustre-release.git;a=tree;f=lustre/doc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;actual man pages in lustre/doc&lt;/a&gt;, and we can always use more contributors there if you have experience in that area (e.g. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="291090" author="joeytx1840" created="Wed, 3 Feb 2021 16:18:14 +0000"  >&lt;p&gt;Andreas,&lt;/p&gt;

&lt;p&gt;I have found the script and made a couple of changes to it to account for the lack of unique title links.&#160; I have created a branch and hope to get all of the seds run across the files today.&#160; Once I have done that, how would you like me to proceed to get the changes back?&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I will look into the roff issue in the future, once this is squared.&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;</comment>
                            <comment id="291200" author="adilger" created="Thu, 4 Feb 2021 10:36:23 +0000"  >&lt;p&gt;Joey, getting a series of relatively smaller patches that update the references to/from one file at a time would be easiest for review, and shouldn&apos;t cause (m)any conflicts between files.&lt;/p&gt;</comment>
                            <comment id="291694" author="joeytx1840" created="Wed, 10 Feb 2021 23:00:25 +0000"  >&lt;p&gt;Andreas,&lt;/p&gt;

&lt;p&gt;I have a set of patches, per file, that are ready for you.&#160; I also have a list of all of the substitutions that were conducted on each file for your reference.&#160;&#160; How would you like me to provide them?&#160;&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;</comment>
                            <comment id="291750" author="adilger" created="Thu, 11 Feb 2021 15:58:23 +0000"  >&lt;p&gt;Hi Joey, please push patches to Gerrit (see &lt;a href=&quot;https://wiki.lustre.org/Using_Gerrit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.lustre.org/Using_Gerrit&lt;/a&gt; fir details).  All of the patches can use this LUDOC ticket. Ideally, if the patches are non-conflicting they would each be pushed from a separate branch, so that if there is a reason one of them can&apos;t land it doesn&apos;t block the others. However, given the relatively simple manner of the patches I don&apos;t expect a huge problem. &lt;/p&gt;

&lt;p&gt;I&apos;d recommend to start with 1-2 patches first so we can address any issues with commit messages, etc. first, and then submit them in a few batches to avoid pounding the builders all at once. &lt;/p&gt;</comment>
                            <comment id="295301" author="gerrit" created="Thu, 18 Mar 2021 07:30:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/42070&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42070&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ConfiguringLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9635dda3b53004260f8a5cedffb74f0cbcb68e19&lt;/p&gt;</comment>
                            <comment id="295303" author="arshad512" created="Thu, 18 Mar 2021 07:53:47 +0000"  >&lt;p&gt;Hi Joey, I saw the yours/Andreas comments in this ticket after I pushed the patch. Sorry about this...Your patchs are ready please feel free to push it. I would not be disturbing this ticket since you are already working on this.&lt;/p&gt;</comment>
                            <comment id="295311" author="adilger" created="Thu, 18 Mar 2021 10:12:14 +0000"  >&lt;p&gt;As yet, Joey doesn&apos;t have an account in Gerrit, so there is no way to add them as a reviewer on Arshad&apos;s patch.&lt;/p&gt;</comment>
                            <comment id="295312" author="gerrit" created="Thu, 18 Mar 2021 10:14:05 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/42070/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42070/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ConfiguringLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4354e542d77e8ee5e08fc43106f0bd09eb7f4464&lt;/p&gt;</comment>
                            <comment id="295366" author="joeytx1840" created="Thu, 18 Mar 2021 18:31:45 +0000"  >&lt;p&gt;I do not have a provider of OpenID, so I can put a zip of the patches as attachment so you can move forward.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="295430" author="arshad512" created="Fri, 19 Mar 2021 09:54:12 +0000"  >&lt;p&gt;&amp;gt;I do not have a provider of OpenID&lt;/p&gt;

&lt;p&gt;No problem. Create an account in UbuntuOne/launchpad. Then log into gerrit with your Launchpad ID.&lt;/p&gt;</comment>
                            <comment id="295540" author="joeytx1840" created="Fri, 19 Mar 2021 20:32:05 +0000"  >&lt;p&gt;I have logged into Gerrit, added an ssh key, and sent an email to &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:info@whamcloud.com.&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;info@whamcloud.com.&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&#160;&lt;/p&gt;

&lt;p&gt;With any luck they will be up soon.&lt;/p&gt;

&lt;p&gt;~Joey&lt;/p&gt;</comment>
                            <comment id="299079" author="gerrit" created="Sat, 17 Apr 2021 10:58:22 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43353&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UnderstandingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a3f9cf3351e03b30b25ca757cce0e6f0983c02fa&lt;/p&gt;</comment>
                            <comment id="299080" author="gerrit" created="Sat, 17 Apr 2021 10:59:15 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43354&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43354&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingFailover.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 16c30375fcb2b15851e9f083bd36943cf0f11b25&lt;/p&gt;</comment>
                            <comment id="299081" author="gerrit" created="Sat, 17 Apr 2021 10:59:49 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43355&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43355&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under TroubleShootingRecovery.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b59de4056351b4a5c864c7ff7f0ab43a7d5711d8&lt;/p&gt;</comment>
                            <comment id="299082" author="gerrit" created="Sat, 17 Apr 2021 11:00:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43356&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43356&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreTuning.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c2a0253d70c9c0e93e45e2a47255eae35d709c6c&lt;/p&gt;</comment>
                            <comment id="299083" author="gerrit" created="Sat, 17 Apr 2021 12:15:04 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43357&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43357&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under InstallingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8763734be730f70e1b43ba397ffe7c4abd0e22a6&lt;/p&gt;</comment>
                            <comment id="299084" author="gerrit" created="Sat, 17 Apr 2021 12:32:43 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43358&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43358&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UpgradingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c48a5f8ac4514e6b6b457d0fb8a835a25978b10d&lt;/p&gt;</comment>
                            <comment id="299096" author="gerrit" created="Sat, 17 Apr 2021 18:31:03 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43358/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43358/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UpgradingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 921417b64f0c185323c17390edfc128eba980259&lt;/p&gt;</comment>
                            <comment id="299097" author="gerrit" created="Sat, 17 Apr 2021 18:31:58 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43357/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43357/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under InstallingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4779f3173afc069f7a1ecd4406910db513bb8247&lt;/p&gt;</comment>
                            <comment id="299098" author="gerrit" created="Sat, 17 Apr 2021 18:33:04 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43356/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43356/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreTuning.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e418d09f026c64de4132edb613890f8067c71497&lt;/p&gt;</comment>
                            <comment id="299099" author="gerrit" created="Sat, 17 Apr 2021 18:33:40 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43355/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43355/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under TroubleShootingRecovery.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d9e6c337eeca2e88d1db07edb101cd72442b098c&lt;/p&gt;</comment>
                            <comment id="299100" author="gerrit" created="Sat, 17 Apr 2021 18:34:03 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43354/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43354/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingFailover.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a21827d3c777f2cfa640ee6d67dc87ab5a9df39d&lt;/p&gt;</comment>
                            <comment id="299101" author="gerrit" created="Sat, 17 Apr 2021 18:34:42 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43353/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43353/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UnderstandingLustre.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e096f06b81ed50da7c6f21867162f272299465ef&lt;/p&gt;</comment>
                            <comment id="299107" author="gerrit" created="Sun, 18 Apr 2021 01:59:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43359&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43359&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreOperations.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1b785092e59af24c00bf46cad920a215dd567ffd&lt;/p&gt;</comment>
                            <comment id="299108" author="gerrit" created="Sun, 18 Apr 2021 02:03:46 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43360&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43360&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreDebugging.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1f9bca1c797422a812a1be9635f18b8e8137b2b3&lt;/p&gt;</comment>
                            <comment id="299110" author="gerrit" created="Sun, 18 Apr 2021 11:06:55 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43361&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SystemConfigurationUtilities.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 053a4e9ff91215c1a0a0ae1ac128e0f97fc54aea&lt;/p&gt;</comment>
                            <comment id="299339" author="gerrit" created="Wed, 21 Apr 2021 01:52:20 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43360/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreDebugging.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f7edc1052d1752e09e6a1e39843cecb23ac42880&lt;/p&gt;</comment>
                            <comment id="299341" author="gerrit" created="Wed, 21 Apr 2021 01:56:52 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43361/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43361/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SystemConfigurationUtilities.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ede18e4d53e2ab87c1ea01e6ced25534a60d9f99&lt;/p&gt;</comment>
                            <comment id="299342" author="gerrit" created="Wed, 21 Apr 2021 01:59:45 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43359/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43359/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreOperations.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 871cc5fda762843433db14d0ecf6e7086e395752&lt;/p&gt;</comment>
                            <comment id="299637" author="gerrit" created="Sat, 24 Apr 2021 06:27:55 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43432&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43432&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingLNet.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 11c28e513d9402f76d0fab417c6096a2e2b967ba&lt;/p&gt;</comment>
                            <comment id="299638" author="gerrit" created="Sat, 24 Apr 2021 06:32:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43433&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43433&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SettingLustreProperties.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2c1f88c59862c1fa3f634af2912861e09257e481&lt;/p&gt;</comment>
                            <comment id="299639" author="gerrit" created="Sat, 24 Apr 2021 06:33:11 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43434&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43434&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ConfiguringStorage.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d59646cdc000fbc247414b98d932193d3466ec5f&lt;/p&gt;</comment>
                            <comment id="299640" author="gerrit" created="Sat, 24 Apr 2021 06:34:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43435&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43435&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreMonitoring.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cffc4cb60d137a3f74c5b4dcb4345b1a3ffa1ebb&lt;/p&gt;</comment>
                            <comment id="299641" author="gerrit" created="Sat, 24 Apr 2021 06:34:44 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43436&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43436&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingFileSystemIO.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2889e406e34bb6f381ea91be8a0b67b1f2052622&lt;/p&gt;</comment>
                            <comment id="299642" author="gerrit" created="Sat, 24 Apr 2021 06:35:08 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43437&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43437&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UserUtilities.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c176291b0a59932cd01d0457fea624bd6b9cb7e5&lt;/p&gt;</comment>
                            <comment id="299643" author="gerrit" created="Sat, 24 Apr 2021 06:36:00 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43438&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under BenchmarkingTests.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aae3e9de93c6bf577bccb3af59ee2dd69e2086c2&lt;/p&gt;</comment>
                            <comment id="299644" author="gerrit" created="Sat, 24 Apr 2021 07:10:27 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43438/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43438/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under BenchmarkingTests.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a0c9ca7dce40b8ad2d85ca4cd239134ba1bd4621&lt;/p&gt;</comment>
                            <comment id="299645" author="gerrit" created="Sat, 24 Apr 2021 07:10:59 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43432/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43432/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingLNet.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0a76dfe8389def72316b7488f4db7a23c17d1d50&lt;/p&gt;</comment>
                            <comment id="299646" author="gerrit" created="Sat, 24 Apr 2021 07:12:27 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43433/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43433/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SettingLustreProperties.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bd982bd1df39cbb11f04b2c595586847a619d614&lt;/p&gt;</comment>
                            <comment id="299647" author="gerrit" created="Sat, 24 Apr 2021 07:13:30 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43434/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43434/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ConfiguringStorage.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 92e62ce738a711ebd970af5796d86ae7aa2b2208&lt;/p&gt;</comment>
                            <comment id="299648" author="gerrit" created="Sat, 24 Apr 2021 07:14:58 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43437/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43437/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under UserUtilities.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a90e722fc702c79d536fe79ddc88d0023e419e38&lt;/p&gt;</comment>
                            <comment id="299649" author="gerrit" created="Sat, 24 Apr 2021 07:15:46 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43436/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under ManagingFileSystemIO.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ade39748519f4fcf162baa6cf555928adcb6447a&lt;/p&gt;</comment>
                            <comment id="299650" author="gerrit" created="Sat, 24 Apr 2021 07:16:48 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43435/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43435/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LustreMonitoring.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cd21b229d38ff93cf150edc68b06dcd01971b52d&lt;/p&gt;</comment>
                            <comment id="299669" author="gerrit" created="Sun, 25 Apr 2021 02:37:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43442&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LNetSelfTest.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8ac64765a652f2fa2cdab736bdaca03097527ae5&lt;/p&gt;</comment>
                            <comment id="299670" author="gerrit" created="Sun, 25 Apr 2021 02:39:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43443&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43443&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SettingUpBonding.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7c4ee05cdc661bd5d3d55f5f1c19cc3766bdab6b&lt;/p&gt;</comment>
                            <comment id="299671" author="gerrit" created="Sun, 25 Apr 2021 02:41:14 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@aeoncomputing.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43444&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43444&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add remaining meaningful ref names&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ec2df9a6471f8226eb3070173c41a42200237913&lt;/p&gt;</comment>
                            <comment id="299675" author="gerrit" created="Sun, 25 Apr 2021 10:40:38 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43442/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43442/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under LNetSelfTest.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ab1c86066cb8a75f5b292c820fcb3dc7385217fd&lt;/p&gt;</comment>
                            <comment id="299676" author="gerrit" created="Sun, 25 Apr 2021 10:40:58 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43443/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43443/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add meaningful ref names under SettingUpBonding.xml&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dd696ea7cee8d65e68465726e24c58f409ff3a5a&lt;/p&gt;</comment>
                            <comment id="299677" author="gerrit" created="Sun, 25 Apr 2021 10:41:47 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43444/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43444/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: Add remaining meaningful ref names&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e5b8f9c749e4cb33fb21baed5ebece0f0b0d6987&lt;/p&gt;</comment>
                            <comment id="302190" author="gerrit" created="Fri, 21 May 2021 01:02:15 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43759&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43759&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: remove &apos;dbdoclet.&apos; from crossrefs&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 932d6298e0fb2139816597294a6ac7ccc898aed9&lt;/p&gt;</comment>
                            <comment id="302207" author="gerrit" created="Fri, 21 May 2021 03:30:48 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43759/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43759/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-394&quot; title=&quot;Use proper names for sections in the manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-394&quot;&gt;&lt;del&gt;LUDOC-394&lt;/del&gt;&lt;/a&gt; manual: remove &apos;dbdoclet.&apos; from crossrefs&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c0d5b52c4b61e319d07ec18a12722b44c06d0a5a&lt;/p&gt;</comment>
                            <comment id="302208" author="adilger" created="Fri, 21 May 2021 03:31:38 +0000"  >&lt;p&gt;This has been fixed for all cross references in the manual. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56819">LUDOC-456</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="34805" name="image-2020-04-30-14-51-54-002.png" size="23454" author="joeytx1840" created="Thu, 30 Apr 2020 19:51:54 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzr3r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>