<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:49 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>[LU-5361] sanity test_77i: algo set to crc32 instead of adler</title>
                <link>https://jira.whamcloud.com/browse/LU-5361</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for John Hammond &amp;lt;john.hammond@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/307abe62-0cd8-11e4-8ce3-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/307abe62-0cd8-11e4-8ce3-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_77i failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;algo set to crc32 instead of adler&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity 77i&lt;/p&gt;</description>
                <environment></environment>
        <key id="25613">LU-5361</key>
            <summary>sanity test_77i: algo set to crc32 instead of adler</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Jul 2014 14:30:56 +0000</created>
                <updated>Tue, 22 May 2018 06:01:13 +0000</updated>
                            <resolved>Tue, 14 Mar 2017 06:05:18 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>14</watches>
                                                                            <comments>
                            <comment id="89205" author="jhammond" created="Wed, 16 Jul 2014 14:32:44 +0000"  >&lt;p&gt;Seems like a bogus test to me. There&apos;s no guarantee that adler will be faster than crc32 all the time.&lt;/p&gt;</comment>
                            <comment id="89206" author="simmonsja" created="Wed, 16 Jul 2014 14:34:24 +0000"  >&lt;p&gt;Completely agree. On systems with hardware accelerated crc32 it will beat alder32 hands down.&lt;/p&gt;</comment>
                            <comment id="89207" author="jhammond" created="Wed, 16 Jul 2014 14:36:46 +0000"  >&lt;p&gt;Note also that we have recently changed the crypto speed test code. See &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5063&quot; title=&quot;sanity-quota test_7b test_12a test_13: dd failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5063&quot;&gt;LU-5063&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5279&quot; title=&quot;kernel BUG at arch/x86/mm/physaddr.c:20!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5279&quot;&gt;&lt;del&gt;LU-5279&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="89310" author="adilger" created="Wed, 16 Jul 2014 23:24:37 +0000"  >&lt;p&gt;When the test was originally written, the &quot;adler&quot; algorithm was always available since the availability had nothing to do with performance.  The change to make only a subset of algorithms available to the client was done in 2.2.58 so that clients would not choose the locally-fastest algorithm at the expense of selecting a slow algorithm on the server.&lt;/p&gt;

&lt;p&gt;That said, this test should be exercising the client checksum selection if OBD_CONNECT_CKSUM is not available, in which case it should select adler:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;test_77i() { # bug 13805
        #define OBD_FAIL_OSC_CONNECT_CKSUM       0x40b
        lctl set_param fail_loc=0x40b
        remount_client $MOUNT
        lctl set_param fail_loc=0
        &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; VALUE in `lctl get_param osc.*osc-[^mM]*.checksum_type`; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
                PARAM=`echo ${VALUE[0]} | cut -d &lt;span class=&quot;code-quote&quot;&gt;&quot;=&quot;&lt;/span&gt; -f1`
                algo=`lctl get_param -n $PARAM | sed &lt;span class=&quot;code-quote&quot;&gt;&apos;s/.*\[\(.*\)\].*/\1/g&apos;&lt;/span&gt;`
                [ &lt;span class=&quot;code-quote&quot;&gt;&quot;$algo&quot;&lt;/span&gt; = &lt;span class=&quot;code-quote&quot;&gt;&quot;adler&quot;&lt;/span&gt; ] || error &lt;span class=&quot;code-quote&quot;&gt;&quot;algo set to $algo instead of adler&quot;&lt;/span&gt;
        done
        remount_client $MOUNT
}
run_test 77i &lt;span class=&quot;code-quote&quot;&gt;&quot;client not supporting OSD_CONNECT_CKSUM&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!OBD_FAIL_CHECK(OBD_FAIL_OSC_CONNECT_CKSUM)) {
                /* OBD_CONNECT_CKSUM should always be set, even &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; checksums are
                 * disabled by &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;, because it can still be enabled on the
                 * fly via /proc. As a consequence, we still need to come to an
                 * agreement on the supported algorithms at connect time */
                data-&amp;gt;ocd_connect_flags |= OBD_CONNECT_CKSUM;
        
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (OBD_FAIL_CHECK(OBD_FAIL_OSC_CKSUM_ADLER_ONLY))
                        data-&amp;gt;ocd_cksum_types = OBD_CKSUM_ADLER;
                &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
                        data-&amp;gt;ocd_cksum_types = cksum_types_supported_client();
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (ocd-&amp;gt;ocd_connect_flags &amp;amp; OBD_CONNECT_CKSUM) {
                        /* We sent to the server ocd_cksum_types with bits set
                         * &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; algorithms we understand. The server masked off
                         * the checksum types it doesn&apos;t support */
                        :
                        :
                } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {
                        /* The server does not support OBD_CONNECT_CKSUM.
                         * Enforce ADLER &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; backward compatibility*/
                        cli-&amp;gt;cl_supp_cksum_types = OBD_CKSUM_ADLER;
                }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;though the old comments and debug message in &lt;tt&gt;ofd_parse_connect_data()&lt;/tt&gt; would have you think otherwise (they were not updated as part of &lt;a href=&quot;http://review.whamcloud.com/3098&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3098&lt;/a&gt; when the fallback was changed from crc32 to adler), but that should not actually have any effect on operation:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {             
                /* This client does not support OBD_CONNECT_CKSUM
                 * fall back to CRC32 */      
                CDEBUG(D_RPCTRACE, &lt;span class=&quot;code-quote&quot;&gt;&quot;%s: cli %s does not support &quot;&lt;/span&gt;
                       &lt;span class=&quot;code-quote&quot;&gt;&quot;OBD_CONNECT_CKSUM, CRC32 will be used\n&quot;&lt;/span&gt;,
                       exp-&amp;gt;exp_obd-&amp;gt;obd_name, obd_export_nid2str(exp));
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So this test shouldn&apos;t have anything to do with the relative speed of the algorithms.&lt;/p&gt;

&lt;p&gt;It may be that the test is racy and the fail_loc is cleared before all of the OSC connections have been made?  It might make sense to move the &lt;tt&gt;fail_loc=0&lt;/tt&gt; line to just before the second remount to avoid this problem.&lt;/p&gt;</comment>
                            <comment id="89313" author="adilger" created="Wed, 16 Jul 2014 23:33:14 +0000"  >&lt;p&gt;When fixing this, the test_77i() code could be cleaned up a bit.  It uses &lt;tt&gt;cut -d=&lt;/tt&gt; when it could be using &lt;tt&gt;lctl get_param -N&lt;/tt&gt; to just print the parameter names.  It should also use $(...) for subshells instead of `...`, and it should print out the OSC device on which the failure(s) happened.&lt;/p&gt;

&lt;p&gt;Actually, the whole check could be simplified to:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        lctl get_param osc.*osc-[^mM]*.checksum_type | grep -v &lt;span class=&quot;code-quote&quot;&gt;&apos;\[adler\]&apos;&lt;/span&gt; &amp;amp;&amp;amp;
                 error &lt;span class=&quot;code-quote&quot;&gt;&quot;checksum algorithm not set to adler&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="89317" author="adilger" created="Wed, 16 Jul 2014 23:51:29 +0000"  >&lt;p&gt;Note also that this test failure appears to have been around a long time and is unlikely to be (directly) related to the checksum algorithm changes.  &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3243&quot; title=&quot;sanity.sh test_77i: algo set to crc32 instead of adler&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3243&quot;&gt;&lt;del&gt;LU-3243&lt;/del&gt;&lt;/a&gt; predates it, and was closed when the debug patch was landed, even though the comment said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I submitted &lt;a href=&quot;http://review.whamcloud.com/6205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/6205&lt;/a&gt; to improve the error message, but that is not fixing the bug here.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I also see several cases of this test failing if there is an error reading from /proc, but I think those predate the 6205 patch, which prints out the actual checksum algorithm used and doesn&apos;t just fail if &apos;&lt;span class=&quot;error&quot;&gt;&amp;#91;adler&amp;#93;&lt;/span&gt;&apos; is not found.&lt;/p&gt;</comment>
                            <comment id="121440" author="jamesanunez" created="Thu, 16 Jul 2015 15:22:29 +0000"  >&lt;p&gt;Another instance of this error:&lt;br/&gt;
2015-07-16 03:17:56 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/156e74ae-2b83-11e5-b0b2-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/156e74ae-2b83-11e5-b0b2-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2015-07-20 15:59:05 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/03de714c-2f13-11e5-bc70-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/03de714c-2f13-11e5-bc70-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2015-08-21 10:53:05 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/7461086c-483b-11e5-813b-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/7461086c-483b-11e5-813b-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="130584" author="yong.fan" created="Fri, 16 Oct 2015 03:00:32 +0000"  >&lt;p&gt;Another failure instance on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/269d217c-738a-11e5-ae2e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/269d217c-738a-11e5-ae2e-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="130754" author="bfaccini" created="Mon, 19 Oct 2015 13:30:23 +0000"  >&lt;p&gt;+1 again on master : &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/aa999490-764d-11e5-86b7-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/aa999490-764d-11e5-86b7-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="132156" author="jamesanunez" created="Fri, 30 Oct 2015 14:48:38 +0000"  >&lt;p&gt;Another failure on master at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/1654529c-7e46-11e5-965a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/1654529c-7e46-11e5-965a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2015-11-13 21:15:03 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/aae313cc-8a66-11e5-ba42-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/aae313cc-8a66-11e5-ba42-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2016-01-21 15:34:52 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/70bbba40-c06d-11e5-acc7-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/70bbba40-c06d-11e5-acc7-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2016-01-21 23:10:38 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/cb1f99b2-c0ad-11e5-b0fe-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/cb1f99b2-c0ad-11e5-b0fe-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2016-02-01 15:26:49 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/11b856f0-c911-11e5-bedf-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/11b856f0-c911-11e5-bedf-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2016-02-08 08:55:14 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2c566f30-ce8c-11e5-af15-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2c566f30-ce8c-11e5-af15-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2016-02-08 16:43:35 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2a62fb4c-ce9d-11e5-bfa1-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2a62fb4c-ce9d-11e5-bfa1-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="132282" author="emoly.liu" created="Mon, 2 Nov 2015 02:42:57 +0000"  >&lt;p&gt;Another failure at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/1654529c-7e46-11e5-965a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/1654529c-7e46-11e5-965a-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="157203" author="adilger" created="Tue, 28 Jun 2016 22:16:50 +0000"  >&lt;p&gt;The algorithm used depends on the CPU hardware support. It may be that CRC32 is a lot faster than Adler, so Adler is not available.  That probably needs a fix to the test. &lt;/p&gt;</comment>
                            <comment id="172729" author="gerrit" created="Tue, 8 Nov 2016 10:03:11 +0000"  >&lt;p&gt;Ashish Purkar (ashish.purkar@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23644&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23644&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5361&quot; title=&quot;sanity test_77i: algo set to crc32 instead of adler&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5361&quot;&gt;&lt;del&gt;LU-5361&lt;/del&gt;&lt;/a&gt; tests: Incorrect checksum algorithm reported&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a476729a9ca737bd00d611c870837d2b7977317c&lt;/p&gt;</comment>
                            <comment id="176555" author="yujian" created="Mon, 5 Dec 2016 20:48:33 +0000"  >&lt;p&gt;One more failure instance on master branch:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a136d632-b36a-11e6-a0b8-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/a136d632-b36a-11e6-a0b8-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="186908" author="gerrit" created="Fri, 3 Mar 2017 15:52:56 +0000"  >&lt;p&gt;Abrarahmed Momin (kais_abrar@yahoo.co.in) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25745&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25745&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5361&quot; title=&quot;sanity test_77i: algo set to crc32 instead of adler&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5361&quot;&gt;&lt;del&gt;LU-5361&lt;/del&gt;&lt;/a&gt; llite: Remove OBD_FAIL_OSC_CONNECT_CKSUM&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3e0a5be1edf02b8facb8928b746c23e17a376c3&lt;/p&gt;</comment>
                            <comment id="188190" author="gerrit" created="Tue, 14 Mar 2017 02:58:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23644/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23644/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5361&quot; title=&quot;sanity test_77i: algo set to crc32 instead of adler&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5361&quot;&gt;&lt;del&gt;LU-5361&lt;/del&gt;&lt;/a&gt; llite: Remove OBD_FAIL_OSC_CONNECT_CKSUM&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5c3151841520001b75e908af0fc3446d80853969&lt;/p&gt;</comment>
                            <comment id="188204" author="pjones" created="Tue, 14 Mar 2017 06:05:18 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="18620">LU-3243</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzwrmf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14946</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>