<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:16: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-15208] Lustre server build fails against Ubuntu 20.04 Kernel : 5.4.0-90-generic</title>
                <link>https://jira.whamcloud.com/browse/LU-15208</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre server build fails against Ubuntu 20.04 (kernel 5.4.0-90-generic).&lt;br/&gt;
It seems there are two issue.&lt;/p&gt;

&lt;p&gt;Wrong patch series detection&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;ln -s ../../ldiskfs/kernel_patches/patches linux-stage/patches
ln -s ../../ldiskfs/kernel_patches/series/ldiskfs-5.4.0-66-ubuntu20.series linux-stage/series
cd linux-stage &amp;amp;&amp;amp; quilt push -a -q
Applying patch patches/rhel8/ext4-inode-version.patch
Applying patch patches/linux-5.4/ext4-lookup-dotdot.patch
Applying patch patches/suse15/ext4-print-inum-in-htree-warning.patch
Applying patch patches/rhel8/ext4-prealloc.patch
Applying patch patches/ubuntu18/ext4-osd-iop-common.patch
Applying patch patches/ubuntu19/ext4-misc.patch
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;ldiskfs-5.4.0-66-ubuntu20.series shouldn&apos;t be selected for -90 kernel since ldiskfs-5.4.0-80-ubuntu20.series is exist for a newer version.&lt;br/&gt;
Following workaround worked&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;diff --git a/config/lustre-build-ldiskfs.m4 b/config/lustre-build-ldiskfs.m4
index b868652349..572ced796b 100644
--- a/config/lustre-build-ldiskfs.m4
+++ b/config/lustre-build-ldiskfs.m4
@@ -109,8 +109,8 @@ AS_IF([test x$RHEL_KERNEL = xyes], [
                                LDISKFS_SERIES=&quot;5.4.0-80-ubuntu20.series&quot;
                        ],
                        [test $KPLEV -eq 1007], [LDISKFS_SERIES=&quot;5.4.0-42-ubuntu20.series&quot;],
-                       [test $KPLEV -ge 66], [LDISKFS_SERIES=&quot;5.4.0-66-ubuntu20.series&quot;],
                        [test $KPLEV -ge 80], [LDISKFS_SERIES=&quot;5.4.0-80-ubuntu20.series&quot;],
+                       [test $KPLEV -ge 66], [LDISKFS_SERIES=&quot;5.4.0-66-ubuntu20.series&quot;],
                        [LDISKFS_SERIES=&quot;5.4.0-42-ubuntu20.series&quot;]
                )
        ],
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But, still failed at patches/ubuntu19/ext4-misc.patch. that patch needs to be refreshed against -90 kernel.&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;ln -s ../../ldiskfs/kernel_patches/patches linux-stage/patches
ln -s ../../ldiskfs/kernel_patches/series/ldiskfs-5.4.0-80-ubuntu20.series linux-stage/series
cd linux-stage &amp;amp;&amp;amp; quilt push -a -q
Applying patch patches/rhel8/ext4-inode-version.patch
Applying patch patches/linux-5.4/ext4-lookup-dotdot.patch
Applying patch patches/suse15/ext4-print-inum-in-htree-warning.patch
Applying patch patches/rhel8/ext4-prealloc.patch
Applying patch patches/ubuntu18/ext4-osd-iop-common.patch
Applying patch patches/ubuntu19/ext4-misc.patch
1 out of 3 hunks FAILED
Patch patches/ubuntu19/ext4-misc.patch does not apply (enforce with -f)
make[4]: *** [autoMakefile:643: sources] Error 1
make[4]: Leaving directory &apos;/home/ubuntu/lustre-release/ldiskfs&apos;
make[3]: *** [autoMakefile:615: all-recursive] Error 1
make[3]: Leaving directory &apos;/home/ubuntu/lustre-release&apos;
make[2]: *** [autoMakefile:503: all] Error 2
make[2]: Leaving directory &apos;/home/ubuntu/lustre-release&apos;
make[1]: *** [debian/rules:226: build-stamp] Error 2
make[1]: Leaving directory &apos;/home/ubuntu/lustre-release&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="67132">LU-15208</key>
            <summary>Lustre server build fails against Ubuntu 20.04 Kernel : 5.4.0-90-generic</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="dongyang">Dongyang Li</assignee>
                                    <reporter username="sihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 Nov 2021 06:25:54 +0000</created>
                <updated>Mon, 13 Dec 2021 15:26:19 +0000</updated>
                            <resolved>Mon, 13 Dec 2021 15:26:19 +0000</resolved>
                                    <version>Lustre 2.14.0</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="318068" author="dongyang" created="Fri, 12 Nov 2021 11:47:37 +0000"  >&lt;p&gt;I&apos;ve made a patch, and this depends on &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15083&quot; title=&quot;osp_last_used_init() returns -28&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15083&quot;&gt;&lt;del&gt;LU-15083&lt;/del&gt;&lt;/a&gt;, as the new kernel 5.4.0-90-generic would also have that problem.&lt;/p&gt;</comment>
                            <comment id="318074" author="gerrit" created="Fri, 12 Nov 2021 12:37:13 +0000"  >&lt;p&gt;&quot;Li Dongyang &amp;lt;dongyangli@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45547&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45547&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15208&quot; title=&quot;Lustre server build fails against Ubuntu 20.04 Kernel : 5.4.0-90-generic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15208&quot;&gt;&lt;del&gt;LU-15208&lt;/del&gt;&lt;/a&gt; ldiskfs: add add support for Ubuntu20 kernel 5.4.0.90&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 45f9d343fad847040eecbef7338e13c271e5a0bb&lt;/p&gt;</comment>
                            <comment id="318117" author="yujian" created="Fri, 12 Nov 2021 17:52:14 +0000"  >&lt;p&gt;Thank you, Dongyang.&lt;/p&gt;</comment>
                            <comment id="320723" author="gerrit" created="Mon, 13 Dec 2021 03:55:33 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/45547/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45547/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15208&quot; title=&quot;Lustre server build fails against Ubuntu 20.04 Kernel : 5.4.0-90-generic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15208&quot;&gt;&lt;del&gt;LU-15208&lt;/del&gt;&lt;/a&gt; ldiskfs: add support for Ubuntu20 kernel 5.4.0.90&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dacdcb037f6385fd8156614f5a689ee695553353&lt;/p&gt;</comment>
                            <comment id="320768" author="pjones" created="Mon, 13 Dec 2021 15:26:19 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="66588">LU-15083</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59812">LU-13740</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|i029nz:</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>