<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:48 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-5937] &apos;lfs find --size ...&apos; fails to detect striped directories above a given size</title>
                <link>https://jira.whamcloud.com/browse/LU-5937</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The supporting code for lfs find implicitly assumes a regular file in a few places. See the LL_IOC_LOV_GETSTRIPE, LL_IOC_MDC_GETINFO, IOC_MDC_GETFILEINFO, IOC_MDC_GETFILESTRIPE case of ll_dir_ioctl() where we return the attributes of the master inode &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;q:lustre# mkdir d0
q:lustre# lfs mkdir -c4 d1
q:lustre# touch d0/f{0..4095} d1/f{0..4095}
q:lustre# stat d0 d1
  File: `d0&apos;
  Size: 184320    	Blocks: 368        IO Block: 4096   directory
Device: 2c54f966h/743766374d	Inode: 180144002274699275  Links: 2
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2014-11-19 11:19:46.000000000 -0600
Modify: 2014-11-19 11:20:24.000000000 -0600
Change: 2014-11-19 11:20:24.000000000 -0600
  File: `d1&apos;
  Size: 212992    	Blocks: 8          IO Block: 4096   directory
Device: 2c54f966h/743766374d	Inode: 180144002274699276  Links: 2
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2014-11-19 11:19:53.000000000 -0600
Modify: 2014-11-19 11:20:37.000000000 -0600
Change: 2014-11-19 11:20:37.000000000 -0600
q:lustre# lfs find --size +1K .
.
./d0
./d1
q:lustre# lfs find --size +4K .
./d0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="27651">LU-5937</key>
            <summary>&apos;lfs find --size ...&apos; fails to detect striped directories above a given size</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="jhammond">John Hammond</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>dne2</label>
                    </labels>
                <created>Wed, 19 Nov 2014 17:30:26 +0000</created>
                <updated>Fri, 1 Jul 2016 18:49:01 +0000</updated>
                            <resolved>Tue, 7 Jul 2015 13:59:42 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="99774" author="jlevi" created="Fri, 21 Nov 2014 18:48:17 +0000"  >&lt;p&gt;Di,&lt;br/&gt;
Can you please have a look at this one?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="99910" author="gerrit" created="Mon, 24 Nov 2014 06:20:07 +0000"  >&lt;p&gt;wangdi (di.wang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/12826&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12826&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5937&quot; title=&quot;&amp;#39;lfs find --size ...&amp;#39; fails to detect striped directories above a given size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5937&quot;&gt;&lt;del&gt;LU-5937&lt;/del&gt;&lt;/a&gt; llite: merge attr for striped dir in dir_ioctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 47ea9738135f8e4227834094be3af65ee948854e&lt;/p&gt;</comment>
                            <comment id="103902" author="gerrit" created="Mon, 19 Jan 2015 19:56:00 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13456&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13456&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5937&quot; title=&quot;&amp;#39;lfs find --size ...&amp;#39; fails to detect striped directories above a given size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5937&quot;&gt;&lt;del&gt;LU-5937&lt;/del&gt;&lt;/a&gt; lfs: ensure a valid directory size in lfs find&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ef16d531da708af9eb82b0b7f70a0320d65e937c&lt;/p&gt;</comment>
                            <comment id="108580" author="gerrit" created="Tue, 3 Mar 2015 16:56:19 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13456/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13456/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5937&quot; title=&quot;&amp;#39;lfs find --size ...&amp;#39; fails to detect striped directories above a given size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5937&quot;&gt;&lt;del&gt;LU-5937&lt;/del&gt;&lt;/a&gt; lfs: ensure a valid directory size in lfs find&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7d9c948c6016b10ed0d07e20cbd7925e108b3450&lt;/p&gt;</comment>
                            <comment id="120555" author="pjones" created="Tue, 7 Jul 2015 13:59:42 +0000"  >&lt;p&gt;Landed for 2.8&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|hzx17z:</customfieldvalue>

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