<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:22 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-5424] Test failuresanity test_154b: create lov data thru .lustre should fail</title>
                <link>https://jira.whamcloud.com/browse/LU-5424</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Nathaniel Clark &amp;lt;nathaniel.l.clark@intel.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/ef0a9a7c-15df-11e4-b29b-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/ef0a9a7c-15df-11e4-b29b-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/31ab086e-14a8-11e4-bb6a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/31ab086e-14a8-11e4-bb6a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f7d33720-148d-11e4-aae8-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f7d33720-148d-11e4-aae8-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sub-test test_154b failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;create lov data thru .lustre should fail.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity 154b&lt;/p&gt;</description>
                <environment></environment>
        <key id="25769">LU-5424</key>
            <summary>Test failuresanity test_154b: 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="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="jhammond">John Hammond</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Jul 2014 14:12:25 +0000</created>
                <updated>Fri, 12 May 2017 13:28:11 +0000</updated>
                            <resolved>Fri, 12 May 2017 13:28:00 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="90168" author="jhammond" created="Mon, 28 Jul 2014 14:52:06 +0000"  >&lt;p&gt;Please see &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;.&lt;/p&gt;</comment>
                            <comment id="90235" author="adilger" created="Mon, 28 Jul 2014 21:27:46 +0000"  >&lt;p&gt;John, which patch was landed that made the change to mdt_create_data() that allowed open-by-FID to create file layouts, and why did that patch not cause test failures before it landed?&lt;/p&gt;</comment>
                            <comment id="90238" author="jhammond" created="Mon, 28 Jul 2014 21:42:18 +0000"  >&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;commit 6d8c562350f9f0709a1280de5e0734deaac236c1
Author: Swapnil Pimpale &amp;lt;spimpale@ddn.com&amp;gt;
Date:   Mon Jan 6 20:12:27 2014 +0530

    LU-3181 mdt: mdt_cross_open should allow open by FID on MDT1
    
    Removed the check of fid_is_obf() in mdt_cross_open() to allow
    opening by FIDs on MDT1.
    
    Signed-off-by: Swapnil Pimpale &amp;lt;spimpale@ddn.com&amp;gt;
    Change-Id: I0a2e470137c99d75a7af01a03041de72c84d2771
    Reviewed-on: http://review.whamcloud.com/8738
    Tested-by: Jenkins
    Tested-by: Maloo &amp;lt;hpdd-maloo@intel.com&amp;gt;
    Reviewed-by: John L. Hammond &amp;lt;john.hammond@intel.com&amp;gt;
    Tested-by: John L. Hammond &amp;lt;john.hammond@intel.com&amp;gt;
    Reviewed-by: wangdi &amp;lt;di.wang@intel.com&amp;gt;
    Reviewed-by: Andreas Dilger &amp;lt;andreas.dilger@intel.com&amp;gt;
    Reviewed-by: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Not sure why it passed. I&apos;ll take a look. &lt;/p&gt;</comment>
                            <comment id="90243" author="jhammond" created="Mon, 28 Jul 2014 22:35:59 +0000"  >&lt;p&gt;It fails after the landing of&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;commit db5abf4b2b3fadc054a4e7d0d5a6b2fd9a99023c
Author: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;
Date:   Fri Jul 11 00:30:54 2014 -0400

    LU-4367 llite: Make revalidate return 0 for opens
    
    This is important so that we can properly engage opencache when needed.
    
    This also reshuffles some other logic in ll_revalidate_dentry to
    more properly handle intermediate component revalidate logic.
    
    Change-Id: Ib4f272155096d33fe3f45b781e21e5bd4f44ff58
    Signed-off-by: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;
    Reviewed-on: http://review.whamcloud.com/11062
    Tested-by: Jenkins
    Reviewed-by: Niu Yawei &amp;lt;yawei.niu@intel.com&amp;gt;
    Reviewed-by: Lai Siyao &amp;lt;lai.siyao@intel.com&amp;gt;
    Tested-by: Maloo &amp;lt;hpdd-maloo@intel.com&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="90649" author="jhammond" created="Fri, 1 Aug 2014 18:04:02 +0000"  >&lt;p&gt;Patch landed to master.&lt;/p&gt;</comment>
                            <comment id="101617" author="adilger" created="Mon, 15 Dec 2014 18:41:31 +0000"  >&lt;p&gt;This failed recently with &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/32b56e16-82e4-11e4-a45f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/32b56e16-82e4-11e4-a45f-5254006e85c2&lt;/a&gt; even though it had this patch included. It isn&apos;t clear what the reason is yet, but I thought I should record it.&lt;/p&gt;</comment>
                            <comment id="102313" author="yujian" created="Thu, 25 Dec 2014 22:42:25 +0000"  >&lt;p&gt;One more instance on master branch: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/1fdcd0fe-8c03-11e4-aeb3-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/1fdcd0fe-8c03-11e4-aeb3-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="104145" author="niu" created="Wed, 21 Jan 2015 07:35:19 +0000"  >&lt;p&gt;Another instance on master: &lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/5c75b5aa-a128-11e4-9db6-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/5c75b5aa-a128-11e4-9db6-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="105773" author="gerrit" created="Thu, 5 Feb 2015 05:43:01 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13657&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13657&lt;/a&gt;&lt;br/&gt;
Subject: &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; tests: exclude sanity-sec test 4&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7498ed606c2cf06638883221a9ca7872179f1d43&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27071">LU-5762</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27930">LU-6030</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzwsfb:</customfieldvalue>

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