<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:45:55 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-11670] Incorrect size when using lockahead</title>
                <link>https://jira.whamcloud.com/browse/LU-11670</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When running IOR with the patched MPICH to use lockahead, we pretty consistently get size miscompares on some systems, eg:&lt;br/&gt;
WARNING: inconsistent file size by different tasks.&lt;br/&gt;
WARNING: Expected aggregate file size&#160;&#160;&#160;&#160;&#160;&#160; = 5368709120.&lt;br/&gt;
WARNING: Stat() of aggregate file size&#160;&#160;&#160;&#160;&#160; = 5103419392.&lt;br/&gt;
WARNING: Using actual aggregate bytes moved = 5368709120.&lt;br/&gt;
This seems to be pretty timing dependent, as we don&apos;t see it at all on another system running the same software, and we didn&apos;t see it in our original testing, even though the bug is definitely present.&lt;/p&gt;

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

&lt;p&gt;I&apos;ve identified the bug and found a fix.&#160; During development, Oleg pointed out that it was not necessary to send glimpse callbacks to all locks on a particular resource, but rather we could send one per client, because the client size check is not lock specific - It actually gets the size from the upper layers.&lt;/p&gt;

&lt;p&gt;This is true, but there is a caveat that went unnoticed:&lt;br/&gt;
This only happens if l_ast_data is set (see osc_ldlm_glimpse_ast), which is not true for speculatively requested locks (glimpse, lockahead - see osc_lock_enqueue &amp;amp; osc_enqueue_base) until they are used for I/O.&lt;/p&gt;

&lt;p&gt;This means that if one client requests, say, two 1 MiB locks, then writes in to the first of them, and another client stats the file, the server will only send a glimpse to the highest lock.*&lt;/p&gt;

&lt;p&gt;This higher lock has not been used for I/O and therefore does not have l_ast_data set, so the part of the glimpse callback that gets size from clio layers does not run.&#160; So the second client will see a file size of zero.&lt;/p&gt;

&lt;p&gt;*Note that if we wait long enough, the write associated with the first lock will be flushed and the server will have up to date size and will return the correct value to the client.&#160; Part of the reason this is timing dependent.&lt;/p&gt;

&lt;p&gt;The fix is for the client, in the glimpse AST, to walk the granted lock list looking for a lock with l_ast_data set.&#160; If none is found, then either no writes actually used these locks, or the object is being destroyed - either way, this client doesn&apos;t have useful size information.&lt;/p&gt;

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

&lt;p&gt;Patch forthcoming momentarily.&lt;/p&gt;

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

&lt;p&gt;I&apos;ll leave this up to WC whether or not this should be a blocker, but it&apos;s probably worth considering as one.&lt;/p&gt;</description>
                <environment></environment>
        <key id="54037">LU-11670</key>
            <summary>Incorrect size when using lockahead</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="pfarrell">Patrick Farrell</assignee>
                                    <reporter username="paf">Patrick Farrell</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Nov 2018 03:21:27 +0000</created>
                <updated>Mon, 26 Oct 2020 13:27:43 +0000</updated>
                            <resolved>Fri, 4 Oct 2019 12:45:18 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="237014" author="gerrit" created="Thu, 15 Nov 2018 03:32:06 +0000"  >&lt;p&gt;Patrick Farrell (paf@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33660&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33660&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; osc: glimpse - search for active lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca392f75798a8d06727c98210d1bd5c30866deb5&lt;/p&gt;</comment>
                            <comment id="255088" author="gerrit" created="Fri, 20 Sep 2019 07:51:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33660/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33660/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; osc: glimpse - search for active lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b3461d11dcb04670cc2e1bfbb99306cfd3f645ef&lt;/p&gt;</comment>
                            <comment id="255140" author="pjones" created="Fri, 20 Sep 2019 14:30:48 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="255378" author="adilger" created="Wed, 25 Sep 2019 13:04:21 +0000"  >&lt;p&gt;The new sanityn test_103 is causing intermittent test failures on master since this patch has landed:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/6e7ab5ca-dbf2-11e9-b62b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/6e7ab5ca-dbf2-11e9-b62b-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/5465b1be-dc86-11e9-add9-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/5465b1be-dc86-11e9-add9-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/7fb92682-de13-11e9-be86-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/7fb92682-de13-11e9-be86-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/988e7d56-de18-11e9-a197-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/988e7d56-de18-11e9-a197-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/b8faf26a-de1b-11e9-add9-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/b8faf26a-de1b-11e9-add9-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/ea74ad9e-de49-11e9-be86-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/ea74ad9e-de49-11e9-be86-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/b50fb5a0-de5c-11e9-be86-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/b50fb5a0-de5c-11e9-be86-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/df3dabbc-def6-11e9-be86-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/df3dabbc-def6-11e9-be86-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/70b6fa24-def9-11e9-9874-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/70b6fa24-def9-11e9-9874-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/b26d3222-df11-11e9-b62b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/b26d3222-df11-11e9-b62b-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="255379" author="pjones" created="Wed, 25 Sep 2019 13:12:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=paf&quot; class=&quot;user-hover&quot; rel=&quot;paf&quot;&gt;paf&lt;/a&gt; any thoughts?&lt;/p&gt;</comment>
                            <comment id="255380" author="adilger" created="Wed, 25 Sep 2019 13:15:31 +0000"  >&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;Incorrect size expected (no glimpse fix):
Starting test test23 at 1569352103
Finishing test test23 at 1569352106
 sanityn test_103: @@@@@@ FAIL: Lockahead test 23 passed with fail_loc set, 0 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="255385" author="paf0186" created="Wed, 25 Sep 2019 14:57:46 +0000"  >&lt;p&gt;Oh, yuck.&#160; I checked a few of those, and they all appear to be ZFS.&lt;/p&gt;

&lt;p&gt;So presumably it&apos;s some sort of very long sync delay, or possibly the ZFS periodic commit interval is triggering in the middle of the test...&#160; Can&apos;t quite nail what it is right now.&#160; But there&apos;s an easy way out.&lt;/p&gt;

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

&lt;p&gt;This test is a little weird, as it has two halves so it can sort of self-verify...&#160; The first half proves the problem exists, by showing that if you &lt;b&gt;disable&lt;/b&gt;&#160;the fix, the bug occurs.&#160; The second half tests that the problem does &lt;b&gt;not&lt;/b&gt; occur with the fix in place.&lt;/p&gt;

&lt;p&gt;The &lt;b&gt;first&lt;/b&gt; half, the one that shows the bug exists, is the only one that&apos;s failing.&#160; Basically, we are unexpectedly &lt;b&gt;succeeding&lt;/b&gt; sometimes.&lt;/p&gt;

&lt;p&gt;And while I like having a self-verifying test, the truth is very few of our tests are that way.&lt;/p&gt;

&lt;p&gt;So a quick &amp;amp; simple solution that would not overly compromise things would be to remove everything after test_mkdir (line 4753 here&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/33660/31/lustre/tests/sanityn.sh&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33660/31/lustre/tests/sanityn.sh&lt;/a&gt;&#160;) up to (but not including) line 4780, where we start setting the fail_loc.&lt;/p&gt;

&lt;p&gt;(I&apos;m not going to push this patch at the moment, but I&apos;d be happy to review it.)&lt;/p&gt;


&lt;p&gt;That would leave you with only the &quot;positive&quot; test, removing the &quot;negative&quot; (ie, prove it&apos;s broken without the fix) one, which is the only one that&apos;s failing.&#160;&#160;&lt;/p&gt;


&lt;p&gt;If someone really wants to debug this, I would add a printf with the stat information in to lockahead test.c, rather than only printing stat info when it disagrees...&#160; See whether the &quot;agreeing&quot; size on both clients is 0 or 1 MiB.&#160; And, basically, dig through the ZFS stuff and see how the different ZFS sync behavior is conflicting with the test.&lt;/p&gt;</comment>
                            <comment id="255447" author="yujian" created="Thu, 26 Sep 2019 17:19:32 +0000"  >&lt;p&gt;I&apos;m working on the patch to remove the first part of the test from sanityn test 103.&lt;/p&gt;</comment>
                            <comment id="255448" author="yujian" created="Thu, 26 Sep 2019 17:36:24 +0000"  >&lt;p&gt;Hi Patrick,&lt;br/&gt;
What about just making the following change so as to keep the first half test and just print an info when the problem cannot be reproduced?&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;sanityn.sh&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh
index 7d4007534b..ae47c09d55 100755
--- a/lustre/tests/sanityn.sh
+++ b/lustre/tests/sanityn.sh
@@ -4768,7 +4768,7 @@ test_103() {
        lockahead_test -d $DIR/$tdir -D $DIR2/$tdir -t $testnum -f $tfile
        rc=$?
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ $rc -eq 0 ]; then
-               error &lt;span class=&quot;code-quote&quot;&gt;&quot;Lockahead test $testnum passed with fail_loc set, ${rc}&quot;&lt;/span&gt;
+               echo &lt;span class=&quot;code-quote&quot;&gt;&quot;Lockahead test $testnum passed with fail_loc set, ${rc}&quot;&lt;/span&gt;
        fi
 
        # guarantee write commit timeout has expired
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="255449" author="paf0186" created="Thu, 26 Sep 2019 17:49:10 +0000"  >&lt;p&gt;Hi Jian,&lt;/p&gt;

&lt;p&gt;Ah, that&apos;s better than my suggestion. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&#160; Yeah, I like that idea.&lt;/p&gt;</comment>
                            <comment id="255450" author="gerrit" created="Thu, 26 Sep 2019 17:54:24 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36303&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36303&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; tests: do not fail the first half in sanityn test 103&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5c382fc06b013044e5bc16c20d648ac467e6aa5e&lt;/p&gt;</comment>
                            <comment id="255701" author="adilger" created="Tue, 1 Oct 2019 10:02:43 +0000"  >&lt;p&gt;NB: there also appear to be about 40% of failures on ldiskfs, and not just ZFS. &lt;/p&gt;</comment>
                            <comment id="255840" author="gerrit" created="Fri, 4 Oct 2019 03:38:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36303/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36303/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; tests: do not fail the first half in sanityn test 103&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a88d0aa76c62e3074a05e869c9f0ba7ac128300f&lt;/p&gt;</comment>
                            <comment id="255894" author="pjones" created="Fri, 4 Oct 2019 12:45:18 +0000"  >&lt;p&gt;ok - the correction to the patch has landed too&lt;/p&gt;</comment>
                            <comment id="256072" author="gerrit" created="Tue, 8 Oct 2019 16:46:32 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36406&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; osc: glimpse - search for active lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7df7f1d5b2bf01643cdd55d6ed9fccaaf98a2c42&lt;/p&gt;</comment>
                            <comment id="256073" author="gerrit" created="Tue, 8 Oct 2019 16:46:32 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36407&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36407&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; tests: do not fail the first half in sanityn test 103&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ef91b632b93e8ea57b4fe41ee2e9b1306d48fb8f&lt;/p&gt;</comment>
                            <comment id="259759" author="gerrit" created="Thu, 12 Dec 2019 23:05:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36406/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36406/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; osc: glimpse - search for active lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2548cb9e32bfca897de577f88836629f72641369&lt;/p&gt;</comment>
                            <comment id="259760" author="gerrit" created="Thu, 12 Dec 2019 23:05:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36407/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36407/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11670&quot; title=&quot;Incorrect size when using lockahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11670&quot;&gt;&lt;del&gt;LU-11670&lt;/del&gt;&lt;/a&gt; tests: do not fail the first half in sanityn test 103&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9292c2a0d1159d3ab47a190799f73e1e1a09f77c&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="59478">LU-13645</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57666">LU-13089</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54157">LU-11719</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57823">LU-13149</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i006g7:</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>
                                                                                            <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>