<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:11:13 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-7706] add dmesg -c to conf-sanity_83</title>
                <link>https://jira.whamcloud.com/browse/LU-7706</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf sanity 83 may fail with message:&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;conf-sanity test_83: @@@@@@ FAIL: VFS: Busy inodes after unmount of vdb. Self-destruct in 5 seconds. Have a nice day... &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Dmesg clearing is needed in conf-sanity 83 because previous tests&lt;br/&gt;
(for example conf-sanity_62) may also be the results of message &quot;VFS: Busy inodes after unmount of ...&quot;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="34278">LU-7706</key>
            <summary>add dmesg -c to conf-sanity_83</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="scherementsev">Sergey Cheremencev</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 25 Jan 2016 15:39:21 +0000</created>
                <updated>Tue, 5 Apr 2016 15:13:19 +0000</updated>
                            <resolved>Tue, 5 Apr 2016 15:13:19 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="139907" author="gerrit" created="Mon, 25 Jan 2016 15:55:33 +0000"  >&lt;p&gt;Sergey Cheremencev (sergey_cheremencev@xyratex.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18122&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18122&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7706&quot; title=&quot;add dmesg -c to conf-sanity_83&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7706&quot;&gt;&lt;del&gt;LU-7706&lt;/del&gt;&lt;/a&gt; tests: add dmesg -c to conf-sanity_83&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dca4bf26e5177ece36d6d528106f1b033424c6d3&lt;/p&gt;</comment>
                            <comment id="140003" author="adilger" created="Tue, 26 Jan 2016 07:54:05 +0000"  >&lt;p&gt;It seems bad that any test causes the &quot;VFS: Buay inodes ...&quot; message to be hit. It would be better to find and fix that problem rather than working around this to allow the test to pass. &lt;/p&gt;</comment>
                            <comment id="140045" author="sergey" created="Tue, 26 Jan 2016 16:12:33 +0000"  >&lt;p&gt;The problem is fixed right now(in seagate) - it needs a kernel fix. But I didn&apos;t send it upstream yet.&lt;br/&gt;
If you also face this problem(&quot;busy inodes&quot; after conf-sanity 62) I can send it faster or make a kernel patch for lustre.&lt;/p&gt;

&lt;p&gt;conf-sanity_83 checks that there is no &quot;busy inodes&quot; messages caused by ENOSPACE on OST.&lt;br/&gt;
Why Does it need to fail when message is caused by another issue(theoretically not lustre related issue) ?&lt;br/&gt;
Even if the &quot;busy inodes&quot; after conf-sanity 62 will disappear there is no guarantee that another test will not cause the same message. &lt;/p&gt;

&lt;p&gt;Earlier in &lt;a href=&quot;https://jira.hpdd.intel.com/browse/LU-7227&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jira.hpdd.intel.com/browse/LU-7227&lt;/a&gt; I suggested to fail tests that lead to kernel errors like &quot;VFS: Busy inodes ...&quot;&lt;br/&gt;
New lustre code or fix may introduce &quot;missed iput&quot; and &quot;VFS: busy inodes&quot; as result. And it is better to find this error in testing if possible.&lt;/p&gt;</comment>
                            <comment id="140110" author="adilger" created="Tue, 26 Jan 2016 20:38:21 +0000"  >&lt;blockquote&gt;
&lt;p&gt;New lustre code or fix may introduce &quot;missed iput&quot; and &quot;VFS: busy inodes&quot; as result. And it is better to find this error in testing if possible.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Right, so we should detect this failure even if it happened in a previous test, so erasing the previous messages isn&apos;t helpful. The fix in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7227&quot; title=&quot;Add a check to t-f that dmesg doesn&amp;#39;t have critical messages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7227&quot;&gt;&lt;del&gt;LU-7227&lt;/del&gt;&lt;/a&gt; seems a lot better, since it catches the failure right away. I don&apos;t recall seeing that bug/patch, but I&apos;d think it better to abandon this patch and ticket in favor of that one.&lt;/p&gt;</comment>
                            <comment id="147824" author="adilger" created="Tue, 5 Apr 2016 15:13:19 +0000"  >&lt;p&gt;Landed patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7227&quot; title=&quot;Add a check to t-f that dmesg doesn&amp;#39;t have critical messages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7227&quot;&gt;&lt;del&gt;LU-7227&lt;/del&gt;&lt;/a&gt; instead. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="32374">LU-7227</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|hzxz9r:</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>