<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:55:37 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-12784] interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;</title>
                <link>https://jira.whamcloud.com/browse/LU-12784</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221; for master (2.13.0) client and 2.12.2 servers. This test started to fail in interop testing on 03-JUNE-2019.&lt;/p&gt;

&lt;p&gt;Looking at the client test_log, we see&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;== sanity test 102ha: grow xattr from inside inode to external inode ================================= 03:09:44 (1568344184)
CMD: trevis-5vm8 dumpe2fs -h /dev/mapper/mds1_flakey 2&amp;gt;&amp;amp;1 |
		grep -E -q &apos;(ea_inode|large_xattr)&apos;
CMD: trevis-5vm8 dumpe2fs -h /dev/mapper/mds1_flakey 2&amp;gt;&amp;amp;1 |
		grep -E -q &apos;(ea_inode|large_xattr)&apos;
setting xattr of max xattr size: 1048364
CMD: trevis-5vm8 dumpe2fs -h /dev/mapper/mds1_flakey 2&amp;gt;&amp;amp;1 |
		grep -E -q &apos;(ea_inode|large_xattr)&apos;
save trusted.big on /mnt/lustre/f102ha.sanity
/usr/lib64/lustre/tests/sanity.sh: line 8946: /usr/bin/setfattr: Argument list too long
 sanity test_102ha: @@@@@@ FAIL: saving trusted.big on /mnt/lustre/f102ha.sanity failed 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:6115:error()
  = /usr/lib64/lustre/tests/sanity.sh:8947:grow_xattr()
  = /usr/lib64/lustre/tests/sanity.sh:8984:test_102ha()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The patch &lt;a href=&quot;https://review.whamcloud.com/34058&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34058&lt;/a&gt; modified sanity test 102hs and the function grow_xattr() to take a &#8220;toobig&#8221; parameter. &lt;/p&gt;</description>
                <environment>Clients with Lustre version 2.12.53 or later and any server with version &amp;lt; 2.12.53</environment>
        <key id="56944">LU-12784</key>
            <summary>interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;</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="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="paf0186">Patrick Farrell</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>interop</label>
                    </labels>
                <created>Wed, 18 Sep 2019 17:24:24 +0000</created>
                <updated>Mon, 13 Dec 2021 03:54:24 +0000</updated>
                            <resolved>Wed, 23 Oct 2019 03:30:35 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="255007" author="pfarrell" created="Wed, 18 Sep 2019 19:24:19 +0000"  >&lt;p&gt;Hmm.&#160; This appears to come down to the older server advertising the max xattr size differently in a way that means for large xattrs, it&apos;s advertising a slightly larger size than it can actually support.&lt;/p&gt;

&lt;p&gt;This is for ldiskfs, with our old ~1 MiB xattr limit.&#160; It&apos;s not an issue for smaller sizes, or so it seems.&lt;/p&gt;

&lt;p&gt;As discussed with Andreas, I think the proper thing to do is limit max attr size (in the test scripts) used with older servers to the current XATTR_SIZE_MAX (the kernel constant), 64 KiB.&#160; This should avoid the problem where the older server doesn&apos;t properly advertise its xattr size limit, but still let us use the maximum xattr size with newer servers.&lt;/p&gt;

&lt;p&gt;I&apos;ll push a patch in a bit.&lt;/p&gt;</comment>
                            <comment id="255063" author="gerrit" created="Thu, 19 Sep 2019 18:54:36 +0000"  >&lt;p&gt;Patrick Farrell (pfarrell@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36240&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36240&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12784&quot; title=&quot;interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12784&quot;&gt;&lt;del&gt;LU-12784&lt;/del&gt;&lt;/a&gt; tests: Fix xattr size interop&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a653af6e8fb542d4a423ac6f5d0ac1062ad11898&lt;/p&gt;</comment>
                            <comment id="256883" author="gerrit" created="Tue, 22 Oct 2019 23:57:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36240/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12784&quot; title=&quot;interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12784&quot;&gt;&lt;del&gt;LU-12784&lt;/del&gt;&lt;/a&gt; llite: limit max xattr size by kernel value&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 84097792f56c38265b6eb0417a47c557f81f9461&lt;/p&gt;</comment>
                            <comment id="256902" author="pjones" created="Wed, 23 Oct 2019 03:30:35 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="315732" author="gerrit" created="Fri, 15 Oct 2021 17:40:45 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45264&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12784&quot; title=&quot;interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12784&quot;&gt;&lt;del&gt;LU-12784&lt;/del&gt;&lt;/a&gt; tests: fix large_xattr_enabled() for ZFS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c82dde4a92bda0d095d3b00da219bc0d3ca68b5a&lt;/p&gt;</comment>
                            <comment id="320719" author="gerrit" created="Mon, 13 Dec 2021 03:54:24 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/45264/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45264/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12784&quot; title=&quot;interop: sanity test 102ha fails with &#8220;saving trusted.big on /mnt/lustre/f102ha.sanity failed&#8221;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12784&quot;&gt;&lt;del&gt;LU-12784&lt;/del&gt;&lt;/a&gt; tests: fix large_xattr_enabled() for ZFS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ea78489e2fc0083f46d8e6c932fcd09ba822939f&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|i00myv:</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>