<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:17: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-1486] stat must fail: command not found</title>
                <link>https://jira.whamcloud.com/browse/LU-1486</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It looks like an environment issue,please see the Maloo report for more info,test_45g: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/1f338df0-929b-11e1-9e8b-525400d2bfa6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/1f338df0-929b-11e1-9e8b-525400d2bfa6&lt;/a&gt;&lt;/p&gt;</description>
                <environment>lustre-b2_1/#50 &lt;br/&gt;
server RHEL5-x86_64  &lt;br/&gt;
client  RHEL5-i686</environment>
        <key id="14228">LU-1486</key>
            <summary>stat must fail: command not found</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="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="yujian">Jian Yu</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 May 2012 01:47:39 +0000</created>
                <updated>Tue, 19 Feb 2013 23:37:40 +0000</updated>
                            <resolved>Tue, 19 Feb 2013 23:37:31 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.5</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.1.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="40098" author="chris" created="Wed, 6 Jun 2012 08:14:05 +0000"  >&lt;p&gt;This is a bug;&lt;/p&gt;


&lt;p&gt;test_45g() {&lt;br/&gt;
  touch $DIR1/$tfile&lt;br/&gt;
#define OBD_FAIL_ONCE|OBD_FAIL_MDS_PDO_LOCK    0x145&lt;br/&gt;
  do_facet $SINGLEMDS lctl set_param fail_loc=0x80000145&lt;br/&gt;
  mv $DIR1/$tfile $DIR1/$tfile-2 &amp;amp;&lt;br/&gt;
  PID1=$!&lt;br/&gt;
  sleep 1&lt;br/&gt;
  stat $DIR2/$tfile &amp;gt; /dev/null &amp;amp;&amp;amp; &quot;stat must fail&quot;&lt;br/&gt;
  check_pdo_conflict $PID1 &amp;amp;&amp;amp; &lt;/p&gt;
{ wait $PID1; error &quot;getattr isn&apos;t blocked&quot;; }
&lt;p&gt;  rm -r $DIR1/*&lt;br/&gt;
  return 0&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;  stat $DIR2/$tfile &amp;gt; /dev/null &amp;amp;&amp;amp; &quot;stat must fail&quot;&lt;/p&gt;

&lt;p&gt;should be&lt;/p&gt;

&lt;p&gt;  stat $DIR2/$tfile &amp;gt; /dev/null &amp;amp;&amp;amp; error &quot;stat must fail&quot;&lt;/p&gt;


&lt;p&gt;This should be assigned to the author of the original test if they are still with the Lustre community.&lt;/p&gt;</comment>
                            <comment id="43405" author="pjones" created="Fri, 17 Aug 2012 09:00:44 +0000"  >&lt;p&gt;Yujian&lt;/p&gt;

&lt;p&gt;I&apos;m not sure who the original author is but can you help fix this bug?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="43975" author="yujian" created="Thu, 30 Aug 2012 02:54:32 +0000"  >&lt;p&gt;Patch for master branch: &lt;a href=&quot;http://review.whamcloud.com/3826&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3826&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51278" author="yujian" created="Sat, 26 Jan 2013 02:07:15 +0000"  >&lt;blockquote&gt;&lt;p&gt;Patch for master branch: &lt;a href=&quot;http://review.whamcloud.com/3826&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3826&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The patch also needs to be cherry-picked to Lustre b2_1 branch.&lt;/p&gt;</comment>
                            <comment id="52728" author="yujian" created="Tue, 19 Feb 2013 23:37:17 +0000"  >&lt;p&gt;Patch was landed on Lustre b2_1 branch.&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|hzus1j:</customfieldvalue>

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