<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:26 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-5894] DNE II Testing: 2.4/2.5 clients unable to create remote directories against current master servers</title>
                <link>https://jira.whamcloud.com/browse/LU-5894</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;2.4 and 2.5 clients receive -524, which is ENOTSUPP, when trying to create remote (NOT striped) directories on current master.&lt;/p&gt;

&lt;p&gt;Centclient19 is running 2.5.0, the servers are running reasonably current master:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@centclient19 test&amp;#93;&lt;/span&gt;# lfs mkdir -i 1 test&lt;br/&gt;
error on LL_IOC_LMV_SETSTRIPE &apos;test&apos; (3): Unknown error 524&lt;br/&gt;
error: mkdir: create stripe dir &apos;test&apos; failed&lt;/p&gt;

&lt;p&gt;Attached is the log from the MDS responsible for returning the error and the log from the client receiving it.  (centss02 is the server, centclient19 is the client)&lt;/p&gt;</description>
                <environment>2.4/2.5 clients, master servers (from last week)</environment>
        <key id="27526">LU-5894</key>
            <summary>DNE II Testing: 2.4/2.5 clients unable to create remote directories against current master servers</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="1">Fixed</resolution>
                                        <assignee username="di.wang">Di Wang</assignee>
                                    <reporter username="paf">Patrick Farrell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Nov 2014 19:17:38 +0000</created>
                <updated>Tue, 5 May 2015 12:21:29 +0000</updated>
                            <resolved>Fri, 16 Jan 2015 18:45:20 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="99004" author="di.wang" created="Wed, 12 Nov 2014 20:16:50 +0000"  >&lt;p&gt;The problem probably comes from here&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;
static int mdt_remote_permission(struct mdt_thread_info *info,
                                 struct mdt_object *parent,
                                 struct mdt_object *child)
{
............

 if (S_ISDIR(attr-&amp;gt;la_mode) &amp;amp;&amp;amp; spec-&amp;gt;u.sp_ea.eadata != NULL &amp;amp;&amp;amp;
            spec-&amp;gt;u.sp_ea.eadatalen != 0 &amp;amp;&amp;amp; !mdt_is_striped_client(exp))
                return -ENOTSUPP;                        
}

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Hmm, we should allow if the stripe_count == 0, I will cook a patch.&lt;/p&gt;</comment>
                            <comment id="99145" author="di.wang" created="Fri, 14 Nov 2014 07:19:37 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/12715&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12715&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="100648" author="gerrit" created="Thu, 4 Dec 2014 13:31:26 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12715/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12715/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5894&quot; title=&quot;DNE II Testing: 2.4/2.5 clients unable to create remote directories against current master servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5894&quot;&gt;&lt;del&gt;LU-5894&lt;/del&gt;&lt;/a&gt; mds: allow 2.4/2.5 clients create remote dir&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1a165c02f5e97c830800d6dcbc11e86790fc015d&lt;/p&gt;</comment>
                            <comment id="103768" author="jlevi" created="Fri, 16 Jan 2015 18:45:20 +0000"  >&lt;p&gt;Patch landed to Master.&lt;/p&gt;</comment>
                            <comment id="113879" author="heckes" created="Thu, 30 Apr 2015 15:15:33 +0000"  >&lt;p&gt;A similar error (also using non-root account) appeared during soak testing using build  &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-b2_5_fe/38/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-b2_5_fe/38/&lt;/a&gt; : &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;[root@lola-16 soaked]# mkdir parent
[root@lola-16 soaked]# lfs mkdir -i 0 parent/child_0
error on LL_IOC_LMV_SETSTRIPE &apos;parent/child_0&apos; (3): Invalid argument
error: mkdir: create stripe dir &apos;parent/child_0&apos; failed
[root@lola-16 soaked]# lfs mkdir -i 1 parent/child_1
error on LL_IOC_LMV_SETSTRIPE &apos;parent/child_1&apos; (3): Invalid argument
error: mkdir: create stripe dir &apos;parent/child_1&apos; failed
[root@lola-16 soaked]# Write failed: Broken pipe
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;dmesg entry on client related to the event, reads as&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;LustreError: 135586:0:(dir.c:1166:ll_dir_ioctl()) child_0: wrong lum magic cd20cd0 or size 48: rc = -14
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;No error messages on the server side.&lt;/p&gt;</comment>
                            <comment id="113881" author="paf" created="Thu, 30 Apr 2015 15:22:05 +0000"  >&lt;p&gt;Frank - I suspect you&apos;ll want to open a new ticket for that error.  This ticket is for a specific error which was seen with particular client versions &amp;amp; was resolved.  (Also, the original report is with root, not a non-root user.)&lt;/p&gt;</comment>
                            <comment id="114208" author="heckes" created="Tue, 5 May 2015 12:21:29 +0000"  >&lt;p&gt;Please ignore my comment above as it was caused by installation error for a single client. Actually the node was running build artifacts of &lt;em&gt;master&lt;/em&gt; branch still.&lt;br/&gt;
I&apos;m sorry for the spam and any inconvenience.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="16335" name="centclient19.log" size="56759" author="paf" created="Mon, 10 Nov 2014 19:17:38 +0000"/>
                            <attachment id="16334" name="centss02.log" size="285762" author="paf" created="Mon, 10 Nov 2014 19:17:38 +0000"/>
                    </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|hzx0lb:</customfieldvalue>

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