<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:25 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-16036] sanity-lfsck test_15d: rm d15d.sanity-lfsck failed</title>
                <link>https://jira.whamcloud.com/browse/LU-16036</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for hongchao.zhang &amp;lt;hongchao@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/ef84264f-7d90-45ff-947d-0f1824832554&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/ef84264f-7d90-45ff-947d-0f1824832554&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_15d 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;rm d15d.sanity-lfsck failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;






&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
sanity-lfsck test_15d - rm d15d.sanity-lfsck failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="71389">LU-16036</key>
            <summary>sanity-lfsck test_15d: rm d15d.sanity-lfsck failed</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="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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Jul 2022 01:46:31 +0000</created>
                <updated>Fri, 29 Jul 2022 21:21:00 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="341573" author="adilger" created="Tue, 26 Jul 2022 11:56:44 +0000"  >&lt;p&gt;This subtest first started failing on 2022-07-18, so is likely a regression from a patch landed at that time. &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;1a24dcd LU-15938 lod: prevent endless retry in recovery thread
5038bf8 LU-10994 clio: Remove cl_2queue_add wrapper
1ebc9ed LU-15902 obdclass: dt_try_as_dir() check dir exists
40daa59 LU-15880 quota: fix issues in reserving quota
6d74b75 LU-16000 utils: align updatelog parameters in llog_reader
ee4b502 LU-15993 ofd: don&apos;t leak pages if nodemap fails
566edb8 LU-8582 target: send error reply on wrong opcode
b52b52c LU-15886 lfsck: remove unreasonable assertions
54a2d46 LU-15868 lfsck: don&apos;t crash upon dir migration failure
66b3e74 LU-15132 hsm: Protect against parallel HSM restore requests
f238540 LU-15913 mdt: disable parallel rename for striped dirs
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="341574" author="adilger" created="Tue, 26 Jul 2022 12:01:28 +0000"  >&lt;p&gt;It looks like sanity-lfsck.sh test_15d was just added in patch &lt;a href=&quot;https://review.whamcloud.com/47381&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47381&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15868&quot; title=&quot;LFSCK fix inconsistencies in directory migration failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15868&quot;&gt;&lt;del&gt;LU-15868&lt;/del&gt;&lt;/a&gt; lfsck: don&apos;t crash upon dir migration failure&lt;/tt&gt;&quot; and landed on 2022-07-18.  It is failing &lt;/p&gt;

&lt;p&gt;Lai, could you please take a look, since this is failing about 1/4 of runs. &lt;/p&gt;</comment>
                            <comment id="341695" author="laisiyao" created="Wed, 27 Jul 2022 02:57:45 +0000"  >&lt;p&gt;It looks the directory is not accessible after LFSCK, I&apos;ll update the script to reformat MDT after test. And the real fix to migrating directory LFSCK will be addressed later.&lt;/p&gt;</comment>
                            <comment id="341720" author="gerrit" created="Wed, 27 Jul 2022 09:46:10 +0000"  >&lt;p&gt;&quot;Lai Siyao &amp;lt;lai.siyao@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48048&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48048&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16036&quot; title=&quot;sanity-lfsck test_15d: rm d15d.sanity-lfsck failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16036&quot;&gt;LU-16036&lt;/a&gt; test: make sanity-lfsck 15d more robust&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 509c4777a1de8ffa54de9038815133eba132176d&lt;/p&gt;</comment>
                            <comment id="341773" author="adilger" created="Wed, 27 Jul 2022 19:53:19 +0000"  >&lt;blockquote&gt;
&lt;p&gt;It looks the directory is not accessible after LFSCK, I&apos;ll update the script to reformat MDT after test. And the real fix to migrating directory LFSCK will be addressed later.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Can you please file an LU ticket with the details and link it to this ticket, so that fix is not forgotten.&lt;/p&gt;</comment>
                            <comment id="342103" author="gerrit" created="Fri, 29 Jul 2022 21:21:00 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/48048/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48048/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16036&quot; title=&quot;sanity-lfsck test_15d: rm d15d.sanity-lfsck failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16036&quot;&gt;LU-16036&lt;/a&gt; test: make sanity-lfsck 15d more robust&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aa90d9a8c96a9683d033456666e00f5065c0aaeb&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="70341">LU-15868</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|i02v87:</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>