<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:46:35 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-11749] sanity-sec test 23b fails with &apos;Should return gid=60010 or 60010 on client2&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-11749</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-sec test_23b started failing on October 30, 2018 with &apos;Should return gid=60010 or 60010 on client2&apos;&lt;/p&gt;

&lt;p&gt;Looking at the client test_log from a recent failure, &lt;a href=&quot;https://testing.whamcloud.com/test_sets/1e06f64c-f9d7-11e8-b216-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/1e06f64c-f9d7-11e8-b216-52540065bddc&lt;/a&gt; , we see an issue parsing output&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;CMD: onyx-41vm12 /usr/sbin/lctl list_nids | grep tcp | cut -f 1 -d @
waited 5 seconds for sync
getfacl: Removing leading &apos;/&apos; from absolute path names
CMD: onyx-41vm9.onyx.whamcloud.com getfacl /mnt/lustre/d23b.sanity-sec
getfacl: Removing leading &apos;/&apos; from absolute path names
CMD: onyx-41vm9.onyx.whamcloud.com getent passwd
/usr/lib64/lustre/tests/sanity-sec.sh: line 1834: [: sanityusr: integer expression expected
 sanity-sec test_23b: @@@@@@ FAIL: Should return gid=60010 or 60010 on client2 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This issue may be caused by the landing of the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9795&quot; title=&quot;SSK test failures in many suites when SHARED_KEY is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9795&quot;&gt;LU-9795&lt;/a&gt; &lt;a href=&quot;https://review.whamcloud.com/28662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28662&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;From sanity-sec test_23b, the code that fails is&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;
1799         local fs_id=$((IDBASE+10))
&#8230;
1828         # getfacl &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; acl on client2 (mapped gid=60010)
1829         mapped_id=$(do_node ${clients_arr[1]} getfacl $testdir |
1830                         grep -E &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:group:.*:rwx&quot;&lt;/span&gt; | awk -F: &lt;span class=&quot;code-quote&quot;&gt;&apos;{print $3}&apos;&lt;/span&gt;)
1831         fs_user=$(do_node ${clients_arr[1]} getent passwd |
1832                         grep :$fs_id:$fs_id: | cut -d: -f1)
1833         [ -z &lt;span class=&quot;code-quote&quot;&gt;&quot;$fs_user&quot;&lt;/span&gt; ] &amp;amp;&amp;amp; fs_user=$fs_id
1834         [ $mapped_id -eq $fs_id -o &lt;span class=&quot;code-quote&quot;&gt;&quot;$mapped_id&quot;&lt;/span&gt; = &lt;span class=&quot;code-quote&quot;&gt;&quot;$fs_user&quot;&lt;/span&gt; ] ||
1835                 error &lt;span class=&quot;code-quote&quot;&gt;&quot;Should &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; gid=$fs_id or $fs_user on client2&quot;&lt;/span&gt;
1836 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;sanity-sec test 23b requires two clients. The test can be kicked off/run on either client 1 or client 2. The issue may be that getfacl and getent needs to be run on the client that is not kicking off the test. In the failures, the test is being run on client 2, but looking at (a small number of) tests that pass, the test is kicked off on client 1. &lt;/p&gt;

&lt;p&gt;More failures are at:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/431b8374-dc8d-11e8-b46b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/431b8374-dc8d-11e8-b46b-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/0059669a-dd10-11e8-975a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/0059669a-dd10-11e8-975a-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/c813ae6e-dd76-11e8-b46b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/c813ae6e-dd76-11e8-b46b-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="54238">LU-11749</key>
            <summary>sanity-sec test 23b fails with &apos;Should return gid=60010 or 60010 on client2&apos;</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="sebastien">Sebastien Buisson</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Dec 2018 16:36:09 +0000</created>
                <updated>Fri, 10 May 2019 21:12:42 +0000</updated>
                            <resolved>Wed, 6 Feb 2019 18:07:23 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="238458" author="pjones" created="Wed, 12 Dec 2018 18:18:06 +0000"  >&lt;p&gt;Sebastien&lt;/p&gt;

&lt;p&gt;Could you please advise on this issue?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="238525" author="sebastien" created="Thu, 13 Dec 2018 09:21:17 +0000"  >&lt;p&gt;Nice catch James! There is an issue with the test itself, not the feature being tested.&lt;/p&gt;

&lt;p&gt;The problem is indeed due to the fact that, for some reason that I was not aware of, it happens that the client on which the test is kicked off is not necessarily client 1.&lt;br/&gt;
This is an issue with sanity-sec test 23b as it aims at exercising ACL mapping from different nodes.&lt;/p&gt;

&lt;p&gt;I will push a patch to fix this issue in the test.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Sebastien.&lt;/p&gt;</comment>
                            <comment id="238526" author="gerrit" created="Thu, 13 Dec 2018 09:21:35 +0000"  >&lt;p&gt;Sebastien Buisson (sbuisson@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33846&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33846&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11749&quot; title=&quot;sanity-sec test 23b fails with &amp;#39;Should return gid=60010 or 60010 on client2&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11749&quot;&gt;&lt;del&gt;LU-11749&lt;/del&gt;&lt;/a&gt; tests: sanity-sec 23b exec commands on right node&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7ac94583578a8ea633305e81b9ebd689e8835540&lt;/p&gt;</comment>
                            <comment id="241431" author="gerrit" created="Wed, 6 Feb 2019 06:34:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33846/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33846/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11749&quot; title=&quot;sanity-sec test 23b fails with &amp;#39;Should return gid=60010 or 60010 on client2&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11749&quot;&gt;&lt;del&gt;LU-11749&lt;/del&gt;&lt;/a&gt; tests: sanity-sec 23b exec commands on right node&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3c64d3310b7b46689b69091f512663bcb5aecdaf&lt;/p&gt;</comment>
                            <comment id="241476" author="pjones" created="Wed, 6 Feb 2019 18:07:23 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="245480" author="gerrit" created="Tue, 9 Apr 2019 17:08:21 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34623&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34623&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11749&quot; title=&quot;sanity-sec test 23b fails with &amp;#39;Should return gid=60010 or 60010 on client2&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11749&quot;&gt;&lt;del&gt;LU-11749&lt;/del&gt;&lt;/a&gt; tests: sanity-sec 23b exec commands on right node&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 33665776dcc25f9ba7a2c45a69f4ab41392b0e91&lt;/p&gt;</comment>
                            <comment id="247001" author="gerrit" created="Fri, 10 May 2019 21:04:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34623/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34623/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11749&quot; title=&quot;sanity-sec test 23b fails with &amp;#39;Should return gid=60010 or 60010 on client2&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11749&quot;&gt;&lt;del&gt;LU-11749&lt;/del&gt;&lt;/a&gt; tests: sanity-sec 23b exec commands on right node&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e13e0efe97c878206227044365391431fcf76644&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|i007of:</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>