<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41:04 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-11114] Track creates in MDC and llite stats</title>
                <link>https://jira.whamcloud.com/browse/LU-11114</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;File creates are not tracked in llite stats.  Andreas mentioned this in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8150&quot; title=&quot;Track creates in MDS stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8150&quot;&gt;&lt;del&gt;LU-8150&lt;/del&gt;&lt;/a&gt;.  I can submit a patch to change it, but wasn&apos;t sure whether it was just overlooked or if there was a reason it wasn&apos;t done.&lt;/p&gt;

&lt;p&gt;bash-4.2$ cat /proc/fs/lustre/llite/lquake-ffff883a74d0a000/stats&lt;br/&gt;
snapshot_time             1530651162.784915742 secs.nsecs&lt;br/&gt;
bash-4.2$ touch /p/lquake/faaland1/touched&lt;br/&gt;
bash-4.2$ echo $?&lt;br/&gt;
0&lt;br/&gt;
bash-4.2$ cat /proc/fs/lustre/llite/lquake-ffff883a74d0a000/stats&lt;br/&gt;
snapshot_time             1530651198.529596878 secs.nsecs&lt;br/&gt;
open                      1 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
close                     1 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
readdir                   2 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
setattr                   1 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
getattr                   3 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
alloc_inode               1 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
getxattr                  7 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
getxattr_hits             6 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
removexattr               1 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
inode_permission          6 samples &lt;span class=&quot;error&quot;&gt;&amp;#91;regs&amp;#93;&lt;/span&gt;&lt;br/&gt;
bash-4.2$ grep -e creat -e mknod /proc/fs/lustre/llite/lquake-ffff883a74d0a000/stats&lt;/p&gt;</description>
                <environment>RHEL 7.5</environment>
        <key id="52635">LU-11114</key>
            <summary>Track creates in MDC and llite stats</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="ofaaland">Olaf Faaland</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Tue, 3 Jul 2018 20:54:35 +0000</created>
                <updated>Tue, 14 Apr 2020 20:06:21 +0000</updated>
                            <resolved>Sat, 1 Feb 2020 15:47:22 +0000</resolved>
                                    <version>Lustre 2.10.4</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                    <fixVersion>Lustre 2.12.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="229892" author="ofaaland" created="Tue, 3 Jul 2018 21:12:03 +0000"  >&lt;p&gt;Also, not tracked in MDC and it seems to me like they should be, so you can see which MDTs your creates are occurring on.  But maybe there&apos;s a reason not to.&lt;/p&gt;</comment>
                            <comment id="229931" author="pjones" created="Wed, 4 Jul 2018 17:19:13 +0000"  >&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please look into this request?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="257355" author="ofaaland" created="Wed, 30 Oct 2019 22:16:38 +0000"  >&lt;p&gt;Hi, checking on this again.  I&apos;m not asking for a patch, I&apos;m asking whether there&apos;s a technical reason this is problematic to do.&lt;/p&gt;</comment>
                            <comment id="259361" author="gerrit" created="Fri, 6 Dec 2019 12:34:06 +0000"  >&lt;p&gt;Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36948&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36948&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11114&quot; title=&quot;Track creates in MDC and llite stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11114&quot;&gt;&lt;del&gt;LU-11114&lt;/del&gt;&lt;/a&gt; llite: Update mdc and lite stats on open|creat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0fa270dbe557bd80e374514b3073163bcdaa2d87&lt;/p&gt;</comment>
                            <comment id="262382" author="gerrit" created="Sat, 1 Feb 2020 08:10:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36948/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36948/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11114&quot; title=&quot;Track creates in MDC and llite stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11114&quot;&gt;&lt;del&gt;LU-11114&lt;/del&gt;&lt;/a&gt; llite: Update mdc and lite stats on open|creat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4b8518ee4fa542f45fcdaeaec580d858dfcaf137&lt;/p&gt;</comment>
                            <comment id="262392" author="pjones" created="Sat, 1 Feb 2020 15:47:22 +0000"  >&lt;p&gt;Landed for 2.14. &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=ofaaland&quot; class=&quot;user-hover&quot; rel=&quot;ofaaland&quot;&gt;ofaaland&lt;/a&gt; should we consider this for a future 2.12.x release too?&lt;/p&gt;</comment>
                            <comment id="262460" author="ofaaland" created="Mon, 3 Feb 2020 17:19:34 +0000"  >&lt;p&gt;Hi Peter, yes, I think it is worth considering.&#160; Thanks.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="267099" author="gerrit" created="Tue, 7 Apr 2020 23:34:08 +0000"  >&lt;p&gt;Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38158&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38158&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11114&quot; title=&quot;Track creates in MDC and llite stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11114&quot;&gt;&lt;del&gt;LU-11114&lt;/del&gt;&lt;/a&gt; llite: Update mdc and lite stats on open|creat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1da087645f0127a5e6e911991dbb5aa84e3b8d2e&lt;/p&gt;</comment>
                            <comment id="267586" author="gerrit" created="Tue, 14 Apr 2020 17:55:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38158/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38158/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11114&quot; title=&quot;Track creates in MDC and llite stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11114&quot;&gt;&lt;del&gt;LU-11114&lt;/del&gt;&lt;/a&gt; llite: Update mdc and lite stats on open|creat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cccd5c79c6697906c8409e867984f73d0ae8474d&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|hzzyqf:</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>