<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:20:47 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-1912] Test failure on test suite lfsck</title>
                <link>https://jira.whamcloud.com/browse/LU-1912</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Minh Diep &amp;lt;mdiep@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/0e62c5d6-fa97-11e1-887d-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/0e62c5d6-fa97-11e1-887d-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;survey:/usr/lib64/lustre/tests:/usr/lib64/lustre/utils/gss:/usr/lib64/lustre/utils:/usr/lib64/openmpi/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin: NAME=autotest_config sh rpc.sh check_logdir /home/autotest/.autotest/shared_dir/2012-09-08/054638-7fbcd5d87e28 &lt;br/&gt;
 lfsck : @@@@@@ FAIL: /home/autotest/.autotest/shared_dir/2012-09-08/054638-7fbcd5d87e28 isn&apos;t a shared directory &lt;br/&gt;
  Trace dump:&lt;br/&gt;
  = /usr/lib64/lustre/tests/test-framework.sh:3642:error_noexit()&lt;br/&gt;
  = /usr/lib64/lustre/tests/test-framework.sh:3664:error()&lt;br/&gt;
  = /usr/lib64/lustre/tests/test-framework.sh:3219:generate_db()&lt;br/&gt;
  = /usr/lib64/lustre/tests/lfsck.sh:260:main()&lt;/p&gt;

&lt;p&gt;It&apos;s strange to me the different lustre version (b2_2 and b2_3) between server and client would cause above issue. I tried on a cluster with all b2_3 and it worked for the exact some dir (ie /scratch/mdiep/tmp)&lt;/p&gt;</description>
                <environment></environment>
        <key id="15911">LU-1912</key>
            <summary>Test failure on test suite lfsck</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Sep 2012 13:41:16 +0000</created>
                <updated>Thu, 20 Sep 2012 00:45:44 +0000</updated>
                            <resolved>Thu, 20 Sep 2012 00:45:44 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                    <version>Lustre 2.3.0</version>
                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="44723" author="mdiep" created="Wed, 12 Sep 2012 20:15:28 +0000"  >&lt;p&gt;on b2_3&lt;/p&gt;

&lt;p&gt;check_write_access() {&lt;br/&gt;
    local dir=$1&lt;br/&gt;
    local node&lt;br/&gt;
    local file&lt;/p&gt;

&lt;p&gt;    for node in $(nodes_list); do&lt;br/&gt;
        file=$dir/check_file.$(short_hostname $node)&lt;br/&gt;
        if [[ ! -f &quot;$file&quot; ]]; then&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Logdir not accessible/writable from this node.&lt;br/&gt;
            return 1&lt;br/&gt;
        fi&lt;br/&gt;
        rm -f $file || return 1&lt;br/&gt;
    done&lt;br/&gt;
    return 0&lt;br/&gt;
}&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;on b2_2&lt;/p&gt;

&lt;p&gt;check_write_access() {&lt;br/&gt;
    local dir=$1&lt;br/&gt;
    for node in $(nodes_list); do&lt;br/&gt;
        if [ ! -f &quot;$dir/node.$(short_hostname ${node}).yml&quot; ]; then&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Logdir not accessible/writable from this node.&lt;br/&gt;
            return 1&lt;br/&gt;
        fi&lt;br/&gt;
    done&lt;br/&gt;
    rm -f $dir/node.*.yml&lt;br/&gt;
    return 0&lt;br/&gt;
}&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;This means running b2_3 &amp;lt;-&amp;gt; b2_2 will cause this issue because the file created and expected to exist will be different. I don&apos;t have a good solution for this. Let&apos;s check with Yujian&lt;/p&gt;
</comment>
                            <comment id="44862" author="pjones" created="Fri, 14 Sep 2012 09:37:56 +0000"  >&lt;p&gt;Yujian&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="44983" author="yujian" created="Mon, 17 Sep 2012 00:54:44 +0000"  >&lt;p&gt;The patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1255&quot; title=&quot;recovery-mds-scale FAIL: rundbench: no client file found for dbench DBENCH_LIB= SRC=&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1255&quot;&gt;&lt;del&gt;LU-1255&lt;/del&gt;&lt;/a&gt; in &lt;a href=&quot;http://review.whamcloud.com/#change,2376&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2376&lt;/a&gt; needs to be landed on Lustre b2_2 branch.&lt;/p&gt;</comment>
                            <comment id="44986" author="pjones" created="Mon, 17 Sep 2012 01:01:26 +0000"  >&lt;p&gt;Yujian&lt;/p&gt;

&lt;p&gt;We don&apos;t have any plans to land anything to b2_2 at this time. Is there a way to just skip this test when interoperating with 2.2? If not then this test failure will disappear when we switching to the 2.4 interop matrix.&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="44988" author="mdiep" created="Mon, 17 Sep 2012 01:11:31 +0000"  >&lt;p&gt;If approve, I think we can check and skip server or client run b2_2 or b2_3&lt;/p&gt;</comment>
                            <comment id="44989" author="yujian" created="Mon, 17 Sep 2012 01:19:25 +0000"  >&lt;p&gt;Hi Peter,&lt;br/&gt;
For 2.3 client and 2.2 server, we can add Lustre version check code in 2.3 test suite to skip the test.&lt;br/&gt;
For 2.2 client and 2.3 server, I think there is no proper way.&lt;/p&gt;</comment>
                            <comment id="45014" author="yujian" created="Mon, 17 Sep 2012 07:19:34 +0000"  >&lt;p&gt;Lustre client build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/17&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_2/17&lt;/a&gt;&lt;br/&gt;
Lustre server build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_3/19&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_3/19&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.3/x86_64&lt;br/&gt;
The same issue occurred: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/d84f0c0e-ff5d-11e1-bce0-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/d84f0c0e-ff5d-11e1-bce0-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45114" author="yujian" created="Tue, 18 Sep 2012 01:29:27 +0000"  >&lt;p&gt;Patch for master branch: &lt;a href=&quot;http://review.whamcloud.com/4021&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4021&lt;/a&gt;&lt;br/&gt;
It also needs to be cherry-picked to b2_3 branch.&lt;/p&gt;</comment>
                            <comment id="45247" author="pjones" created="Thu, 20 Sep 2012 00:45:44 +0000"  >&lt;p&gt;Landed for 2.3 and 2.4&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|hzv5jb:</customfieldvalue>

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