<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41:57 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-11215] conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &apos;ea_inode&apos; not supported</title>
                <link>https://jira.whamcloud.com/browse/LU-11215</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Dongyang Li &amp;lt;dongyangli@ddn.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/010e8a40-97d1-11e8-87f3-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/010e8a40-97d1-11e8-87f3-52540065bddc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_61 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;tune2fs on mds 1 failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The e2fsprogs upstream large_xattr patch doesn&apos;t add &quot;large_xattr&quot; as the feature name.&lt;br/&gt;
It is still used by our test scripts.&lt;/p&gt;





&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
conf-sanity test_61 - tune2fs on mds 1 failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="52905">LU-11215</key>
            <summary>conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &apos;ea_inode&apos; not supported</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="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="dongyang">Dongyang Li</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Aug 2018 01:31:02 +0000</created>
                <updated>Thu, 27 Jun 2019 23:46:14 +0000</updated>
                            <resolved>Sat, 13 Oct 2018 05:11:44 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                    <fixVersion>Lustre 2.10.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="231607" author="adilger" created="Tue, 7 Aug 2018 22:04:18 +0000"  >&lt;p&gt;Dongyang, can you submit a Lustre patch that replaces the use of &lt;tt&gt;large_xattr&lt;/tt&gt; with &lt;tt&gt;ea_inode&lt;/tt&gt;.  That should work for all versions of Lustre that we are doing interop testing with.&lt;/p&gt;</comment>
                            <comment id="231610" author="adilger" created="Tue, 7 Aug 2018 22:55:13 +0000"  >&lt;p&gt;Ah, I see your comments in &lt;a href=&quot;https://review.whamcloud.com/32932&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32932&lt;/a&gt; - I agree we can revive patch &lt;a href=&quot;https://review.whamcloud.com/4315&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/4315&lt;/a&gt; instead of making a separate one.&lt;/p&gt;</comment>
                            <comment id="232022" author="adilger" created="Thu, 16 Aug 2018 01:17:39 +0000"  >&lt;p&gt;Dongyang, it might make sense to separate out the &quot;ea_inode&quot; parts of &lt;a href=&quot;https://review.whamcloud.com/4315&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/4315&lt;/a&gt; into a separate patch, since there appear to be other problems with that patch interacting badly with another recently-added patch.  That would fix the test scripts in one patch that can be marked with &quot;&lt;tt&gt;Test-Parameters: trivial testlist=conf-sanity&lt;/tt&gt;&quot;, and a second patch that enables the &lt;tt&gt;ea_inode&lt;/tt&gt; feature that can land once we&apos;ve resolved problems with enabling that feature.&lt;/p&gt;</comment>
                            <comment id="232027" author="gerrit" created="Thu, 16 Aug 2018 06:35:37 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33012&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33012&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11215&quot; title=&quot;conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &amp;#39;ea_inode&amp;#39; not supported&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11215&quot;&gt;&lt;del&gt;LU-11215&lt;/del&gt;&lt;/a&gt; tests: replace &quot;large_xattr&quot; with &quot;ea_inode&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e9212bf78259151b159bd090260cdf9065719bbd&lt;/p&gt;</comment>
                            <comment id="232028" author="dongyang" created="Thu, 16 Aug 2018 06:38:12 +0000"  >&lt;p&gt;I&apos;ll modify &lt;a href=&quot;https://review.whamcloud.com/4315&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/4315&lt;/a&gt;&#160;to enable ea_inode by default once the problems are fixed.&lt;/p&gt;</comment>
                            <comment id="232486" author="gerrit" created="Thu, 23 Aug 2018 07:19:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33012/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33012/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11215&quot; title=&quot;conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &amp;#39;ea_inode&amp;#39; not supported&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11215&quot;&gt;&lt;del&gt;LU-11215&lt;/del&gt;&lt;/a&gt; tests: replace &quot;large_xattr&quot; with &quot;ea_inode&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 900a1b6e4271a6c1903d6723082a01c98defe7b2&lt;/p&gt;</comment>
                            <comment id="234236" author="adilger" created="Tue, 2 Oct 2018 20:05:01 +0000"  >&lt;p&gt;Reopen to track patch &lt;a href=&quot;https://review.whamcloud.com/32932&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32932&lt;/a&gt; &quot;&lt;tt&gt;libe2p: add large_xattr as an alias of ea_inode&lt;/tt&gt;&quot; landing.   &lt;/p&gt;</comment>
                            <comment id="234886" author="gerrit" created="Sat, 13 Oct 2018 05:10:32 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32932/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32932/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11215&quot; title=&quot;conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &amp;#39;ea_inode&amp;#39; not supported&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11215&quot;&gt;&lt;del&gt;LU-11215&lt;/del&gt;&lt;/a&gt; libe2p: add large_xattr as an alias of ea_inode&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre-test&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b0dce56164783250497dec0b725f90cf877602b1&lt;/p&gt;</comment>
                            <comment id="235726" author="gerrit" created="Sun, 28 Oct 2018 18:17:20 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33503&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33503&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11215&quot; title=&quot;conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &amp;#39;ea_inode&amp;#39; not supported&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11215&quot;&gt;&lt;del&gt;LU-11215&lt;/del&gt;&lt;/a&gt; tests: replace &quot;large_xattr&quot; with &quot;ea_inode&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dadf5122efedde4715a236d0a9d8065c36bdd6f1&lt;/p&gt;</comment>
                            <comment id="236983" author="gerrit" created="Wed, 14 Nov 2018 16:34:37 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33503/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11215&quot; title=&quot;conf-sanity test_61: Invalid filesystem option set: large_xattr, Clearing filesystem feature &amp;#39;ea_inode&amp;#39; not supported&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11215&quot;&gt;&lt;del&gt;LU-11215&lt;/del&gt;&lt;/a&gt; tests: replace &quot;large_xattr&quot; with &quot;ea_inode&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c7ac1c5416e9011cb7c36bc7bdf072ff3065f55a&lt;/p&gt;</comment>
                            <comment id="250219" author="adilger" created="Thu, 27 Jun 2019 23:45:54 +0000"  >&lt;p&gt;Later failures reported (for search purposes):&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;Clearing filesystem feature &apos;ea_inode&apos; not supported.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="15458">LU-1732</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52967">LU-11246</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53440">LU-11440</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="55342">LU-12154</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|i000bj:</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>