<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:31:20 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-10021] posix test_1: Unknown option: nospc-dev</title>
                <link>https://jira.whamcloud.com/browse/LU-10021</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;posix test failed as follows:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Run POSIX test against lustre filesystem
TMP=/tmp/vsx0 TMPDIR=/tmp/vsx0 /usr/src/posix/ext4/run_posix_suite.pl --mountpt=/mnt/lustre --posix-src=/usr/src/posix/ext4 --install-dir=/usr/src/posix/ext4/tet --results-dir=/usr/src/posix/ext4/tet/test_sets/results --nospc-dev=trevis-4vm4@tcp:/lustre --compare-result 2&amp;gt;&amp;amp;1
Unknown option: nospc-dev
Usage: run_posix_suite.pl [--mountpt=/mnt/lustre]
                          [--posix-src=/usr/src/posix]
                          [--install-dir=/home/tet]
                          [--results-dir=/home/tet/test_sets/results]
                          [--lustre-baseline=lustre_baseline]
                          [--lustre-report=lustre_report]
                          [--compare-result]
                          [--help]

Uncaught exception from user code:
	1 at /usr/src/posix/ext4/run_posix_suite.pl line 38.
 posix test_1: @@@@@@ FAIL: Run POSIX testsuite on /mnt/lustre failed 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maloo report: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/d0461daa-9d13-11e7-ba27-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/d0461daa-9d13-11e7-ba27-5254006e85c2&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Lustre Build: &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-master/3642&quot;&gt;https://build.hpdd.intel.com/job/lustre-master/3642&lt;/a&gt;</environment>
        <key id="48428">LU-10021</key>
            <summary>posix test_1: Unknown option: nospc-dev</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Sep 2017 02:38:39 +0000</created>
                <updated>Mon, 18 May 2020 17:09:32 +0000</updated>
                            <resolved>Mon, 18 May 2020 17:09:32 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="209878" author="sarah" created="Thu, 28 Sep 2017 21:13:13 +0000"  >&lt;p&gt;This is caused by the dated  toolkit which doesn&apos;t have the update of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt;. I will ask Minh to have a look&lt;/p&gt;</comment>
                            <comment id="209886" author="sarah" created="Fri, 29 Sep 2017 00:15:21 +0000"  >&lt;p&gt;I have installed the same master build #3647 on Trevis and Onyx, it turns out onyx has the right posix src installed, but trevis doesn&apos;t&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[root@onyx-74 posix]# lctl lustre_build_version
Lustre version: 2.10.53_21_gbf990d3
[root@onyx-74 posix]# grep nospc run_posix_suite.pl 
my $nospc_dev = &quot;/dev/loop0&quot;;
           &quot;nospc-dev=s&quot; =&amp;gt; \$nospc_dev,
	-d $nospc_dev 2&amp;gt;&amp;amp;1\n&quot;;
            -s $posix_src -d $nospc_dev 2&amp;gt;&amp;amp;1&quot;) == 0 or die;
          &quot;                          [--nospc-dev=/dev/loop0]\n&quot; .
[root@onyx-74 posix]#
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[root@trevis-58vm1 posix]# lctl lustre_build_version
Lustre version: 2.10.53_21_gbf990d3
[root@trevis-58vm1 posix]# grep nospc run_posix_suite.pl 
[root@trevis-58vm1 posix]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="270488" author="jamesanunez" created="Mon, 18 May 2020 17:09:32 +0000"  >&lt;p&gt;We will not fix this issue because we&#8217;ve replaced the POSIX test suite with pjdfstest.&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|hzzkmf:</customfieldvalue>

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