<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:48:22 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-5080] Test failure on test suite sanity-lfsck, subtest test_11b</title>
                <link>https://jira.whamcloud.com/browse/LU-5080</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Nathaniel Clark &amp;lt;nathaniel.l.clark@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run:&lt;br/&gt;
&lt;a href=&quot;http://maloo.whamcloud.com/test_sets/5f75b85c-ddda-11e3-90aa-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://maloo.whamcloud.com/test_sets/5f75b85c-ddda-11e3-90aa-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/25575194-d1ff-11e3-9726-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/25575194-d1ff-11e3-9726-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/751576da-d5ff-11e3-a2c1-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/751576da-d5ff-11e3-a2c1-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sub-test test_11b failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(4) expect lastid1 [ 577 ] &amp;gt; lastid2 [  ]&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity-lfsck 11b&lt;/p&gt;

&lt;p&gt;This seems to be always followed by failure in sanity-lfsck/12 (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5023&quot; title=&quot;sanity-lfsck test_12: OST lfsck_stop hung&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5023&quot;&gt;&lt;del&gt;LU-5023&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;</description>
                <environment></environment>
        <key id="24754">LU-5080</key>
            <summary>Test failure on test suite sanity-lfsck, subtest test_11b</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="3">Duplicate</resolution>
                                        <assignee username="laisiyao">Lai Siyao</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>dne</label>
                    </labels>
                <created>Mon, 19 May 2014 10:19:50 +0000</created>
                <updated>Fri, 1 Mar 2019 01:05:04 +0000</updated>
                            <resolved>Fri, 1 Mar 2019 01:05:04 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="84619" author="adilger" created="Wed, 21 May 2014 17:39:01 +0000"  >&lt;p&gt;It looks like the test itself is defective, since it is expecting the OST objects to be assigned in the 0x100000000 range (IDIF FID), but in fact the OST has been assigned FID SEQ 0x200000400 in DNE FID-on-OST mode, as can be seen in the OST console log:&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;04:51:36:Lustre: lustre-OST0000: deleting orphan objects from 0x200000400:34 to 0x200000400:65
04:51:36:Lustre: lustre-OST0000: deleting orphan objects from 0x200000401:34 to 0x200000401:65
04:51:36:Lustre: lustre-OST0000: deleting orphan objects from 0x200000402:34 to 0x200000402:65
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Probably what needs to happen is the test should check the last_id file before corrupting it, and then verify it has the same sequence afterward, instead of hard-coding 0x10000000.&lt;/p&gt;</comment>
                            <comment id="122603" author="jamesanunez" created="Wed, 29 Jul 2015 19:06:09 +0000"  >&lt;p&gt;Looks like we are experiencing this issue in review-dne-part-2:&lt;br/&gt;
2015-07-27 13:47:57 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/385f14da-3490-11e5-ac46-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/385f14da-3490-11e5-ac46-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2015-07-30 15:09:17 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/68a97246-36f9-11e5-ad34-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/68a97246-36f9-11e5-ad34-5254006e85c2&lt;/a&gt;&lt;br/&gt;
2015-09-11 04:18:26 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/927c891a-5868-11e5-a4d9-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/927c891a-5868-11e5-a4d9-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="243108" author="adilger" created="Fri, 1 Mar 2019 01:05:04 +0000"  >&lt;p&gt;Pushing a patch via &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5338&quot; title=&quot;sanity-lfsck test_11b: (9) expect lastid1 0x100000000:569&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5338&quot;&gt;&lt;del&gt;LU-5338&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="25560">LU-5338</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|hzwmpr:</customfieldvalue>

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