<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:03:34 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-6824] improve error messages for dir htree limit</title>
                <link>https://jira.whamcloud.com/browse/LU-6824</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Currently without large dir feature, ldiskfs directory hash tree will be limited 2 height, this means directory size is limited about 1GB, and in fact users are likely to hit ENOSPC when reaching half of limit because of bad hash.&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;    
LDISKFS-fs warning (device dm-4): ldiskfs_dx_add_entry: Directory (ino: 614516572) index full, reach max htree level :2
LDISKFS-fs warning (device dm-4): ldiskfs_dx_add_entry: Large directory feature is not enabled on this filesystem
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;    
&lt;p&gt;Testing by following scripts:&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;    
    i=0
    filename=&quot;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&quot;
    &quot;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbb&quot;
    while [ 1 ]
    do
            touch $filename&quot;$i&quot;
            if [ $? -ne 0 ];then
                    break
            fi
            ((i++))
    done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;When directory size grow about 590M, we hit ENOSPC. this patch try to improve error messages to warn users when it is easier to hit ENOSPC (50% of limit).&lt;/p&gt;</description>
                <environment></environment>
        <key id="31025">LU-6824</key>
            <summary>improve error messages for dir htree limit</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="1">Fixed</resolution>
                                        <assignee username="ys">Yang Sheng</assignee>
                                    <reporter username="wangshilong">Wang Shilong</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Thu, 9 Jul 2015 15:25:51 +0000</created>
                <updated>Thu, 18 Oct 2018 22:46:02 +0000</updated>
                            <resolved>Fri, 5 Feb 2016 15:27:27 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="120827" author="gerrit" created="Thu, 9 Jul 2015 15:27:14 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15548&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6824&quot; title=&quot;improve error messages for dir htree limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6824&quot;&gt;&lt;del&gt;LU-6824&lt;/del&gt;&lt;/a&gt; ldiskfs: improve error messages for dir htree&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a1f139d085b7ee2547f1fbf8ac60d6d2d8d94968&lt;/p&gt;</comment>
                            <comment id="120847" author="pjones" created="Thu, 9 Jul 2015 17:10:26 +0000"  >&lt;p&gt;Yang Sheng&lt;/p&gt;

&lt;p&gt;Could you please take care of this?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="138031" author="gerrit" created="Wed, 6 Jan 2016 03:01:46 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15548/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15548/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6824&quot; title=&quot;improve error messages for dir htree limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6824&quot;&gt;&lt;del&gt;LU-6824&lt;/del&gt;&lt;/a&gt; ldiskfs: give warning with dir htree growing&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 07660ad33a7d109cced29b6400f99f25adab3f54&lt;/p&gt;</comment>
                            <comment id="138041" author="simmonsja" created="Wed, 6 Jan 2016 03:58:42 +0000"  >&lt;p&gt;A patch is still needed for SLES12.&lt;/p&gt;</comment>
                            <comment id="140452" author="yujian" created="Thu, 28 Jan 2016 22:43:00 +0000"  >&lt;p&gt;Here is the patch for RHEL 7.2 and SLES 12: &lt;a href=&quot;http://review.whamcloud.com/18169&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18169&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="141336" author="gerrit" created="Fri, 5 Feb 2016 14:56:21 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/18169/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18169/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6824&quot; title=&quot;improve error messages for dir htree limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6824&quot;&gt;&lt;del&gt;LU-6824&lt;/del&gt;&lt;/a&gt; ldiskfs: add dir htree growing warning patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5951a1aaffc4b1a0adb0c6033fa4eb4be43c350c&lt;/p&gt;</comment>
                            <comment id="141350" author="jgmitter" created="Fri, 5 Feb 2016 15:27:28 +0000"  >&lt;p&gt;Patches have landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53659">LU-11546</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzxhtz:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>