<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:15 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-5872] sanity-quota test_6: dd not finished in 240 secs</title>
                <link>https://jira.whamcloud.com/browse/LU-5872</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for John Hammond &amp;lt;john.hammond@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/27a469b2-6513-11e4-ab6d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/27a469b2-6513-11e4-ab6d-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_6 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;dd not finished in 240 secs
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Please provide additional information about the failure here.&lt;/p&gt;

&lt;p&gt;Info required for matching: sanity-quota 6&lt;/p&gt;</description>
                <environment></environment>
        <key id="27472">LU-5872</key>
            <summary>sanity-quota test_6: dd not finished in 240 secs</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Nov 2014 19:14:28 +0000</created>
                <updated>Tue, 23 Nov 2021 08:11:28 +0000</updated>
                            <resolved>Wed, 13 Oct 2021 01:39:56 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="98508" author="niu" created="Thu, 6 Nov 2014 09:00:36 +0000"  >&lt;p&gt;When approaching hard limit, client turns to sync write (page by page), so the write will be extremely slow. I checked the test log, there is no errors, the dd was still in progress after 240 seconds.&lt;/p&gt;

&lt;p&gt;Looks 240 seconds isn&apos;t enough for 2M bytes sync write (4k per OST write) to finish on current autotest system. Given that test script checks if file is growing every 30 seconds to avoid waiting too long when dd is hung, I think we can safely bump the 240 to a larger value.&lt;/p&gt;</comment>
                            <comment id="98550" author="adilger" created="Thu, 6 Nov 2014 18:21:29 +0000"  >&lt;p&gt;Even better would be to make the test run more quickly, if possible, rather than accepting that it will take more time to complete.  2MB in 4KB chunks is 512 sync writes.  With a real disk this should only take about 5s to complete, so it is sad that it takes so much longer.&lt;/p&gt;</comment>
                            <comment id="98632" author="niu" created="Fri, 7 Nov 2014 02:58:47 +0000"  >&lt;p&gt;Looks the OSTs were quit busy on handling statfs &amp;amp; ping requests, and each OST_WRITE took very long time, for example:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;00000100:00100000:1.0:1415181131.383051:0:583:0:(service.c:2116:ptlrpc_server_handle_request()) Handled RPC pname:cluuid+ref:pid:xid:nid:opc ll_ost_io00_042:c453fba3-d5c5-1944-5f99-be5cc0651185+7:29501:x1483920018695096:12345-10.1.5.70@tcp:4 Request procesed in 1869583us (1869643us total) trans 90194313389 rc 0/0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="120925" author="emoly.liu" created="Fri, 10 Jul 2015 03:12:15 +0000"  >&lt;p&gt;Another instance: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f878df9a-2661-11e5-8b33-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f878df9a-2661-11e5-8b33-5254006e85c2&lt;/a&gt;&lt;br/&gt;
BTW, both test_1 and test_3 failed due to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5245&quot; title=&quot;sanity-quota test_1: user write success, but expect EDQUOT &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5245&quot;&gt;&lt;del&gt;LU-5245&lt;/del&gt;&lt;/a&gt; in this test.&lt;/p&gt;</comment>
                            <comment id="318949" author="artem_blagodarenko" created="Tue, 23 Nov 2021 08:11:28 +0000"  >&lt;p&gt;+1 &lt;a href=&quot;https://testing.whamcloud.com/test_sets/5a5c171b-264f-4d1d-a843-60df8e84db41&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/5a5c171b-264f-4d1d-a843-60df8e84db41&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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|hzx0bb:</customfieldvalue>

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