<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:54:18 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-5762] Interop 2.6.0&lt;-&gt;2.7 sanity test_154a: create lov data thru .lustre should fail</title>
                <link>https://jira.whamcloud.com/browse/LU-5762</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/eeeafab8-5550-11e4-a570-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/eeeafab8-5550-11e4-a570-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_154a failed with the following error:&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;create lov data thru .lustre should fail.
&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;CMD: shadow-6vm12 /usr/sbin/lctl get_param -n version
change mode of /mnt/lustre/.lustre/fid to 777
restore mode of /mnt/lustre/.lustre/fid to 100
Succeed in opening file &quot;/mnt/lustre/f154a.sanity-2&quot;(flags=O_LOV_DELAY_CREATE)
cp /etc/passwd /mnt/lustre/.lustre/fid/[0x200002b11:0x23:0x0]
 sanity test_154a: @@@@@@ FAIL: create lov data thru .lustre should fail. 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Info required for matching: sanity 154a&lt;/p&gt;</description>
                <environment>server: lustre-master build #2691&lt;br/&gt;
client: 2.6.0</environment>
        <key id="27071">LU-5762</key>
            <summary>Interop 2.6.0&lt;-&gt;2.7 sanity test_154a: create lov data thru .lustre should fail</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="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="1">Fixed</resolution>
                                        <assignee username="sarah">Sarah Liu</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Oct 2014 06:04:28 +0000</created>
                <updated>Wed, 18 Apr 2018 22:06:27 +0000</updated>
                            <resolved>Wed, 18 Apr 2018 22:06:27 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.5.3</version>
                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.5.4</version>
                    <version>Lustre 2.5.5</version>
                                    <fixVersion>Lustre 2.5.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="96624" author="adilger" created="Fri, 17 Oct 2014 18:47:11 +0000"  >&lt;p&gt;The behaviour of this code changed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5424&quot; title=&quot;Test failuresanity test_154b: create lov data thru .lustre should fail&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5424&quot;&gt;&lt;del&gt;LU-5424&lt;/del&gt;&lt;/a&gt; patch &lt;a href=&quot;http://review.whamcloud.com/11248&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11248&lt;/a&gt; &quot;mdt: allow open by FID to create striping&quot;.  The check in &lt;tt&gt;dot_lustre_fid_permission_check()&lt;/tt&gt; that is failing was disabled in master for server versions older than 2.6.50:&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;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.50) ]
        then # LU-5424
                echo &lt;span class=&quot;code-quote&quot;&gt;&quot;cp /etc/passwd $MOUNT/.lustre/fid/$fid&quot;&lt;/span&gt;
                cp /etc/passwd $MOUNT/.lustre/fid/$fid ||
                        error &lt;span class=&quot;code-quote&quot;&gt;&quot;create lov data thru .lustre failed&quot;&lt;/span&gt;
        fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We need a patch the &lt;b&gt;old client&lt;/b&gt; in order to disable this test for server versions &lt;em&gt;newer&lt;/em&gt; than 2.6.50. Also, for interop testing we don&apos;t run the b2_6 branch, but only the 2.6.0 release so we would also have to make a 2.6.1 release for this, which will likely not happen.&lt;/p&gt;

&lt;p&gt;We &lt;em&gt;can&lt;/em&gt; fix this test on b2_5, and that should be done to avoid this spurious test failure.&lt;/p&gt;</comment>
                            <comment id="136393" author="standan" created="Tue, 15 Dec 2015 18:46:08 +0000"  >&lt;p&gt;Another instance for following interop config&lt;br/&gt;
Server: Master, Build# 3266, Tag 2.7.64 &lt;br/&gt;
Client: 2.5.5, b2_5_fe/62&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/ac332386-9fcc-11e5-a33d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/ac332386-9fcc-11e5-a33d-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="136490" author="standan" created="Wed, 16 Dec 2015 01:26:04 +0000"  >&lt;p&gt;Server: Master, Build# 3266, Tag 2.7.64 , RHEL 7 &lt;br/&gt;
Client: 2.5.5, b2_5_fe/62&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/e4f27f18-9fff-11e5-a33d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/e4f27f18-9fff-11e5-a33d-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="139337" author="standan" created="Tue, 19 Jan 2016 23:08:31 +0000"  >&lt;p&gt;Another instance found for interop : EL6.7 Server/2.5.5 Client&lt;br/&gt;
Server: master, build# 3303, RHEL 6.7&lt;br/&gt;
Client: 2.5.5, b2_5_fe/62&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/24b4b54e-bad6-11e5-9137-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/24b4b54e-bad6-11e5-9137-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="141874" author="standan" created="Wed, 10 Feb 2016 22:20:34 +0000"  >&lt;p&gt;Another instance found for interop tag 2.7.66 - EL6.7 Server/2.5.5 Client, build# 3316&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/9ed7c1d8-cc9f-11e5-963e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/9ed7c1d8-cc9f-11e5-963e-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another instance found for interop tag 2.7.66 - EL7 Server/2.5.5 Client, build# 3316&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5ea975e2-cc46-11e5-901d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5ea975e2-cc46-11e5-901d-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="143601" author="standan" created="Wed, 24 Feb 2016 17:25:54 +0000"  >&lt;p&gt;Another instance found for interop - EL6.7 Server/2.5.5 Client, tag 2.7.90. &lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/f99a2d60-d567-11e5-bc47-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/f99a2d60-d567-11e5-bc47-5254006e85c2&lt;/a&gt;&lt;br/&gt;
Another instance found for interop - EL7 Server/2.5.5 Client, tag 2.7.90. &lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/93baffee-d2ae-11e5-8697-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/93baffee-d2ae-11e5-8697-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="143763" author="adilger" created="Thu, 25 Feb 2016 16:13:52 +0000"  >&lt;p&gt;Saurabh, would it be possible for you to submit a patch for b2_5_fe and b_ieel2_0 to skip this test for servers newer than 2.6.50. &lt;/p&gt;</comment>
                            <comment id="143770" author="standan" created="Thu, 25 Feb 2016 16:30:01 +0000"  >&lt;p&gt;Yeah sure. Thanks&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="25769">LU-5424</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|hzwytz:</customfieldvalue>

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