<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:17 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-7483] sanity test_103a: run_acl_subtest cp failed</title>
                <link>https://jira.whamcloud.com/browse/LU-7483</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_103a failed for SElinux enabled client feature.&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 103a: acl test =========================================== 08:55:48 (1448384148)
Adding user daemon to group bin
Adding user daemon to group bin
performing cp ...
[3] $ umask 022 -- ok
[4] $ mkdir d -- ok
[5] $ cd d -- ok
[6] $ touch f -- ok
[7] $ setfacl -m u:bin:rw f -- ok
[8] $ ls -l f | awk -- &apos;{ print $1 }&apos; -- ok
[11] $ cp f g -- ok
[12] $ ls -l g | awk -- &apos;{ print $1 }&apos; -- failed
-rw-r--r--                            ? -rw-r--r--.                            
[15] $ rm g -- ok
[16] $ cp -p f g -- ok
[17] $ ls -l f | awk -- &apos;{ print $1 }&apos; -- ok
[20] $ mkdir h -- ok
[21] $ echo blubb &amp;gt; h/x -- ok
[22] $ cp -rp h i -- ok
[23] $ cat i/x -- ok
[26] $ rm -r i -- ok
[31] $ setfacl -R -m u:bin:rwx h -- ok
[32] $ getfacl --omit-header h/x -- ok
[40] $ cp -rp h i -- ok
[41] $ getfacl --omit-header i/x -- ok
[49] $ cd .. -- ok
[50] $ rm -r d -- ok
22 commands (21 passed, 1 failed)
 sanity test_103a: @@@@@@ FAIL: run_acl_subtest cp failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Master&lt;br/&gt;
1 CLient, 1 MDT, 2 OST</environment>
        <key id="33352">LU-7483</key>
            <summary>sanity test_103a: run_acl_subtest cp failed</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="standan">Saurabh Tandan</assignee>
                                    <reporter username="standan">Saurabh Tandan</reporter>
                        <labels>
                            <label>SELinux</label>
                    </labels>
                <created>Thu, 26 Nov 2015 00:40:56 +0000</created>
                <updated>Mon, 3 Oct 2016 18:42:53 +0000</updated>
                            <resolved>Mon, 15 Aug 2016 22:30:34 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="134766" author="adilger" created="Mon, 30 Nov 2015 18:37:47 +0000"  >&lt;p&gt;It looks like this is failing because the &quot;ls -l&quot; has the &apos;.&apos; at the end to indicate extra security attributes when SELinux is enabled. It should be possible to make a filter for this so that the &lt;tt&gt;expect&lt;/tt&gt; output matches, something like:&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;sed -e &apos;s/\([-tsS][-rwx][-rwx][-rwx]\)\./$1/&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;or similar, so that this is only filtering the permission flags and not any &apos;.&apos; In the output.  I&apos;m sure I didn&apos;t get all the flags correct. Please check the &lt;tt&gt;ls(1)&lt;/tt&gt; man page. &lt;/p&gt;</comment>
                            <comment id="134768" author="jgmitter" created="Mon, 30 Nov 2015 18:44:03 +0000"  >&lt;p&gt;Hi Saurabh,&lt;br/&gt;
Can you please have a look at this one - looks to be a test script issue.&lt;br/&gt;
Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="135704" author="gerrit" created="Wed, 9 Dec 2015 19:53:24 +0000"  >&lt;p&gt;Saurabh Tandan (saurabh.tandan@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17529&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17529&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7483&quot; title=&quot;sanity test_103a: run_acl_subtest cp failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7483&quot;&gt;&lt;del&gt;LU-7483&lt;/del&gt;&lt;/a&gt; test: Modifying filtering in acl for SElinux feature&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d71f2c2bdbd2f1cb1a614d50d75463d0b0bd16d9&lt;/p&gt;</comment>
                            <comment id="139860" author="gerrit" created="Mon, 25 Jan 2016 01:58:21 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17529/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17529/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7483&quot; title=&quot;sanity test_103a: run_acl_subtest cp failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7483&quot;&gt;&lt;del&gt;LU-7483&lt;/del&gt;&lt;/a&gt; test: Modifying filtering in acl for SElinux feature&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6c61075bcf2f310a83a8d4c9173c9b9f4370f5ac&lt;/p&gt;</comment>
                            <comment id="139894" author="jgmitter" created="Mon, 25 Jan 2016 15:15:29 +0000"  >&lt;p&gt;Landed for 2.8.0&lt;/p&gt;</comment>
                            <comment id="141408" author="standan" created="Fri, 5 Feb 2016 18:39:46 +0000"  >&lt;p&gt;Similar issue encountered for tag 2.7.66 , master, build# 3316 , for SELinux enabled client.&lt;/p&gt;</comment>
                            <comment id="160844" author="gerrit" created="Thu, 4 Aug 2016 19:34:03 +0000"  >&lt;p&gt;Saurabh Tandan (saurabh.tandan@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21722&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7483&quot; title=&quot;sanity test_103a: run_acl_subtest cp failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7483&quot;&gt;&lt;del&gt;LU-7483&lt;/del&gt;&lt;/a&gt; tests: sanity test_103a misc test in acl corrected&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 283b0bf8f8c5ea02c08890dc070793847c41d6ee&lt;/p&gt;</comment>
                            <comment id="160845" author="standan" created="Thu, 4 Aug 2016 19:35:23 +0000"  >&lt;p&gt;Reason this ticket was reopened because sanity test_103a was failing due to following error message:&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;performing misc...
[6] $ umask 027 -- ok
[7] $ touch f -- ok
[10] $ setfacl -m u::r f -- ok
[11] $ setfacl -m u::rw,u:bin:rw f -- ok
[12] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[15] $ getfacl --omit-header f -- ok
[23] $ rm f -- ok
[24] $ umask 022 -- ok
[25] $ touch f -- ok
[26] $ setfacl -m u:bin:rw f -- ok
[27] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[30] $ getfacl --omit-header f -- ok
[38] $ rm f -- ok
[39] $ umask 027 -- ok
[40] $ mkdir d -- ok
[41] $ setfacl -m u:bin:rwx d -- ok
[42] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[45] $ getfacl --omit-header d -- ok
[53] $ rmdir d -- ok
[54] $ umask 022 -- ok
[55] $ mkdir d -- ok
[56] $ setfacl -m u:bin:rwx d -- ok
[57] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[60] $ getfacl --omit-header d -- ok
[68] $ rmdir d -- ok
[73] $ umask 022 -- ok
[74] $ touch f -- ok
[75] $ setfacl -m u:bin:rw,u:daemon:r f -- ok
[76] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[79] $ getfacl --omit-header f -- ok
[90] $ setfacl -m g:users:rw,g:daemon:r f -- ok
[91] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[94] $ getfacl --omit-header f -- ok
[107] $ setfacl -x g:users f -- ok
[108] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[111] $ getfacl --omit-header f -- ok
[123] $ setfacl -x u:daemon f -- ok
[124] $ ls -dl f | awk &apos;{print $1}&apos; -- ok
[127] $ getfacl --omit-header f -- ok
[136] $ rm f -- ok
[140] $ umask 027 -- ok
[141] $ mkdir d -- ok
[142] $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d -- ok
[143] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[146] $ getfacl --omit-header d -- ok
[162] $ umask 027 -- ok
[163] $ touch d/f -- ok
[164] $ ls -dl d/f | awk &apos;{print $1}&apos; -- ok
[167] $ getfacl --omit-header d/f -- ok
[175] $ rm d/f -- ok
[176] $ umask 022 -- ok
[177] $ touch d/f -- ok
[178] $ ls -dl d/f | awk &apos;{print $1}&apos; -- ok
[181] $ getfacl --omit-header d/f -- ok
[189] $ rm d/f -- ok
[193] $ umask 000 -- ok
[194] $ mkdir d/d -- ok
[195] $ ls -dl d/d | awk &apos;{print $1}&apos; -- ok
[198] $ getfacl --omit-header d/d -- ok
[211] $ rmdir d/d -- ok
[212] $ umask 022 -- ok
[213] $ mkdir d/d -- ok
[214] $ ls -dl d/d | awk &apos;{print $1}&apos; -- ok
[217] $ getfacl --omit-header d/d -- ok
[232] $ setfacl -nm u:daemon:rx,d:u:daemon:rx,g:users:rx,g:daemon:rwx d/d -- ok
[233] $ ls -dl d/d | awk &apos;{print $1}&apos; -- ok
[236] $ getfacl --omit-header d/d -- ok
[255] $ ln -s d d/l -- ok
[256] $ ls -dl d/l | awk &apos;sub(/\./, &quot;&quot;, $1); {print $1}&apos; -- failed
lrwxrwxrwx                            ? lrwxrwxrwx 1 root root 1 Aug 4 00:07 d/l -&amp;gt; d
~                                     ? lrwxrwxrwx                             
[259] $ ls -dl -L d/l | awk &apos;{print $1}&apos; -- ok
[264] $ cd d -- ok
[265] $ getfacl --omit-header l -- ok
[282] $ cd .. -- ok
[284] $ rm d/l -- ok
[288] $ setfacl -m g:daemon:rx,u:bin:rx d/d -- ok
[289] $ ls -dl d/d | awk &apos;{print $1}&apos; -- ok
[292] $ getfacl --omit-header d/d -- ok
[309] $ setfacl -m d:u:bin:rwx d/d -- ok
[310] $ ls -dl d/d | awk &apos;{print $1}&apos; -- ok
[313] $ getfacl --omit-header d/d -- ok
[330] $ rmdir d/d -- ok
[334] $ setfacl -k d -- ok
[335] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[338] $ getfacl --omit-header d -- ok
[349] $ setfacl -b d -- ok
[350] $ ls -dl d | awk &apos;{sub(/\./, &quot;&quot;, $1); print $1}&apos; -- ok
[353] $ getfacl --omit-header d -- ok
[361] $ chmod 775 d -- ok
[362] $ ls -dl d | awk &apos;{sub(/\./, &quot;&quot;, $1); print $1}&apos; -- ok
[365] $ getfacl --omit-header d -- ok
[371] $ rmdir d -- ok
[372] $ umask 002 -- ok
[373] $ mkdir d -- ok
[374] $ setfacl -m u:daemon:rwx,u:bin:rx,d:u:daemon:rwx,d:u:bin:rx d -- ok
[375] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[378] $ getfacl --omit-header d -- ok
[393] $ chmod 750 d -- ok
[394] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[397] $ getfacl --omit-header d -- ok
[412] $ chmod 750 d -- ok
[413] $ ls -dl d | awk &apos;{print $1}&apos; -- ok
[416] $ getfacl --omit-header d -- ok
[431] $ rmdir d -- ok
103 commands (102 passed, 1 failed)
 sanity test_103a: @@@@@@ FAIL: misc test failed 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Results for sanity test_103a run with SELinux enabled on client with required correction in test scripts can be found at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/59f27e7a-5a78-11e6-b5b1-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/59f27e7a-5a78-11e6-b5b1-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Patch can be found at &lt;a href=&quot;http://review.whamcloud.com/21722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21722&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="161215" author="standan" created="Mon, 8 Aug 2016 22:39:24 +0000"  >&lt;p&gt;New results for successfully run sanity test_103a with SELinux enabled on client with corrections suggested by John Hammond can be found at: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/a816e968-5db8-11e6-906c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/a816e968-5db8-11e6-906c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="161944" author="gerrit" created="Mon, 15 Aug 2016 21:11:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21722/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21722/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7483&quot; title=&quot;sanity test_103a: run_acl_subtest cp failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7483&quot;&gt;&lt;del&gt;LU-7483&lt;/del&gt;&lt;/a&gt; tests: sanity test_103a misc test in acl corrected&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c3e44bc813e93ea62b5618bf47a1ddd35a92b866&lt;/p&gt;</comment>
                            <comment id="161964" author="pjones" created="Mon, 15 Aug 2016 22:30:34 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="19714" name="sanity.test_103a.debug_log.eagle-52vm5.1448384151.log" size="294" author="standan" created="Thu, 26 Nov 2015 00:40:56 +0000"/>
                            <attachment id="19715" name="sanity.test_103a.dmesg.eagle-52vm5.1448384151.log" size="119800" author="standan" created="Thu, 26 Nov 2015 00:40:57 +0000"/>
                            <attachment id="19716" name="sanity.test_103a.test_log.eagle-52vm5.log" size="2139" author="standan" created="Thu, 26 Nov 2015 00:40:57 +0000"/>
                    </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|hzxudb:</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>