<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:34 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-7631] conf-sanity test_82a: getstripe -c wrong: found 2, expected 3</title>
                <link>https://jira.whamcloud.com/browse/LU-7631</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Andreas Dilger &amp;lt;andreas.dilger@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/9313c1e0-b06f-11e5-bf32-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/9313c1e0-b06f-11e5-bf32-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_82a failed with the following error:&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;/usr/bin/lfs getstripe -c /mnt/lustre/d82a.conf-sanity/f82a.conf-sanity-1 wrong: found 2, expected 3
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looks like this might be related to running short of precreated OST objects on one of the OSTs and it is skipped rather than blocking the create.  The MDS should allow at most 1/4 of requested stripes to be skipped if they have no objects rather than blocking the create indefinitely.  However, it appears that this functionality was broken with the change from LOV to LOD, and in this case all 3 OST objects are required since (3 * 1/4 &amp;lt; 1) so no whole stripe could be skipped yet.&lt;/p&gt;

&lt;p&gt;In lod_qos_prep_create() it does not set the flags = LOV_USES_DEFAULT_STRIPE for the cases when a filesystem-wide default striping is used as was done in the original qos_prep_create(), and as such lod_alloc_qos() requires that all requested stripes to be allocated.  The lod_alloc_qos() code will fall back to lod_alloc_rr() with -EAGAIN if these cannot be allocated.  In lod_alloc_rr() it will return success if at least one OST object was allocated, which doesn&apos;t seem correct if a large number of stripes was requested, though it isn&apos;t clear why lod_alloc_rr() doesn&apos;t wait for the OSTs to come online and allocate the requested number of objects.&lt;/p&gt;

&lt;p&gt;Also, it looks like the check for lod_qos_is_usable() could be moved to the start of lod_alloc_qos() instead of after the pools are checked, since it doesn&apos;t use any of the pool information anyway.  &lt;/p&gt;

&lt;p&gt;Info required for matching: conf-sanity 82a&lt;/p&gt;</description>
                <environment></environment>
        <key id="33933">LU-7631</key>
            <summary>conf-sanity test_82a: getstripe -c wrong: found 2, expected 3</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="jamesanunez">James Nunez</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Jan 2016 09:03:05 +0000</created>
                <updated>Tue, 19 Mar 2019 14:51:48 +0000</updated>
                            <resolved>Wed, 16 Jan 2019 16:09:01 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.9.0</version>
                    <version>Lustre 2.10.0</version>
                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.10.5</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.10.7</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>14</watches>
                                                                            <comments>
                            <comment id="146114" author="rhenwood" created="Fri, 18 Mar 2016 15:34:38 +0000"  >&lt;p&gt;Another failure on Master with review-dne-part-1:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/421fd0d8-ebd6-11e5-93cc-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/421fd0d8-ebd6-11e5-93cc-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="149541" author="rhenwood" created="Wed, 20 Apr 2016 15:05:03 +0000"  >&lt;p&gt;Another recent failure on Master with review-dne-part-1:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a9d74cae-057d-11e6-b5f1-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/a9d74cae-057d-11e6-b5f1-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="172453" author="yujian" created="Mon, 7 Nov 2016 00:36:37 +0000"  >&lt;p&gt;One more failure on master branch in review-dne-part-1 test session:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/01a4a8fc-a446-11e6-a980-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/01a4a8fc-a446-11e6-a980-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="177382" author="yong.fan" created="Sat, 10 Dec 2016 15:45:24 +0000"  >&lt;p&gt;+1 on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2bde2290-be65-11e6-9f18-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2bde2290-be65-11e6-9f18-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="183465" author="yong.fan" created="Sat, 4 Feb 2017 13:00:15 +0000"  >&lt;p&gt;+1 on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/bac95502-ead8-11e6-af25-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/bac95502-ead8-11e6-af25-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="192760" author="mdiep" created="Thu, 20 Apr 2017 01:52:06 +0000"  >&lt;p&gt;+1 on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/d91b538c-2568-11e7-9de9-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/d91b538c-2568-11e7-9de9-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="193312" author="adilger" created="Tue, 25 Apr 2017 00:39:17 +0000"  >&lt;p&gt;I can&apos;t see why this test is formatting a new filesystem?  It should be able to run with any existing filesystem, and this should also avoid the failure since it there will not be a startup issue with the OSTs not being ready. &lt;/p&gt;</comment>
                            <comment id="197214" author="yong.fan" created="Fri, 26 May 2017 22:24:07 +0000"  >&lt;p&gt;+1 on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/cf4a46ea-4252-11e7-bc6c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/cf4a46ea-4252-11e7-bc6c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="198239" author="gerrit" created="Tue, 6 Jun 2017 03:06:51 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27441&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: wait_osts_up waits for MDS precreates&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cb7c2473cdbc2e375182e3d7de1b0fbfa6b0865a&lt;/p&gt;</comment>
                            <comment id="199931" author="sbuisson" created="Thu, 22 Jun 2017 07:18:37 +0000"  >&lt;p&gt;+1 on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/48700424-56f8-11e7-8a1b-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/48700424-56f8-11e7-8a1b-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202569" author="gerrit" created="Wed, 19 Jul 2017 03:28:21 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/27441/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27441/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: wait_osts_up waits for MDS precreates&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: edb0fb241bb5e0cc95c240ed977abf7f234ee045&lt;/p&gt;</comment>
                            <comment id="202603" author="pjones" created="Wed, 19 Jul 2017 03:30:56 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="208336" author="bogl" created="Thu, 14 Sep 2017 04:35:45 +0000"  >&lt;p&gt;seen again on b2_10:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/000cf930-9901-11e7-b778-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/000cf930-9901-11e7-b778-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think the fix &lt;a href=&quot;https://review.whamcloud.com/27441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27441&lt;/a&gt; is only landed on master, not b2_10.&lt;/p&gt;</comment>
                            <comment id="212197" author="mdiep" created="Fri, 27 Oct 2017 15:23:02 +0000"  >&lt;p&gt;hit again on master  &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/515a8c78-babf-11e7-9abd-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/515a8c78-babf-11e7-9abd-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="215181" author="adilger" created="Fri, 1 Dec 2017 22:45:50 +0000"  >&lt;p&gt;This test would benefit from printing out the &quot;&lt;tt&gt;$ost_indices&lt;/tt&gt;&quot; value and the actual file layout from &quot;&lt;tt&gt;lfs getstripe&lt;/tt&gt;&quot; in case of error.  Also, getting &quot;&lt;tt&gt;lctl get_param osc.&lt;b&gt;.prealloc_&lt;/b&gt;_id&lt;/tt&gt;&quot; on the MDS before and after the test is run would tell us if the OSTs have precreated objects, or if &lt;tt&gt;wait_osts_up&lt;/tt&gt; is not enough.  It would also be good to make it more clear which of the &quot;&lt;tt&gt;wrong:&lt;/tt&gt;&quot; messages is being printed.  I suspect that it is just a matter of waiting for the MDS-OSS connections to have preallocated objects.&lt;/p&gt;</comment>
                            <comment id="222399" author="mdiep" created="Mon, 5 Mar 2018 16:35:46 +0000"  >&lt;p&gt;+1 on b2_10&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/b685aeb4-2033-11e8-b046-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/b685aeb4-2033-11e8-b046-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="237225" author="jamesanunez" created="Tue, 20 Nov 2018 00:45:18 +0000"  >&lt;p&gt;I took a look at all the conf-sanity test 82a failures from the past almost five months, July 1 to November 19, and this test is only failing for 2.10.5 and 2.10.6 testing. I will upload a patch with Andreas suggestions to help with debugging in case we see this test fail again.&lt;/p&gt;</comment>
                            <comment id="237259" author="gerrit" created="Tue, 20 Nov 2018 16:16:33 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33689&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33689&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5a48d247a6e1851595df0203f597a6aee52c38e4&lt;/p&gt;</comment>
                            <comment id="237262" author="gerrit" created="Tue, 20 Nov 2018 16:52:33 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33690&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33690&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: wait_osts_up waits for MDS precreates&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 64ed3b90af4f2b53b4f78f27355148ab42a9ef19&lt;/p&gt;</comment>
                            <comment id="239429" author="gerrit" created="Sat, 5 Jan 2019 06:52:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33690/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33690/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: wait_osts_up waits for MDS precreates&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 17065139073a070d987235db7794805d264af2b3&lt;/p&gt;</comment>
                            <comment id="240081" author="gerrit" created="Wed, 16 Jan 2019 07:06:34 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33689/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33689/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e76683a5bd540cacd2271a969aa9acd9bf790ccf&lt;/p&gt;</comment>
                            <comment id="240818" author="gerrit" created="Mon, 28 Jan 2019 17:40:08 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34121&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34121&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 32b27b2ba4feb7e4a064345e89ddfd4f07b4a381&lt;/p&gt;</comment>
                            <comment id="242582" author="gerrit" created="Sat, 23 Feb 2019 05:09:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34121/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34121/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4ae14186ce1958373c506e3abb12b891d46e70dc&lt;/p&gt;</comment>
                            <comment id="242682" author="gerrit" created="Mon, 25 Feb 2019 17:07:18 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34294&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34294&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 973f05acfb0986eb6f152df0130ac0d670e4ae0e&lt;/p&gt;</comment>
                            <comment id="244210" author="gerrit" created="Tue, 19 Mar 2019 06:01:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34294/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7631&quot; title=&quot;conf-sanity test_82a: getstripe -c wrong: found 2, expected 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7631&quot;&gt;&lt;del&gt;LU-7631&lt;/del&gt;&lt;/a&gt; tests: add debug info to conf-sanity 82a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3fc307a9e2453c4fa13cf329bd129e24f98548c7&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="27516">LU-5887</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|hzxx93:</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>