<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:34:25 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-17315] RHEL 8.9 support for 2.12 clients and 2.14 servers (zfs only)</title>
                <link>https://jira.whamcloud.com/browse/LU-17315</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We are still running in production with:&lt;br/&gt;
2.14.0-based server (zfs only)&lt;br/&gt;
2.12.9-based (client only)&lt;/p&gt;

&lt;p&gt;Please backport patches for RHEL 8.9 support for both and push them to gerrit against b2_14 and b2_12 respectively.&lt;/p&gt;

&lt;p&gt;Related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17275&quot; title=&quot;RHEL 8.9 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17275&quot;&gt;&lt;del&gt;LU-17275&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="79178">LU-17315</key>
            <summary>RHEL 8.9 support for 2.12 clients and 2.14 servers (zfs only)</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</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="yujian">Jian Yu</assignee>
                                    <reporter username="ofaaland">Olaf Faaland</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Mon, 27 Nov 2023 16:02:18 +0000</created>
                <updated>Fri, 15 Dec 2023 19:18:16 +0000</updated>
                            <resolved>Tue, 12 Dec 2023 06:38:10 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                    <fixVersion>Lustre 2.12.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="394341" author="ofaaland" created="Mon, 27 Nov 2023 16:37:42 +0000"  >&lt;p&gt;For my records, my local tickets are TOSS-6181 and TOSS-6182&lt;/p&gt;</comment>
                            <comment id="394350" author="pjones" created="Mon, 27 Nov 2023 17:00:48 +0000"  >&lt;p&gt;Jian&lt;/p&gt;

&lt;p&gt;Can you please assist with this?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="394399" author="yujian" created="Mon, 27 Nov 2023 19:23:16 +0000"  >&lt;p&gt;With &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53256&lt;/a&gt; applied on  b2_12 branch, client build failed as follows:&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;In function &apos;fortify_memset_chk&apos;,
    inlined from &apos;vvp_io_init&apos; at /tmp/rpmbuild-lustre-root-4tIaJAxD/BUILD/lustre-2.12.9_12_g5b9b38b_dirty/lustre/llite/vvp_io.c:1520:2:
include/linux/fortify-string.h:239:4: error: call to &apos;__write_overflow_field&apos; declared with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror]
    __write_overflow_field(p_size_field, size);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I&apos;m backporting more patches.&lt;/p&gt;</comment>
                            <comment id="394484" author="yujian" created="Tue, 28 Nov 2023 08:20:33 +0000"  >&lt;p&gt;With patch series &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53256&lt;/a&gt; applied on b2_12 branch, RHEL 8.9 client build passed.&lt;br/&gt;
I&apos;m working on the patch series for b2_14 branch.&lt;/p&gt;</comment>
                            <comment id="394668" author="ofaaland" created="Wed, 29 Nov 2023 00:48:03 +0000"  >&lt;p&gt;Thank you Jian&lt;/p&gt;</comment>
                            <comment id="394703" author="yujian" created="Wed, 29 Nov 2023 08:40:59 +0000"  >&lt;p&gt;You&apos;re welcome, &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=ofaaland&quot; class=&quot;user-hover&quot; rel=&quot;ofaaland&quot;&gt;ofaaland&lt;/a&gt;.&lt;br/&gt;
The patch series for Lustre b2_14 branch is being worked in &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53280&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53280&lt;/a&gt;.&lt;br/&gt;
Could you please tell me what version of ZFS needs to be supported?&lt;/p&gt;</comment>
                            <comment id="394714" author="ofaaland" created="Wed, 29 Nov 2023 09:46:55 +0000"  >&lt;p&gt;ZFS 2.1.13&lt;/p&gt;</comment>
                            <comment id="395157" author="yujian" created="Fri, 1 Dec 2023 17:36:28 +0000"  >&lt;p&gt;Thank you, &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=ofaaland&quot; class=&quot;user-hover&quot; rel=&quot;ofaaland&quot;&gt;ofaaland&lt;/a&gt;.&lt;br/&gt;
With patch series &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53280&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53280&lt;/a&gt; applied on b2_14 branch, RHEL 8.9 server build passed with ZFS 2.1.13.&lt;/p&gt;</comment>
                            <comment id="395164" author="ofaaland" created="Fri, 1 Dec 2023 18:06:07 +0000"  >&lt;p&gt;Thank you very much Jian, commencing our local testing.&lt;/p&gt;</comment>
                            <comment id="395200" author="yujian" created="Fri, 1 Dec 2023 20:37:52 +0000"  >&lt;p&gt;You&apos;re welcome, Olaf.&lt;br/&gt;
FYI, basic runtests passed on my local vm node with ZFS 2.1.13: &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/2a43bf7e-a39a-4d08-a8ee-93c17c6335e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/2a43bf7e-a39a-4d08-a8ee-93c17c6335e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="396375" author="ofaaland" created="Tue, 12 Dec 2023 05:02:33 +0000"  >&lt;p&gt;Hi Jian,&lt;br/&gt;
Our local testing passed without any unexpected changes in behavior.  We can close this ticket as far as we&apos;re concerned.  Thanks again.&lt;/p&gt;</comment>
                            <comment id="396389" author="yujian" created="Tue, 12 Dec 2023 06:36:42 +0000"  >&lt;p&gt;You&apos;re welcome, Olaf.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="78851">LU-17275</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|i042u7:</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>