<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:34:33 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-3512] sanity test 180c: failed in developers testing</title>
                <link>https://jira.whamcloud.com/browse/LU-3512</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;== sanity test 180c: test huge bulk I/O size on obdfilter, don&apos;t LASSERT == 16:30:19 (1372253419)
New object id is 0x4
getattr: object id 0x4
getattr: object id 4, mode 106666
error: test_brw: #2 - No space left on device on write
Print status every operation
test_brw: writing 10x16384 pages (obj 0x4, off 0): Wed Jun 26 16:30:19 2013
test_brw: write number 1 @ 4:0 &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; 67108864
obecho_create_test failed: 4
 sanity test_180c: @@@@@@ FAIL: test_180c failed with 4 
  Trace dump:
  = /Users/shadow/work/lustre/work/WC-review/ldlm-stack/lustre/tests/test-framework.sh:4064:error_noexit()
  = /Users/shadow/work/lustre/work/WC-review/ldlm-stack/lustre/tests/test-framework.sh:4091:error()
  = /Users/shadow/work/lustre/work/WC-review/ldlm-stack/lustre/tests/test-framework.sh:4330:run_one()
  = /Users/shadow/work/lustre/work/WC-review/ldlm-stack/lustre/tests/test-framework.sh:4363:run_one_logged()
  = /Users/shadow/work/lustre/work/WC-review/ldlm-stack/lustre/tests/test-framework.sh:4233:run_test()
  = sanity.sh:9636:main()
Dumping lctl log to /tmp/test_logs/1372251610/sanity.test_180c.*.1372253420.log
Dumping logs only on local client.
FAIL 180c (2s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;default local.sh config don&apos;t have enough space to test run, i think test need fixed to use different sizes in depending to the OST size, as other tests do before.&lt;/p&gt;</description>
                <environment>RHEL6, start from build directory</environment>
        <key id="19566">LU-3512</key>
            <summary>sanity test 180c: failed in developers testing</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="10100">Low Priority</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Jun 2013 13:33:34 +0000</created>
                <updated>Wed, 13 Oct 2021 02:41:33 +0000</updated>
                            <resolved>Wed, 13 Oct 2021 02:41:33 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="61368" author="shadow" created="Wed, 26 Jun 2013 13:35:13 +0000"  >&lt;p&gt;also test forget to remove file after fail so produce many fails after it.&lt;br/&gt;
like&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;== sanity test 200: OST pools == 16:31:06 (1372253466)
Creating &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; pool
Pool lustre.cea1 created
Adding targets to pool
OST lustre-OST0000_UUID added to pool lustre.cea1
Setting pool on directory /mnt/lustre/d200.pools/dir_tst
Checking pool on directory /mnt/lustre/d200.pools/dir_tst
Testing relative path works well
Setting pool on directory dir_tst
Setting pool on directory ./dir_tst
Setting pool on directory ../dir_tst
Setting pool on directory ../dir_tst/dir_tst
Checking files allocation from directory pool
touch: cannot touch `/mnt/lustre/d200.pools/dir_tst/file-1&apos;: No space left on device
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="61651" author="green" created="Tue, 2 Jul 2013 15:36:24 +0000"  >&lt;p&gt;So if the fs size is smaller, we need to drop amount of written data (if we need to write as much in the first place).&lt;br/&gt;
Also of course the cleanup needs to be fixed&lt;/p&gt;</comment>
                            <comment id="61654" author="adilger" created="Tue, 2 Jul 2013 15:41:03 +0000"  >&lt;p&gt;For this test it would be enough to do only one BRW with the 64MB size, instead of 10.  It should clean up the object at the end (via trap) if the test fails.  &lt;/p&gt;</comment>
                            <comment id="63110" author="parinay" created="Mon, 29 Jul 2013 06:50:42 +0000"  >&lt;p&gt;Xyratex-bug-id - MRP-1241&lt;/p&gt;</comment>
                            <comment id="151409" author="yong.fan" created="Sat, 7 May 2016 00:40:07 +0000"  >&lt;p&gt;Another failure instance on Master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/91cbecde-13c7-11e6-9b34-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/91cbecde-13c7-11e6-9b34-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="51776">LU-10903</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|hzvu1r:</customfieldvalue>

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