<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:24:41 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-2376] Need a sanity check to ensure readable proc files are readable</title>
                <link>https://jira.whamcloud.com/browse/LU-2376</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre proc has gotten a little out of whack (see &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2358&quot; title=&quot;LBUG reading /proc/fs/lustre/mgs/MGS/fstype&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2358&quot;&gt;&lt;del&gt;LU-2358&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2359&quot; title=&quot;fldb_seq_start() needs to check for halting condition&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2359&quot;&gt;&lt;del&gt;LU-2359&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2360&quot; title=&quot;lockups reading req_history&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2360&quot;&gt;&lt;del&gt;LU-2360&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2263&quot; title=&quot;CPU Soft Lockups due to many threads spinning on import lock on Sequoia IO nodes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2263&quot;&gt;&lt;del&gt;LU-2263&lt;/del&gt;&lt;/a&gt;).  It seems worthwhile to add something like the following to sanity:&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 dir in /proc/{fs/{lustre,ldiskfs},sys/{lustre,lnet}} ...; do
  if [ -d $dir ]; then
    find $dir -type f -readable -print -exec cat {} \; &amp;gt; /dev/null
  fi
done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It would be even better if the test failed when one of the reads returned an error.  Of course before such a test can be landed the four issues listed above need to be addressed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16749">LU-2376</key>
            <summary>Need a sanity check to ensure readable proc files are readable</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Nov 2012 21:12:35 +0000</created>
                <updated>Sun, 10 Mar 2013 18:18:32 +0000</updated>
                            <resolved>Sun, 10 Mar 2013 18:18:26 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="48584" author="jhammond" created="Fri, 30 Nov 2012 10:19:28 +0000"  >&lt;p&gt;Also we should check for broken symlinks.&lt;/p&gt;</comment>
                            <comment id="51426" author="jhammond" created="Tue, 29 Jan 2013 19:17:08 +0000"  >&lt;p&gt;Also we should not test for readable, but just try to cat every regular file.&lt;/p&gt;</comment>
                            <comment id="51560" author="jhammond" created="Thu, 31 Jan 2013 14:42:05 +0000"  >&lt;p&gt;A test that excludes req_history and fldb has been attached to &lt;a href=&quot;http://review.whamcloud.com/5234&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5234&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="53661" author="jhammond" created="Sun, 10 Mar 2013 18:18:26 +0000"  >&lt;p&gt;Landed with &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2724&quot; title=&quot;Null pointer dereference in lprocfs_rd_import()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2724&quot;&gt;&lt;del&gt;LU-2724&lt;/del&gt;&lt;/a&gt;.&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|hzvco7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5642</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>