<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:03:35 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-6826] sanity test_71: No space left on device</title>
                <link>https://jira.whamcloud.com/browse/LU-6826</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah_lw &amp;lt;wei3.liu@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/d8d84160-25eb-11e5-866a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/d8d84160-25eb-11e5-866a-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_71 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;dbench failed!
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;test 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;== sanity test 71: Running dbench on lustre (don&apos;t segment fault) ==================================== 21:00:19 (1436389219)
copying /usr/share/dbench/client.txt to /mnt/lustre/d71.sanity/client.txt
copying necessary libs to /mnt/lustre/d71.sanity
lib64/libpopt.so.0
tar: lib64: Cannot mkdir: No space left on device
tar: lib64/libpopt.so.0: Cannot open: No such file or directory
lib64/libc.so.6
tar: lib64: Cannot mkdir: No space left on device
tar: lib64/libc.so.6: Cannot open: No such file or directory
lib64/ld-linux-x86-64.so.2
tar: lib64: Cannot mkdir: No space left on device
tar: lib64/ld-linux-x86-64.so.2: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
status        script            Total(sec) E(xcluded) S(low) 
------------------------------------------------------------------------------------

test-framework exiting on error
 sanity test_71: @@@@@@ FAIL: dbench failed! 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>server and client: lustre-master build # 3094 RHEL7</environment>
        <key id="31026">LU-6826</key>
            <summary>sanity test_71: No space left on device</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="1">Fixed</resolution>
                                        <assignee username="di.wang">Di Wang</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>dne2</label>
                    </labels>
                <created>Thu, 9 Jul 2015 17:54:54 +0000</created>
                <updated>Fri, 7 Oct 2016 02:29:11 +0000</updated>
                            <resolved>Thu, 10 Sep 2015 15:16:36 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="121380" author="sarah" created="Wed, 15 Jul 2015 18:06:43 +0000"  >&lt;p&gt;another instance hit in RHEL6.6 server/client:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a4e56756-2696-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/a4e56756-2696-11e5-8b33-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="121410" author="green" created="Thu, 16 Jul 2015 03:24:46 +0000"  >&lt;p&gt;Ok, this problem actually does not have anything to do with out of space, but it&apos;s just DNE code allowing setdirstripe for more MDTs than we have in the system.&lt;br/&gt;
And then it fails mkdirs there:&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;[root@centos6-9 tests]# mkdir /mnt/lustre/test/dir
[root@centos6-9 tests]# rm -rf /mnt/lustre/test
[root@centos6-9 tests]# mkdir /mnt/lustre/test
[root@centos6-9 tests]# ../utils/lfs setdirstripe -D -c1 /mnt/lustre/test
[root@centos6-9 tests]# mkdir /mnt/lustre/test/dir
mkdir: cannot create directory `/mnt/lustre/test/dir&apos;: No space left on device
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;note that -CX where X is more than 1 are also accepted.&lt;/p&gt;

&lt;p&gt;And coincidentally that&apos;s how test_71 looks like:&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;test_71() {
        test_mkdir -p $DIR/$tdir
        $LFS setdirstripe -D -c$MDSCOUNT $DIR/$tdir
        sh rundbench -C -D $DIR/$tdir 2 || error &quot;dbench failed!&quot;
}
run_test 71 &quot;Running dbench on lustre (don&apos;t segment fault) ====&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So for non-DNE testcase this totally breaks the directory with such striping added&lt;/p&gt;</comment>
                            <comment id="125580" author="adilger" created="Fri, 28 Aug 2015 19:00:32 +0000"  >&lt;p&gt;The &quot;-c1&quot; case should be handled internally by the DNE kernel code to just create a non-striped directory.  Doing anything else doesn&apos;t make sense.&lt;/p&gt;</comment>
                            <comment id="125599" author="gerrit" created="Sat, 29 Aug 2015 00:22:03 +0000"  >&lt;p&gt;wangdi (di.wang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16130&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16130&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6826&quot; title=&quot;sanity test_71: No space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6826&quot;&gt;&lt;del&gt;LU-6826&lt;/del&gt;&lt;/a&gt; lod: validate stripe_count and offset&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8e79c7c47dfc6e5a6230c440a88a8b26fa1cfe37&lt;/p&gt;</comment>
                            <comment id="126878" author="gerrit" created="Thu, 10 Sep 2015 04:17:28 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16130/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16130/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6826&quot; title=&quot;sanity test_71: No space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6826&quot;&gt;&lt;del&gt;LU-6826&lt;/del&gt;&lt;/a&gt; lod: validate stripe_count and offset&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46ebfdd558dbe57db6cf51351246ca81bd38e4c9&lt;/p&gt;</comment>
                            <comment id="126916" author="jgmitter" created="Thu, 10 Sep 2015 15:16:36 +0000"  >&lt;p&gt;Landed for 2.8.0&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="31033">LU-6831</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|hzxhu7:</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>