<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:39:52 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-4123] lfsck: @@@@@@ FAIL: /data/test/output isn&apos;t a shared directory</title>
                <link>https://jira.whamcloud.com/browse/LU-4123</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;check_write_access() compares the local node name to the host name passed via&lt;br/&gt;
xxx_HOST env variables.  This breaks when there is a mismatch.&lt;/p&gt;

&lt;p&gt;My cluster uses the nodename as the host name of the management interface&lt;br/&gt;
(ethernet).  The Infiniband interface(s) use &apos;hostname-ibX&apos;.  To use an IB&lt;br/&gt;
interface for acceptance tests, the ib host name must be used in xxx_HOST&lt;br/&gt;
env variables.&lt;/p&gt;

&lt;p&gt;I have a patch to use the remote nodename in check_write_access().&lt;/p&gt;</description>
                <environment>Lustre 1.8 -&amp;gt; master&lt;br/&gt;
multi rail IB cluster</environment>
        <key id="21511">LU-4123</key>
            <summary>lfsck: @@@@@@ FAIL: /data/test/output isn&apos;t a shared directory</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="yujian">Jian Yu</assignee>
                                    <reporter username="schamp">Stephen Champion</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Fri, 18 Oct 2013 19:39:42 +0000</created>
                <updated>Tue, 31 Dec 2013 15:42:39 +0000</updated>
                            <resolved>Mon, 23 Dec 2013 21:26:24 +0000</resolved>
                                    <version>Lustre 2.4.1</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="69331" author="schamp" created="Fri, 18 Oct 2013 20:17:13 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/8009/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/8009/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="69332" author="schamp" created="Fri, 18 Oct 2013 20:28:31 +0000"  >&lt;p&gt;A little more detail - my startup script runs from an NFS exported directory.  It specifies hosts by name of an IB interface:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;grep _HOST= run-acc-accfs.sh&lt;br/&gt;
mgs_HOST=n013-ib1&lt;br/&gt;
mds_HOST=n013-ib1&lt;br/&gt;
mds1_HOST=n013-ib1&lt;br/&gt;
ost1_HOST=n008-ib1&lt;br/&gt;
ost_HOST=n008-ib1&lt;br/&gt;
ost2_HOST=n009-ib1&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;check_logdir() creates the files:&lt;br/&gt;
        touch $dir/check_file.$(hostname -s)&lt;/p&gt;

&lt;p&gt;but must run on the node to actually be useful:&lt;br/&gt;
        do_rpc_nodes &quot;$list&quot; check_logdir $dir&lt;br/&gt;
        check_write_access $dir &quot;$list&quot; || return 1&lt;/p&gt;

&lt;p&gt;This works just fine:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;ls&lt;br/&gt;
check_file.n008  rpmlist-client.n006  rpmlist-server.n009  shared&lt;br/&gt;
check_file.n009  rpmlist-client.n007  rpmlist-server.n013&lt;br/&gt;
check_file.n013  rpmlist-server.n008  run-acc-accfs.sh&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;But because &apos;n013&apos; != &apos;n013-ib1&apos;, the check for shared access fails.&lt;/p&gt;

&lt;p&gt;The patch insures that it will check for the same file name that is created, regardless of host/interface name arrangement.&lt;/p&gt;</comment>
                            <comment id="71948" author="yujian" created="Wed, 20 Nov 2013 12:45:16 +0000"  >&lt;p&gt;Patch landed on master branch.&lt;/p&gt;</comment>
                            <comment id="71953" author="yujian" created="Wed, 20 Nov 2013 13:49:19 +0000"  >&lt;p&gt;Patch was back-ported to Lustre b2_4 branch: &lt;a href=&quot;http://review.whamcloud.com/8343&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/8343&lt;/a&gt;&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|hzw66f:</customfieldvalue>

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