<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:54:28 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-12652] osd_attr_set() fails with ENOSPC on linux-4.18</title>
                <link>https://jira.whamcloud.com/browse/LU-12652</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;few different tests can fail with the following symptom:&lt;br/&gt;
Lustre: 9035:0:(osd_handler.c:3066:osd_attr_set()) lustre-MDT0000: set &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200002342:0x35:0x0&amp;#93;&lt;/span&gt; lma flags 28 failed: rc = -28&lt;br/&gt;
LustreError: 9035:0:(out_lib.c:629:out_tx_attr_set_undo()) lustre-MDT0000-osd: attr set undo &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000007:0x1:0x0&amp;#93;&lt;/span&gt; unimplemented yet!: rc = -524&lt;br/&gt;
LustreError: 9035:0:(out_lib.c:1190:out_tx_index_delete_undo()) lustre-MDT0000-osd: Oops, can not rollback index_delete yet: rc = -524&lt;br/&gt;
Lustre: DEBUG MARKER: sanity test_31f: @@@@@@ FAIL: first of /mnt/lustre/d31f&lt;/p&gt;

&lt;p&gt;this is because ext4 in linux-4.18 has the following check:&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; (!ldiskfs_handle_has_enough_credits(handle, credits)) {
                        error = -ENOSPC;
                        &lt;span class=&quot;code-keyword&quot;&gt;goto&lt;/span&gt; cleanup;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;while ext4&apos;s credit calculation is way too pessimistic.&lt;/p&gt;</description>
                <environment>ldiskfs, 4.18</environment>
        <key id="56629">LU-12652</key>
            <summary>osd_attr_set() fails with ENOSPC on linux-4.18</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Aug 2019 10:49:13 +0000</created>
                <updated>Fri, 12 Nov 2021 12:36:00 +0000</updated>
                            <resolved>Thu, 14 May 2020 16:19:40 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="252857" author="gerrit" created="Fri, 9 Aug 2019 11:00:25 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35750&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35750&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12652&quot; title=&quot;osd_attr_set() fails with ENOSPC on linux-4.18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12652&quot;&gt;&lt;del&gt;LU-12652&lt;/del&gt;&lt;/a&gt; ldiskfs: disable credits check in 4.18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cbdd2b877f334d712227ef8918afa6da79b94abc&lt;/p&gt;</comment>
                            <comment id="262857" author="yujian" created="Fri, 7 Feb 2020 21:00:21 +0000"  >&lt;p&gt;sanityn test 92 also failed with this issue on RHEL 8.1 client and server:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/c8a2e42c-4967-11ea-b58e-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/c8a2e42c-4967-11ea-b58e-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="270159" author="gerrit" created="Thu, 14 May 2020 05:39:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35750/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35750/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12652&quot; title=&quot;osd_attr_set() fails with ENOSPC on linux-4.18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12652&quot;&gt;&lt;del&gt;LU-12652&lt;/del&gt;&lt;/a&gt; ldiskfs: disable credits check in 4.18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 278fa1fb23d293f6dc9add95cc0f1178af91a7db&lt;/p&gt;</comment>
                            <comment id="270222" author="pjones" created="Thu, 14 May 2020 16:19:40 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="66588">LU-15083</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|i00l0v:</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>