<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:11:04 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-857] Lustre client tolerates enforced SELinux.</title>
                <link>https://jira.whamcloud.com/browse/LU-857</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue impacts Lustre 2.x releases on RHEL 6. This is possible that the same issues exists with Lustre 1.x.&lt;/p&gt;

&lt;p&gt;The problem is that you cannot use a Lustre filesystem with SELinux enforced, even if your Lustre policies only apply to all other filesystems, but not Lustre!&lt;/p&gt;

&lt;p&gt;If you do so, accesses to Lustre directories will be denied in some cases. However, file accesses in the same directory are granted. There is no SELinux policy involved here. This kind of configuration is used in production on our Lustre 1.6/RHEL 5 systems without any issues.&lt;/p&gt;

&lt;p&gt;Here is a 2-line patch to have a common behavior on RHEL5/RHEL6.&lt;br/&gt;
Note: It does not add a real SELinux support for Lustre but ables to activate it for all other local filesystems, without Lustre misbehaving.&lt;/p&gt;

&lt;p&gt;Steps to reproduce the issue:&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;# setenforce Enforcing
# cd /mnt/lustre
# mkdir foo
# cd foo
# ls: Permission denied
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</description>
                <environment></environment>
        <key id="12472">LU-857</key>
            <summary>Lustre client tolerates enforced SELinux.</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="niu">Niu Yawei</assignee>
                                    <reporter username="adegremont">Aurelien Degremont</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Nov 2011 07:41:23 +0000</created>
                <updated>Tue, 23 Jul 2013 01:03:14 +0000</updated>
                            <resolved>Wed, 23 Nov 2011 07:33:05 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="23064" author="adegremont" created="Wed, 16 Nov 2011 07:51:15 +0000"  >&lt;p&gt;Patch for review:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1703&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23077" author="pjones" created="Wed, 16 Nov 2011 08:44:48 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you please review the supplied patch?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="23115" author="niu" created="Thu, 17 Nov 2011 03:05:52 +0000"  >&lt;p&gt;Hi Aurelien&lt;/p&gt;

&lt;p&gt;I&apos;m wondering how to test this patch. In my local environment, I can&apos;t even mount lustre on loop devices with selinux enabled (in permissive mode), could you show me how to mount lustre in permissive mode? Thank you.&lt;/p&gt;</comment>
                            <comment id="23116" author="adegremont" created="Thu, 17 Nov 2011 03:20:23 +0000"  >&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;To test it, I setup a simple test environment with 2 nodes. 1 for servers, 1 for client.&lt;br/&gt;
With Lustre, SELinux is ok on Client, but absolutely not on Servers.&lt;/p&gt;

&lt;p&gt;Something like&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;NAME=ncli REFORMAT=: RCLIENTS=&quot;foo2&quot; sh ./llmount.sh&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Should do the trick&lt;/p&gt;

&lt;p&gt;Set SELinux in permissive mode on your RHEL6 client (/etc/sysconfig/selinux). You change to permissive/enforced using &lt;tt&gt;setenforce&lt;/tt&gt;&lt;br/&gt;
Let SELinux disabled on your server node.&lt;/p&gt;</comment>
                            <comment id="23123" author="niu" created="Thu, 17 Nov 2011 09:27:43 +0000"  >&lt;p&gt;Thank you, Aurelien. I&apos;ve added reviewers in the gerrit.&lt;/p&gt;</comment>
                            <comment id="23221" author="hudson" created="Mon, 21 Nov 2011 03:04:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23222" author="hudson" created="Mon, 21 Nov 2011 03:10:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23223" author="hudson" created="Mon, 21 Nov 2011 03:13:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23224" author="hudson" created="Mon, 21 Nov 2011 03:14:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23225" author="hudson" created="Mon, 21 Nov 2011 03:17:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23226" author="hudson" created="Mon, 21 Nov 2011 03:18:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23227" author="hudson" created="Mon, 21 Nov 2011 03:19:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23228" author="hudson" created="Mon, 21 Nov 2011 03:24:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23229" author="hudson" created="Mon, 21 Nov 2011 03:26:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23230" author="hudson" created="Mon, 21 Nov 2011 03:29:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23231" author="hudson" created="Mon, 21 Nov 2011 03:34:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23232" author="hudson" created="Mon, 21 Nov 2011 03:36:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23233" author="hudson" created="Mon, 21 Nov 2011 03:46:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23234" author="hudson" created="Mon, 21 Nov 2011 03:53:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/360/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #360&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-857&quot; title=&quot;Lustre client tolerates enforced SELinux.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-857&quot;&gt;&lt;del&gt;LU-857&lt;/del&gt;&lt;/a&gt; security: Lustre client tolerates enforced SELinux. (Revision bf977ae5a02765f86b1920ae207cc1fe328011cb)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=bf977ae5a02765f86b1920ae207cc1fe328011cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bf977ae5a02765f86b1920ae207cc1fe328011cb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23341" author="niu" created="Wed, 23 Nov 2011 07:33:05 +0000"  >&lt;p&gt;patch landed for 2.2&lt;/p&gt;</comment>
                            <comment id="62758" author="panda" created="Tue, 23 Jul 2013 01:03:14 +0000"  >&lt;p&gt;This patch adds a security_d_instantiate() call under dcache_lock, while Selinux implementation of the LSM hook can sleep (calls mutex_lock, kmalloc, getxattr).&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;BUG: spinlock wrong CPU on CPU#0, diff/5435 (Tainted: G        W  ----------------  )
 lock: ffffffff81a84780, .magic: dead4ead, .owner: diff/5435, .owner_cpu: 3
Pid: 5435, comm: diff Tainted: G        W  ----------------   2.6.32-220.4.3.el6.x86_64 #10
Call Trace:
 [&amp;lt;ffffffff8128a88a&amp;gt;] ? spin_bug+0xaa/0x100
 [&amp;lt;ffffffff8128a956&amp;gt;] ? _raw_spin_unlock+0x76/0xa0
 [&amp;lt;ffffffff8150739b&amp;gt;] ? _spin_unlock+0x2b/0x40
 [&amp;lt;ffffffffa0eab1d5&amp;gt;] ? ll_d_add+0x75/0x210 [lustre]
 [&amp;lt;ffffffff8150739b&amp;gt;] ? _spin_unlock+0x2b/0x40
 [&amp;lt;ffffffffa0eac602&amp;gt;] ? ll_lookup_it_finish+0x8f2/0xa60 [lustre]
 [&amp;lt;ffffffffa0eaa4ee&amp;gt;] ? ll_i2gids+0x2e/0xe0 [lustre]
 [&amp;lt;ffffffffa0eacb8e&amp;gt;] ? ll_lookup_it+0x41e/0xc00 [lustre]
 [&amp;lt;ffffffffa0eaa5a0&amp;gt;] ? ll_md_blocking_ast+0x0/0x620 [lustre]
 [&amp;lt;ffffffffa0ead5cf&amp;gt;] ? ll_lookup_nd+0x25f/0x3e0 [lustre]
 [&amp;lt;ffffffff8119993e&amp;gt;] ? d_alloc+0x17e/0x1f0
 [&amp;lt;ffffffff8118edac&amp;gt;] ? do_lookup+0x16c/0x1e0
 [&amp;lt;ffffffff8118f12d&amp;gt;] ? __link_path_walk+0x20d/0x1080
 [&amp;lt;ffffffff8119023a&amp;gt;] ? path_walk+0x6a/0xe0
 [&amp;lt;ffffffff8119040b&amp;gt;] ? do_path_lookup+0x5b/0xa0
 [&amp;lt;ffffffff81191077&amp;gt;] ? user_path_at+0x57/0xa0
 [&amp;lt;ffffffff811858c4&amp;gt;] ? cp_new_stat+0xe4/0x100
 [&amp;lt;ffffffff81185af6&amp;gt;] ? vfs_fstatat+0x46/0x80
 [&amp;lt;ffffffff81185c5b&amp;gt;] ? vfs_stat+0x1b/0x20
 [&amp;lt;ffffffff81185c84&amp;gt;] ? sys_newstat+0x24/0x50
 [&amp;lt;ffffffff810dcc22&amp;gt;] ? audit_syscall_entry+0x272/0x2a0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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|hzv82v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4843</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>