<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:23 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-5889] sanity test 102k failed on sparc</title>
                <link>https://jira.whamcloud.com/browse/LU-5889</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity 102k of Lustre testset failed because setfattr retruns EINVAL in the SPARC machine.&lt;br/&gt;
This error occurs because lov magic number is mismatched on MDS.&lt;/p&gt;

&lt;p&gt;This problem is that struct lov_user_md is accessed directly in mdc_setattr_pack&lt;br/&gt;
struct lov_user_md should be accessed by little endian.&lt;/p&gt;

&lt;p&gt;Client log is as follows:&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 102k: setfattr without parameter of value shouldn&apos;t cause a crash ===================== 16:34:46 (1396251286)
setfattr: /mnt/test/d102k: Invalid argument
 sanity test_102k: @@@@@@ FAIL: stripe size 65536 != 1048576 
  Trace dump:
  = /root/lustre/tests/test-framework.sh:4466:error_noexit()
  = /root/lustre/tests/test-framework.sh:4497:error()
  = /root/lustre/tests/sanity.sh:6452:test_102k()
  = /root/lustre/tests/test-framework.sh:4743:run_one()
  = /root/lustre/tests/test-framework.sh:4778:run_one_logged()
  = /root/lustre/tests/test-framework.sh:4598:run_test()
  = /root/lustre/tests/sanity.sh:6459:main()
Dumping lctl log to /tmp/test_logs/2014-03-31/163438/sanity.test_102k.*.1396251287.log
Dumping logs only on local client.
FAIL 102k (3s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Lustre log of MDS is as follows:&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;00000004:00000001:3.0:1400646965.139436:0:11616:0:(lod_object.c:528:lod_xattr_set()) Process entered
00000004:00000001:3.0:1400646965.139437:0:11616:0:(lod_object.c:477:lod_xattr_set_lov_on_dir()) Process entered
00000004:00000001:3.0:1400646965.139439:0:11616:0:(lod_lov.c:870:lod_verify_striping()) Process entered
00000004:00000080:3.0:1400646965.139441:0:11616:0:(lod_lov.c:887:lod_verify_striping()) bad userland LOV MAGIC: 0xd00bd10b
00000004:00000001:3.0:1400646965.139442:0:11616:0:(lod_lov.c:888:lod_verify_striping()) Process leaving via out (rc=18446744073709551594 : -22 : 0xffffffffffffffea)
00000004:00000001:3.0:1400646965.139445:0:11616:0:(lod_lov.c:976:lod_verify_striping()) Process leaving (rc=18446744073709551594 : -22 : ffffffffffffffea)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&apos;ll upload the patch soon, so could you please review it?&lt;br/&gt;
Thank you&lt;/p&gt;</description>
                <environment>Version of Lustre 2.6.0 client and server. sparc t2000 client. RHEL6.5 servers</environment>
        <key id="27518">LU-5889</key>
            <summary>sanity test 102k failed on sparc</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="wc-triage">WC Triage</assignee>
                                    <reporter username="Y.Uemura">uemura yoshifumi</reporter>
                        <labels>
                            <label>master</label>
                    </labels>
                <created>Mon, 10 Nov 2014 03:04:28 +0000</created>
                <updated>Thu, 11 Dec 2014 18:42:25 +0000</updated>
                            <resolved>Thu, 11 Dec 2014 18:42:25 +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="98773" author="jay" created="Mon, 10 Nov 2014 17:31:19 +0000"  >&lt;p&gt;Yes, please upload the patch.&lt;/p&gt;</comment>
                            <comment id="98780" author="green" created="Mon, 10 Nov 2014 18:11:38 +0000"  >&lt;p&gt;We also need to make sure that this is not present in 2.5 release and also if not - what patch introduced the regressio (so that we pick this fix if it&apos;s ever backported)&lt;/p&gt;</comment>
                            <comment id="98950" author="y.uemura" created="Wed, 12 Nov 2014 07:10:30 +0000"  >&lt;p&gt;The patch for master&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/12683/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12683/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="100662" author="gerrit" created="Thu, 4 Dec 2014 13:48:07 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12683/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12683/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5889&quot; title=&quot;sanity test 102k failed on sparc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5889&quot;&gt;&lt;del&gt;LU-5889&lt;/del&gt;&lt;/a&gt; mdc: Proper accessing struct lov_user_md&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 84e925a5611028f49c8ad07996352c2f062f598e&lt;/p&gt;</comment>
                            <comment id="101350" author="jlevi" created="Thu, 11 Dec 2014 18:42:25 +0000"  >&lt;p&gt;Patch landed to Master.&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|hzx0jj:</customfieldvalue>

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