<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:41:31 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-263] wrapped text lines in xml make review in gerrit easier.</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-263</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description></description>
                <environment></environment>
        <key id="27791">LUDOC-263</key>
            <summary>wrapped text lines in xml make review in gerrit easier.</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="LM-Triage">Lustre Manual Triage</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Dec 2014 16:27:11 +0000</created>
                <updated>Thu, 15 Sep 2016 14:44:05 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="100845" author="rhenwood" created="Fri, 5 Dec 2014 17:20:55 +0000"  >&lt;p&gt;I&apos;ve spent a bit of time looking into tools to wrap xml. The best I found is &apos;tidy&apos;. It has a problem, however, which is that in xml mode, --new-pre-tags are ignored. What this means, is that &amp;lt;screen&amp;gt; and &amp;lt;programlisting&amp;gt; tags, which you typically would want to avoid being parsed and wrapped, get parsed and wrapped.&lt;/p&gt;

&lt;p&gt;So you need to go and manually check the &amp;lt;screen&amp;gt; and &amp;lt;programlisting&amp;gt;s after you tidy. For an example of a &apos;tidy&apos;ied file see here:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/11938/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11938/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was generated with the command below, and then &amp;lt;screen&amp;gt; tags were manually reviewed.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;cat ./LustreTuning.xml | ~/tools/tidy/bin/tidy --new-pre-tags screen,programlisting --wrap-script-literals no -utf8 -xml -w 80 -i -c -asxml | vi -
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="100868" author="rhenwood" created="Fri, 5 Dec 2014 19:53:25 +0000"  >&lt;p&gt;oh, I&apos;ve also noticed that spaces are remove after &apos;literal&apos; tags - thanks to the tidy command above. One quick fix is:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;:%s/\/literal&amp;gt;\([a-zA-Z]\)/\/literal&amp;gt; \1/gc
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="100871" author="gerrit" created="Fri, 5 Dec 2014 20:22:26 +0000"  >&lt;p&gt;Delete comment from wrong patch.&lt;/p&gt;</comment>
                            <comment id="106691" author="gerrit" created="Wed, 11 Feb 2015 20:34:03 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12966/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12966/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; lfsck: review and update LFSCK documentation.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6c441812758e47b4698086173b583e3d6bd051b0&lt;/p&gt;</comment>
                            <comment id="134772" author="gerrit" created="Mon, 30 Nov 2015 18:58:13 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17393&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17393&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9f3a6c3c6f46cea90247b0ab8844c22c9d639f5b&lt;/p&gt;</comment>
                            <comment id="134779" author="gerrit" created="Mon, 30 Nov 2015 21:29:29 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17398&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17398&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bb1fa93236e752a1c7f038292163f3a610711eca&lt;/p&gt;</comment>
                            <comment id="134884" author="gerrit" created="Tue, 1 Dec 2015 17:16:00 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17410&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17410&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca8564f78226c3b5d68edd768ee96ca48401818a&lt;/p&gt;</comment>
                            <comment id="135240" author="gerrit" created="Fri, 4 Dec 2015 16:54:36 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17410/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17410/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 516fe708f75b8f6fe1d9cc8a21be6888acae5b21&lt;/p&gt;</comment>
                            <comment id="135302" author="gerrit" created="Fri, 4 Dec 2015 22:34:11 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17485&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17485&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b774f9044a5455cdd2a0010ad435adf8f4c94407&lt;/p&gt;</comment>
                            <comment id="135384" author="gerrit" created="Mon, 7 Dec 2015 14:04:47 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17485/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bda9d624b241ed373b0909d99a0361324ba5aaab&lt;/p&gt;</comment>
                            <comment id="135716" author="gerrit" created="Wed, 9 Dec 2015 20:48:06 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17530&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17530&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6fc53417a399acd665a312327b805f485ba20088&lt;/p&gt;</comment>
                            <comment id="136211" author="gerrit" created="Mon, 14 Dec 2015 17:25:17 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17398/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f6e8b0623e4e3188b3c91db22436695ebded08f8&lt;/p&gt;</comment>
                            <comment id="145847" author="gerrit" created="Wed, 16 Mar 2016 19:20:03 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17393/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17393/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bfc3782667e73a23f28a7b9cac0df416e9b575b0&lt;/p&gt;</comment>
                            <comment id="145849" author="gerrit" created="Wed, 16 Mar 2016 19:20:33 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17530/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-263&quot; title=&quot;wrapped text lines in xml make review in gerrit easier.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-263&quot;&gt;LUDOC-263&lt;/a&gt; wrap: wrap lines for review convenience.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 93cda492417285364795cb14506a4cc6259c6700&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|hzx1vz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16697</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>