<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:50:00 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-12140] DOM: limitaion of data size</title>
                <link>https://jira.whamcloud.com/browse/LU-12140</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;During sanity-dom testing the next issue was appeared:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&#160;[ 1644.726837] LNetError: 3137:0:(lib-move.c:4143:lnet_parse()) 192.168.8.1@tcp, src 192.168.8.1@tcp: bad PUT payload 1051832 (1048576 max expected)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&apos;ve added a bit debug to take vmcores from a sender.&lt;/p&gt;

&lt;p&gt;Here is analyze from crash&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; 
md = {
     start = 0xffff880098200100,
     length = 1051832,
     threshold = 0,
     max_size = -1742733056,
     options = 0,
     user_ptr = 0xffff880098200000,
     eq_handle = {
       cookie = 23
     },
     bulk_handle = {
       cookie = 0
     }
   },
msg_niov = 1,
 msg_iov = 0xffff88009995aba0,
 
msg_kiov = 0x0,
 
ffff880135be9800
rc_fmt = 0xffffffffc095d080 &amp;lt;RQF_LDLM_INTENT_OPEN&amp;gt;,
 
static const struct req_msg_field *ldlm_intent_open_server[] = {
       &amp;amp;RMF_PTLRPC_BODY,
       &amp;amp;RMF_DLM_REP,
       &amp;amp;RMF_MDT_BODY,
       &amp;amp;RMF_MDT_MD,
       &amp;amp;RMF_ACL,
       &amp;amp;RMF_CAPA1,
       &amp;amp;RMF_CAPA2,
       &amp;amp;RMF_NIOBUF_INLINE,
};
rc_area = {{4294967295, 4294967295, 4294967295, 4294967295, 4294967295, 4294967295, 4294967295, 4294967295, 4294967295, 4294967295}, {184, 112, 216, 2432, 260, 0, 0, 1048592, 4294967295, 4294967295}}
 }
 
crash&amp;gt; p 184+112+216+2432+260+1048592
$15 = 1051796
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The DOM size during open was 1Mb, the total length of lnet request was 1051796, and it doesn&apos;t fit at LNET_MTU limit. So the router shows error.&lt;br/&gt;
 This brings us to problem when we cannot handle 1Mb stripe size DOM at LNET layer. I think it is a problem for PFL when a first stripe located at MDS, probably.&lt;br/&gt;
 The workaround for sanity-dom testing is to decrease DOM_SIZE at sanity-dom.sh&lt;br/&gt;
 Also MDS should limit this size to prevent such misbehavior.&lt;br/&gt;
 I&apos;ve assigned this to Mikhail, I&apos;m not sure.&lt;/p&gt;</description>
                <environment>configuration with router, MDS_FS_MKFS_OPTS=&amp;quot;-O large_xattr&amp;quot;, sanity-dom/sanityn</environment>
        <key id="55314">LU-12140</key>
            <summary>DOM: limitaion of data size</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="tappro">Mikhail Pershin</assignee>
                                    <reporter username="aboyko">Alexander Boyko</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Apr 2019 12:19:37 +0000</created>
                <updated>Sat, 1 Jun 2019 14:39:14 +0000</updated>
                            <resolved>Sat, 1 Jun 2019 14:39:14 +0000</resolved>
                                    <version>Lustre 2.12.1</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="247829" author="gerrit" created="Tue, 28 May 2019 10:19:55 +0000"  >&lt;p&gt;Alexandr Boyko (c17825@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34975&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12140&quot; title=&quot;DOM: limitaion of data size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12140&quot;&gt;&lt;del&gt;LU-12140&lt;/del&gt;&lt;/a&gt; lnet: adds checking msg len&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aeb963fc19a6f78777e91ee3fd98ad93c7d9acca&lt;/p&gt;</comment>
                            <comment id="248181" author="gerrit" created="Sat, 1 Jun 2019 03:59:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34975/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34975/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12140&quot; title=&quot;DOM: limitaion of data size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12140&quot;&gt;&lt;del&gt;LU-12140&lt;/del&gt;&lt;/a&gt; lnet: adds checking msg len&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4d43a6c3b182485ffaf7d94c726653b1a36d1b9b&lt;/p&gt;</comment>
                            <comment id="248202" author="pjones" created="Sat, 1 Jun 2019 14:39:14 +0000"  >&lt;p&gt;Landed for 2.13&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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>lnet</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00e9z:</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>