<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:29:02 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-16673] sanity test_125: failures with aarch64 servers</title>
                <link>https://jira.whamcloud.com/browse/LU-16673</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run with aarch64 servers:&lt;br/&gt;
 &lt;a href=&quot;https://testing.whamcloud.com/test_sets/38335ace-3096-4f6a-a18a-f252f4d7bf6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/38335ace-3096-4f6a-a18a-f252f4d7bf6c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_125 failed with the following error:&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;setfacl /mnt/lustre/d125.sanity failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Test session details:&lt;br/&gt;
clients: 2.15.54.79 - 4.18.0-348.23.1.el8_lustre331.aarch64&lt;br/&gt;
servers: 2.15.54.79 - 4.18.0-348.23.1.el8_lustre331.aarch64&lt;/p&gt;

&lt;p&gt;Also failed the following subtests (listing all here for searching):&lt;br/&gt;
test_150f&lt;br/&gt;
test_150g&lt;br/&gt;
test_151&lt;br/&gt;
test_154a&lt;br/&gt;
test_154b&lt;br/&gt;
test_156&lt;/p&gt;






&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
sanity test_125 - setfacl /mnt/lustre/d125.sanity failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="75235">LU-16673</key>
            <summary>sanity test_125: failures with aarch64 servers</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="xinliang">Xinliang Liu</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Mar 2023 18:52:07 +0000</created>
                <updated>Mon, 21 Aug 2023 19:54:01 +0000</updated>
                            <resolved>Sat, 19 Aug 2023 12:12:51 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="367442" author="adilger" created="Mon, 27 Mar 2023 18:55:45 +0000"  >&lt;p&gt;It looks like there are a handful of consistent sanity subtest failures when running with aarch64 servers.&lt;/p&gt;

&lt;p&gt;You are likely already aware of this, since the test results are coming from a linaro test cluster, but I filed the ticket to allow tracking the test failures, and for submitting patches to fix them.&lt;/p&gt;</comment>
                            <comment id="367482" author="xinliang" created="Tue, 28 Mar 2023 02:23:57 +0000"  >&lt;p&gt;Yeah, we are aware of this. We tracking the sanity.sh test suite failed tests on this ticket: &lt;a href=&quot;https://linaro.atlassian.net/browse/STOR-123&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://linaro.atlassian.net/browse/STOR-123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently, I am looking at this.&#160;&lt;/p&gt;</comment>
                            <comment id="367845" author="xinliang" created="Thu, 30 Mar 2023 10:59:30 +0000"  >&lt;p&gt;Looks like the user USER0 for setfacl operation is nonexistent when specifying a valid user test 125 pass.&lt;/p&gt;

&lt;p&gt;USER0=${USER0:-&quot;sanityusr&quot;}&lt;/p&gt;

&lt;p&gt;setfacl -R -m u:$USER0:rwx $DIR/$tdir&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ sudo USER0=openeuler RUNAS_ID=&lt;span class=&quot;code-quote&quot;&gt;&quot;1000&quot;&lt;/span&gt; ~/lustre-release/lustre/tests/auster &#160;-rv sanity --only 125

== sanity test 125: don&apos;t &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; EPROTO when a dir has a non-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; striping and ACLs ========================================================== 09:03:07 (1680166987)
setfacl -R -m u:openeuler:rwx /mnt/lustre/d125.sanity
drwxrwxr-x+ 2 root root 4096 Mar 30 09:03 /mnt/lustre/d125.sanity
PASS 125 (1s)
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="368140" author="xinliang" created="Mon, 3 Apr 2023 03:34:31 +0000"  >&lt;p&gt;Should add a check for user USER0 in the test.&lt;/p&gt;</comment>
                            <comment id="368142" author="gerrit" created="Mon, 3 Apr 2023 03:52:13 +0000"  >&lt;p&gt;&quot;xinliang &amp;lt;xinliang.liu@linaro.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50501&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50501&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16673&quot; title=&quot;sanity test_125: failures with aarch64 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16673&quot;&gt;&lt;del&gt;LU-16673&lt;/del&gt;&lt;/a&gt; tests: add checking for user USER0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7559cd4ae840828720b5ae5f1ccf927ca96280e2&lt;/p&gt;</comment>
                            <comment id="368626" author="xinliang" created="Thu, 6 Apr 2023 07:55:27 +0000"  >&lt;p&gt;And for those tests 150f,150g,151,156, failing might relate to 64K page size, because these tests pass on aarch64 4k page size cluster.&lt;/p&gt;</comment>
                            <comment id="368704" author="adilger" created="Thu, 6 Apr 2023 17:54:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=xinliang&quot; class=&quot;user-hover&quot; rel=&quot;xinliang&quot;&gt;xinliang&lt;/a&gt;, out of curiosity, are you formatting the OSTs with 64KB blocksize, or still 4KB blocksize (assuming ldiskfs)?  There are definitely some interesting benefits from 64KB blocksize:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;larger directories with fewer htree levels&lt;/li&gt;
	&lt;li&gt;256x fewer block groups due to 16x bits per bitmap x 16x larger blocks&lt;/li&gt;
	&lt;li&gt;more efficient allocation for large files&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This would mean less space efficiency for files &amp;lt; 64KB in size and for the fraction of a block at the end of each file, but for files &amp;lt;= 64KB it would be possible to use DoM to store them on the MDT.&lt;/p&gt;</comment>
                            <comment id="368742" author="xinliang" created="Fri, 7 Apr 2023 03:07:00 +0000"  >&lt;p&gt;Our aarch64 CI clusters run on CentOS 8 which use 64KB PAGE_SIZE and thus use 64KB blocksize for ldiskfs.&lt;/p&gt;

&lt;p&gt;It sounds a good idea to store files &amp;lt; 64KB on MDT with DoM for 64KB PAGE_SIZE cluster.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;We also do test locally on openEuler which use 4K PAGE_SIZE.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="368743" author="xinliang" created="Fri, 7 Apr 2023 03:07:53 +0000"  >&lt;p&gt;BTW, RHEL 9 uses 4K PAGE_SIZE.&lt;/p&gt;</comment>
                            <comment id="383052" author="gerrit" created="Sat, 19 Aug 2023 05:36:23 +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/c/fs/lustre-release/+/50501/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50501/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16673&quot; title=&quot;sanity test_125: failures with aarch64 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16673&quot;&gt;&lt;del&gt;LU-16673&lt;/del&gt;&lt;/a&gt; tests: add checking for user USER0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b7b55534b9b5d4d58025082ae5403938853b168c&lt;/p&gt;</comment>
                            <comment id="383070" author="pjones" created="Sat, 19 Aug 2023 12:12:51 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="74400">LU-16541</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i03hbz:</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>