<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:51 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-16084] sanity test_130b: build e2fsprogs for Ubuntu2204 client</title>
                <link>https://jira.whamcloud.com/browse/LU-16084</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.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/7ab8b0d0-0c09-4831-8651-0dc75a37094c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/7ab8b0d0-0c09-4831-8651-0dc75a37094c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_130b 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;filefrag /mnt/lustre/f130b.sanity failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It seems similar situation as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15997&quot; title=&quot;e2fsprogs rpms support for RHEL9&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15997&quot;&gt;LU-15997&lt;/a&gt; for Ubuntu2204 client&lt;/p&gt;

&lt;p&gt;sanity test_130* failed as&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;FIBMAP/FIEMAP unsupported
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;





&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
sanity test_130b - filefrag /mnt/lustre/f130b.sanity failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="71787">LU-16084</key>
            <summary>sanity test_130b: build e2fsprogs for Ubuntu2204 client</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Aug 2022 18:58:02 +0000</created>
                <updated>Sat, 29 Oct 2022 07:34:15 +0000</updated>
                            <resolved>Thu, 1 Sep 2022 15:10:25 +0000</resolved>
                                    <version>Lustre 2.15.1</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="343143" author="mdiep" created="Tue, 9 Aug 2022 20:19:37 +0000"  >&lt;p&gt;I think this is because lustre e2fsprogs version is less than ubuntu2204 upstream&lt;/p&gt;</comment>
                            <comment id="343148" author="adilger" created="Tue, 9 Aug 2022 21:26:14 +0000"  >&lt;p&gt;According to &lt;a href=&quot;https://packages.ubuntu.com/jammy/e2fsprogs&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://packages.ubuntu.com/jammy/e2fsprogs&lt;/a&gt; Ubuntu22.04 is using e2fsprogs-1.46.5-2ubuntu1.1, which includes one patch (&quot;&lt;tt&gt;ab51d587b libext2fs: add sanity check to extent manipulation&lt;/tt&gt;&quot;) that is not currently in &lt;a href=&quot;https://review.whamcloud.com/47075&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47075&lt;/a&gt; &quot;&lt;tt&gt;build: update version to 1.46.5.wc1&lt;/tt&gt;&quot;.  &lt;/p&gt;

&lt;p&gt;There are currently 22 patches on the &quot;maint&quot; branch beyond the baseline 1.46.5, of which about 5 or 6 (including the above patch in Ubuntu) look like they might be useful in rare cases (e.g. more robust extent/xattr handling in case of random filesystem corruption), and 6 others are already in the 1.46.5.wc1 branch.  The rest are unlikely to affect Lustre usage.  I&apos;ll update to include those commits into a 1.46.5.wc2 build once the 47075 patch is landed.&lt;/p&gt;</comment>
                            <comment id="343172" author="adilger" created="Wed, 10 Aug 2022 01:59:18 +0000"  >&lt;p&gt;The Ubuntu e2fsprogs is only really needed for &quot;&lt;tt&gt;filefrag&lt;/tt&gt;&quot; so I don&apos;t think this is a blocker.  Once e2fsprogs is updated (independent of the Lustre release) it would be possible to install the patched version on the Ubuntu 22.04 clients (or servers) as needed.&lt;/p&gt;

&lt;p&gt;The test itself used to be skipped for unpatched e2fsprogs because of the &quot;&lt;tt&gt;filefrag -e&lt;/tt&gt;&quot; check, but that option was merged into the upstream e2fsprogs in v1.42.6-50-g2508eaa7 to reduce the Lustre-specific delta.  Instead, the test should be updated to check for &quot;&lt;tt&gt;filefrag -l&lt;/tt&gt;&quot;, which is still Lustre-e2fsprogs specific (and will also work on older Lustre/e2fsprogs combinations.&lt;/p&gt;</comment>
                            <comment id="343266" author="gerrit" created="Wed, 10 Aug 2022 18:35:28 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48188&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48188&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16084&quot; title=&quot;sanity test_130b: build e2fsprogs for Ubuntu2204 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16084&quot;&gt;&lt;del&gt;LU-16084&lt;/del&gt;&lt;/a&gt; tests: fix lustre-patched filefrag check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3542bdf7b6b13d4a4b5c3d31f77e4591b6292bf5&lt;/p&gt;</comment>
                            <comment id="345318" author="gerrit" created="Thu, 1 Sep 2022 05:55:08 +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/48188/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48188/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16084&quot; title=&quot;sanity test_130b: build e2fsprogs for Ubuntu2204 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16084&quot;&gt;&lt;del&gt;LU-16084&lt;/del&gt;&lt;/a&gt; tests: fix lustre-patched filefrag check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fef1db004c4230e1051f9266f34a658501bf5d03&lt;/p&gt;</comment>
                            <comment id="345420" author="pjones" created="Thu, 1 Sep 2022 15:10:25 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="71047">LU-15997</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|i02wo7:</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>