<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:52:12 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-12394] lctl get_param llite.lfs*.extents_stats only displays first two buckets</title>
                <link>https://jira.whamcloud.com/browse/LU-12394</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;ll_extent_stats is broken on recent versions, displaying on the 0-4K and 4K - 8K buckets:&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;lctl get_param llite.*.extents_stats
llite.[...].extents_stats=
snapshot_time:         1559766954.651554186 (secs.nsecs)
                               read       |                write
      extents            calls    % cum%  |          calls    % cum%
   0K -    4K :              0    0    0  |              0    0    0
   4K -    8K :              0    0    0  |         207590  100  100 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This was broken in:&lt;/p&gt;

&lt;p&gt;commit adb5aca3d67380078c4bd35c74651a7b9f848f4d&lt;br/&gt;
Author: James Simmons &amp;lt;uja.ornl@yahoo.com&amp;gt;&lt;br/&gt;
Date: Sat Oct 13 15:24:46 2018 -0400&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8066&quot; title=&quot;Move lustre procfs handling to sysfs and debugfs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8066&quot;&gt;LU-8066&lt;/a&gt; llite: Move all remaining procfs entries to debugfs&lt;/p&gt;

&lt;p&gt;This moves all remaining procfs handling in llite layer to debugfs.&lt;/p&gt;

&lt;p&gt;This is a modified version of&lt;/p&gt;

&lt;p&gt;Linux-commit : ae7c0f4833a65b7648cceaf1a60503a89e057f0f&lt;/p&gt;

&lt;p&gt;Change-Id: Id5c411d21a660a17a015ca9976b857e6b088c28a&lt;br/&gt;
 Signed-off-by: Dmitry Eremin &amp;lt;dmitry.eremin@intel.com&amp;gt;&lt;br/&gt;
 Signed-off-by: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;&lt;br/&gt;
 Signed-off-by: Greg Kroah-Hartman &amp;lt;gregkh@linuxfoundation.org&amp;gt;&lt;br/&gt;
 Signed-off-by: James Simmons &amp;lt;uja.ornl@yahoo.com&amp;gt;&lt;br/&gt;
 Reviewed-on: &lt;a href=&quot;https://review.whamcloud.com/32517&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32517&lt;/a&gt;&lt;br/&gt;
 Tested-by: Jenkins&lt;br/&gt;
 Tested-by: Maloo &amp;lt;hpdd-maloo@intel.com&amp;gt;&lt;br/&gt;
 Reviewed-by: Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&lt;br/&gt;
 Reviewed-by: Ben Evans &amp;lt;bevans@cray.com&amp;gt;&lt;br/&gt;
 Reviewed-by: Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&lt;/p&gt;



&lt;p&gt;By this change:&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;-        for(i = 0; (count &amp;gt;= (1 &amp;lt;&amp;lt; LL_HIST_START &amp;lt;&amp;lt; i)) &amp;amp;&amp;amp;
+       for(i = 0; (count &amp;gt;= BIT(LL_HIST_START &amp;lt;&amp;lt; i)) &amp;amp;&amp;amp; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;BIT(LL_HIST_START &amp;lt;&amp;lt; i) is not actually the same as 1 &amp;lt;&amp;lt; LL_HIST_START &amp;lt;&amp;lt; i due to operation ordering details.&lt;/p&gt;

&lt;p&gt;BIT(LL_HIST_START + i) gives the desired behavior.&lt;/p&gt;</description>
                <environment></environment>
        <key id="55863">LU-12394</key>
            <summary>lctl get_param llite.lfs*.extents_stats only displays first two buckets</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="1">Fixed</resolution>
                                        <assignee username="pfarrell">Patrick Farrell</assignee>
                                    <reporter username="pfarrell">Patrick Farrell</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Jun 2019 21:14:55 +0000</created>
                <updated>Thu, 12 Sep 2019 04:17:48 +0000</updated>
                            <resolved>Wed, 21 Aug 2019 12:00:32 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="248488" author="gerrit" created="Wed, 5 Jun 2019 21:28:44 +0000"  >&lt;p&gt;Patrick Farrell (pfarrell@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35075&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35075&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12394&quot; title=&quot;lctl get_param llite.lfs*.extents_stats only displays first two buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12394&quot;&gt;&lt;del&gt;LU-12394&lt;/del&gt;&lt;/a&gt; llite: Fix bit arithmetic in stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a31e2c798524e32836a97625e4e2f8cff7b2123e&lt;/p&gt;</comment>
                            <comment id="253345" author="gerrit" created="Wed, 21 Aug 2019 04:56:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35075/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35075/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12394&quot; title=&quot;lctl get_param llite.lfs*.extents_stats only displays first two buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12394&quot;&gt;&lt;del&gt;LU-12394&lt;/del&gt;&lt;/a&gt; llite: Fix extents_stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d31a4dad4e698c537dff3d018fd67f196b2b293f&lt;/p&gt;</comment>
                            <comment id="253372" author="pjones" created="Wed, 21 Aug 2019 12:00:32 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="253453" author="gerrit" created="Thu, 22 Aug 2019 19:49:59 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35866&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35866&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12394&quot; title=&quot;lctl get_param llite.lfs*.extents_stats only displays first two buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12394&quot;&gt;&lt;del&gt;LU-12394&lt;/del&gt;&lt;/a&gt; llite: Fix extents_stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2b3ad644ac524427bbe4c52690b712c6d44ca362&lt;/p&gt;</comment>
                            <comment id="254578" author="gerrit" created="Thu, 12 Sep 2019 03:48:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35866/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35866/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12394&quot; title=&quot;lctl get_param llite.lfs*.extents_stats only displays first two buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12394&quot;&gt;&lt;del&gt;LU-12394&lt;/del&gt;&lt;/a&gt; llite: Fix extents_stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d62644e8cb7833012c6c5b4e06c21bed6dadddd9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|i00ho7:</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>