<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:19:43 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-1790] permission denied error on the client</title>
                <link>https://jira.whamcloud.com/browse/LU-1790</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;On a client, we found only root can write to the Lustre volume, any other user get a &quot;permission denied&quot;. We use NIS on the client and the MDS. We have enabled ACL on the MDS. And from client, it shows &quot;acl&quot; when we do this:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@nodem57 scratch&amp;#93;&lt;/span&gt;# lctl get_param &lt;del&gt;n mdc.scratch-MDT0000-mdc&lt;/del&gt;*.connect_flags | grep acl&lt;br/&gt;
acl&lt;/p&gt;

&lt;p&gt;On a client:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mzhou@nodem57 scratch&amp;#93;&lt;/span&gt;$ ls -l&lt;br/&gt;
ls: nodem57: Permission denied&lt;br/&gt;
total 8&lt;br/&gt;
drwxr-xr-x  4 root root 4096 Aug 23 14:34 nodem57&lt;br/&gt;
drwxrwxrwx+ 2 root root 4096 Aug 24 11:08 test&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mzhou@nodem57 scratch&amp;#93;&lt;/span&gt;$ cd test&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mzhou@nodem57 test&amp;#93;&lt;/span&gt;$ ls &lt;br/&gt;
ls: .: Permission denied&lt;/p&gt;

&lt;p&gt;Here is the from /var/log/message on the client.&lt;/p&gt;

&lt;p&gt;Aug 27 11:56:28 nodem57 kernel: LustreError: 23079:0:(mdc_locks.c:723:mdc_enqueue()) ldlm_cli_enqueue: -13&lt;br/&gt;
Aug 27 11:56:28 nodem57 kernel: LustreError: 23079:0:(file.c:2196:ll_inode_revalidate_fini()) failure -13 inode 523777&lt;br/&gt;
Aug 27 11:56:28 nodem57 kernel: LustreError: 23079:0:(mdc_locks.c:723:mdc_enqueue()) ldlm_cli_enqueue: -13&lt;br/&gt;
Aug 27 11:56:28 nodem57 kernel: LustreError: 23079:0:(file.c:2196:ll_inode_revalidate_fini()) failure -13 inode 523777&lt;br/&gt;
Aug 27 12:03:31 nodem57 kernel: LustreError: 23261:0:(mdc_locks.c:723:mdc_enqueue()) ldlm_cli_enqueue: -13&lt;br/&gt;
Aug 27 12:03:31 nodem57 kernel: LustreError: 23261:0:(mdc_locks.c:723:mdc_enqueue()) Skipped 2 previous similar messages&lt;br/&gt;
Aug 27 12:03:31 nodem57 kernel: LustreError: 23261:0:(file.c:2196:ll_inode_revalidate_fini()) failure -13 inode 523777&lt;br/&gt;
Aug 27 12:03:31 nodem57 kernel: LustreError: 23261:0:(file.c:2196:ll_inode_revalidate_fini()) Skipped 2 previous similar messages&lt;/p&gt;</description>
                <environment>CentOS6.1 on server&lt;br/&gt;
CentOS5.6 on client</environment>
        <key id="15602">LU-1790</key>
            <summary>permission denied error on the client</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="6">Not a Bug</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="mi.zhou@stjude.org">Mi Zhou</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Aug 2012 14:15:06 +0000</created>
                <updated>Mon, 22 Oct 2012 08:44:58 +0000</updated>
                            <resolved>Mon, 22 Oct 2012 08:44:58 +0000</resolved>
                                    <version>Lustre 2.1.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="43824" author="cliffw" created="Mon, 27 Aug 2012 15:05:43 +0000"  >&lt;p&gt;This issue is not related to ACLs, are the user permissions correct when not using Lustre? If the user information is correct on the MDS, permissions should work, so verify that NIS is looking up the user properly on the MDS. &lt;/p&gt;</comment>
                            <comment id="43825" author="mi.zhou@stjude.org" created="Mon, 27 Aug 2012 15:41:20 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It can be closed. NIS on mds was misconfigured, fiexed that and the error is gone.&lt;/p&gt;

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

&lt;p&gt;Mi&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|hzv473:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4212</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10021"><![CDATA[2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>