<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:39:16 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-4057] sub-directory NFS reexport issue</title>
                <link>https://jira.whamcloud.com/browse/LU-4057</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;If on server reexport sub-directory instead of root it not visible through NFS. There is no error during mount from both side NFS and Lustre but mount point is not valid.&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;cd /net/l201u2/mnt/lustre &amp;amp;&amp;amp; ls export
d????????? ? ?    ?    ?            ? export

stat /net/l201u2/mnt/lustre/export
stat: cannot stat `/net/l201u2/mnt/lustre/export&apos;: Stale file handle
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>RHEL 6.4, Lustre master</environment>
        <key id="21250">LU-4057</key>
            <summary>sub-directory NFS reexport issue</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="3">Duplicate</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="dmiter">Dmitry Eremin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Oct 2013 16:15:38 +0000</created>
                <updated>Wed, 20 Nov 2013 09:26:35 +0000</updated>
                            <resolved>Wed, 20 Nov 2013 09:26:35 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="68423" author="jhammond" created="Fri, 4 Oct 2013 22:54:09 +0000"  >&lt;p&gt;I can&apos;t get past the cd. Did you use no_subtree_check in /etc/exports? Can you post the /etc/exports and mount options you used?&lt;/p&gt;</comment>
                            <comment id="68440" author="dmiter" created="Sat, 5 Oct 2013 11:13:39 +0000"  >&lt;p&gt;On Lustre node I launch llmount.sh and then service nfs start.&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;# mount
l201u2@tcp:/lustre on /mnt/lustre type lustre (rw,user_xattr,flock)
# cat /etc/exports
/mnt/lustre/export 192.168.1.0/24(rw,no_root_squash,no_all_squash)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="68442" author="dmiter" created="Sat, 5 Oct 2013 12:08:02 +0000"  >&lt;p&gt;On NFS node:&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;# mount
l201u2:/mnt/lustre/export on /net/l201u2/mnt/lustre/export type nfs (rw,nosuid,nodev,intr,sloppy,vers=4,addr=192.168.1.2,clientaddr=192.168.1.1)
# ls -la /net/l201u2/mnt/lustre
ls: cannot access /net/l201u2/mnt/lustre/export: Stale file handle
total 0
dr-xr-xr-x 3 root root 0 Oct  5 16:02 .
dr-xr-xr-x 3 root root 0 Oct  5 16:02 ..
d????????? ? ?    ?    ?            ? export
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="68443" author="dmiter" created="Sat, 5 Oct 2013 12:13:43 +0000"  >&lt;p&gt;The &lt;b&gt;no_subtree_check&lt;/b&gt; option don&apos;t change behavior.&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;# cat /etc/exports
/mnt/lustre/export 192.168.1.0/24(rw,no_root_squash,no_all_squash,no_subtree_check)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="71944" author="dmiter" created="Wed, 20 Nov 2013 09:26:35 +0000"  >&lt;p&gt;The root cause is described in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2904&quot; title=&quot;parallel-scale-nfsv3: FAIL: setup nfs failed!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2904&quot;&gt;&lt;del&gt;LU-2904&lt;/del&gt;&lt;/a&gt;:&lt;br/&gt;
nfs defects, it does not work if the &quot;inode::i_ino&quot; is larger than 2^32, which is known issue.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="17757">LU-2904</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19660">LU-3550</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzw4pr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10874</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>