<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:18:42 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-1674] calling open() with an invalid `mode&apos; parameter triggers an LBUG if an 1.8 client tries to create such a file on a 2.2 server</title>
                <link>https://jira.whamcloud.com/browse/LU-1674</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;calling open() with an invalid `mode&apos; parameter triggers an LBUG if an 1.8 client tries to create such a file on a 2.2 server&lt;/p&gt;</description>
                <environment>client 1.8.x - server 2.2</environment>
        <key id="15310">LU-1674</key>
            <summary>calling open() with an invalid `mode&apos; parameter triggers an LBUG if an 1.8 client tries to create such a file on a 2.2 server</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="3">Duplicate</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="ethz.support">ETHz Support</reporter>
                        <labels>
                            <label>client</label>
                    </labels>
                <created>Wed, 25 Jul 2012 12:40:55 +0000</created>
                <updated>Thu, 15 May 2014 20:17:38 +0000</updated>
                            <resolved>Fri, 27 Jul 2012 09:35:49 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="42250" author="ethz.support" created="Wed, 25 Jul 2012 12:41:24 +0000"  >&lt;p&gt;calling open() with an invalid `mode&apos; parameter triggers an LBUG if an 1.8 client tries to create such a file on a 2.2 server:&lt;/p&gt;

&lt;p&gt;#include &amp;lt;sys/file.h&amp;gt;&lt;br/&gt;
#include &amp;lt;errno.h&amp;gt;&lt;/p&gt;

&lt;p&gt;int main() {&lt;br/&gt;
        int fd;&lt;br/&gt;
        fd = open(&quot;foobar&quot;, O_RDWR|O_CREAT, 251235251253);&lt;br/&gt;
        close(fd);                                              &lt;br/&gt;
        return 0; &lt;br/&gt;
}                &lt;/p&gt;



&lt;p&gt;Executing this code produces:&lt;/p&gt;

&lt;p&gt;LustreError: 8759:0:(client.c:1750:__ptlrpc_free_req()) ASSERTION(!request-&amp;gt;rq_replay) failed: req ffff81024fa36400&lt;br/&gt;
LustreError: 8759:0:(client.c:1750:__ptlrpc_free_req()) LBUG&lt;br/&gt;
Pid: 8759, comm: a.out&lt;/p&gt;

&lt;p&gt;Call Trace:&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff886846a1&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x51/0x60 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88684bda&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x7a/0xd0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff887ddf04&amp;gt;&amp;#93;&lt;/span&gt; __ptlrpc_req_finished+0x444/0xa70 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff889b9f45&amp;gt;&amp;#93;&lt;/span&gt; ll_intent_release+0x95/0x100 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e3958&amp;gt;&amp;#93;&lt;/span&gt; lookup_instantiate_filp+0x5f/0x83&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88a06a28&amp;gt;&amp;#93;&lt;/span&gt; ll_create_nd+0x5b8/0x6c0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88a07ef7&amp;gt;&amp;#93;&lt;/span&gt; ll_lookup_nd+0x207/0x400 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80022989&amp;gt;&amp;#93;&lt;/span&gt; d_alloc+0x176/0x1ab&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8003a40d&amp;gt;&amp;#93;&lt;/span&gt; vfs_create+0xe8/0x15e&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8001b22a&amp;gt;&amp;#93;&lt;/span&gt; open_namei+0x19d/0x6ba&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800275e1&amp;gt;&amp;#93;&lt;/span&gt; do_filp_open+0x1c/0x38&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80019fb3&amp;gt;&amp;#93;&lt;/span&gt; do_sys_open+0x44/0xbe&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;/p&gt;

&lt;p&gt;LustreError: dumping log to /tmp/lustre-log.1343223938.8759&lt;/p&gt;


&lt;p&gt;The directory where &apos;foobar&apos; was supposed to be created will also be blocked on the affected client.&lt;/p&gt;
</comment>
                            <comment id="42280" author="pjones" created="Wed, 25 Jul 2012 19:06:00 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;Could you please comment on this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="42282" author="bobijam" created="Wed, 25 Jul 2012 20:34:29 +0000"  >&lt;p&gt;It&apos;s dup of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt;, I&apos;ll port the patch to b1_8.&lt;/p&gt;</comment>
                            <comment id="42284" author="bobijam" created="Wed, 25 Jul 2012 20:50:03 +0000"  >&lt;p&gt;patch port at &lt;a href=&quot;http://review.whamcloud.com/3469&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3469&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42333" author="adrian" created="Thu, 26 Jul 2012 10:31:47 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Thanks for the patch: I can confirm that it fixes the issue for us.&lt;/p&gt;
</comment>
                            <comment id="42390" author="ethz.support" created="Fri, 27 Jul 2012 08:11:44 +0000"  >&lt;p&gt;Peter, could you close this bug? For us is fixed with the patch... &lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;</comment>
                            <comment id="42392" author="pjones" created="Fri, 27 Jul 2012 09:35:49 +0000"  >&lt;p&gt;Duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-199&quot; title=&quot;can&amp;#39;t clear ext4 journal stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-199&quot;&gt;&lt;del&gt;LU-199&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="10542">LU-190</issuekey>
        </issuelink>
                            </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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>client</label>
            <label>lbug</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvgpz:</customfieldvalue>

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