<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:30:46 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-16879] Anaconda failed with grub2-install: error: ../grub-core/kern/fs.c:120:unknown filesystem.</title>
                <link>https://jira.whamcloud.com/browse/LU-16879</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;
05:46:32,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot &lt;span class=&quot;code-quote&quot;&gt;&apos;/mnt/sysroot&apos;&lt;/span&gt;... grub2-install --no-floppy /dev/vda
05:46:33,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Installing &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i386-pc platform.
05:46:33,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:grub2-install: error: ../grub-core/kern/fs.c:120:unknown filesystem.
05:46:33,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1
05:46:33,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.grub2:bootloader.py: used boot args: resume=/dev/mapper/VolGroup00-LogVol04 rd.lvm.lv=VolGroup00/LogVol01 r
d.lvm.lv=VolGroup00/LogVol04
05:46:33,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot &lt;span class=&quot;code-quote&quot;&gt;&apos;/mnt/sysroot&apos;&lt;/span&gt;... grub2-set-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; 2b6d9ca8b1544696a962be7b238b0827-4.18.0-425.19.2.el8_lustre.ddn17.x86_64
05:46:33,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
05:46:33,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot &lt;span class=&quot;code-quote&quot;&gt;&apos;/mnt/sysroot&apos;&lt;/span&gt;... grub2-mkconfig -o /boot/grub2/grub.cfg
05:46:34,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Generating grub configuration file ...
05:46:34,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:/usr/sbin/grub2-probe: error: ../grub-core/kern/fs.c:120:unknown filesystem.
05:46:34,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1
05:46:34,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:ERROR:anaconda.modules.storage.bootloader.installation:Bootloader installation has failed: failed to write boot loader configuration
05:46:34,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; Failed: AnaTaskThread-InstallBootloaderTask-1 (140086026888960)
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:ERROR:anaconda.modules.common.task.task:&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; AnaTaskThread-InstallBootloaderTask-1 has failed: Traceback (most recent call last):
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160;File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python3.6/site-packages/pyanaconda/threading.py&quot;&lt;/span&gt;, line 280, in run
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160; &#160;threading.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(self)
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160;File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python3.6/threading.py&quot;&lt;/span&gt;, line 885, in run
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160; &#160;self._target(*self._args, **self._kwargs)
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160;File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python3.6/site-packages/pyanaconda/modules/common/task/task.py&quot;&lt;/span&gt;, line 97, in _task_run_callback
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160; &#160;self._set_result(self.run())
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160;File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python3.6/site-packages/pyanaconda/modules/storage/bootloader/installation.py&quot;&lt;/span&gt;, line 106, in run
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage: &#160; &#160;raise BootloaderInstallationError(str(e)) from None
05:46:34,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:pyanaconda.modules.common.errors.installation.BootloaderInstallationError: failed to write boot loader configuration&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;After investigation we found that the problem located in updated e2fsprogs.&lt;/p&gt;

&lt;p&gt;From &lt;a href=&quot;https://www.linuxfromscratch.org/lfs/view/stable/chapter08/e2fsprogs.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.linuxfromscratch.org/lfs/view/stable/chapter08/e2fsprogs.html&lt;/a&gt; :&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;
8.74.2.
          Configuring E2fsprogs
        
        
          /etc/mke2fs.conf contains the &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;
          value of various command line options of mke2fs. You may edit the file to
          make the &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; values suitable &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; your need. For example, some
          utilities (not in LFS or BLFS) cannot recognize a ext4 file system with metadata_csum_seed feature enabled. If you need such an utility, you may
          remove the feature from the &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; ext4 feature list with the command:
        
        sed &lt;span class=&quot;code-quote&quot;&gt;&apos;s/metadata_csum_seed,&lt;span class=&quot;code-comment&quot;&gt;//&apos;&lt;/span&gt; -i /etc/mke2fs.conf
&lt;/span&gt;        
          Read the man page mke2fs.conf(5) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;
          details.
         &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="76437">LU-16879</key>
            <summary>Anaconda failed with grub2-install: error: ../grub-core/kern/fs.c:120:unknown filesystem.</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Jun 2023 17:55:08 +0000</created>
                <updated>Mon, 3 Jul 2023 18:52:56 +0000</updated>
                            <resolved>Mon, 3 Jul 2023 18:52:56 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="374642" author="gerrit" created="Tue, 6 Jun 2023 17:59:36 +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/c/tools/e2fsprogs/+/51240&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/tools/e2fsprogs/+/51240&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16879&quot; title=&quot;Anaconda failed with grub2-install: error: ../grub-core/kern/fs.c:120:unknown filesystem.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16879&quot;&gt;&lt;del&gt;LU-16879&lt;/del&gt;&lt;/a&gt; mke2fs: disable metadata_csum_seed/orphan_list&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2c7e46cc9ac9b1eef48880634fce7e54821b736c&lt;/p&gt;</comment>
                            <comment id="376196" author="gerrit" created="Thu, 22 Jun 2023 03:42:51 +0000"  >&lt;p&gt;&quot;Li Dongyang &amp;lt;dongyangli@ddn.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/tools/e2fsprogs/+/51240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/tools/e2fsprogs/+/51240/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16879&quot; title=&quot;Anaconda failed with grub2-install: error: ../grub-core/kern/fs.c:120:unknown filesystem.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16879&quot;&gt;&lt;del&gt;LU-16879&lt;/del&gt;&lt;/a&gt; mke2fs: disable metadata_csum_seed/orphan_file&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2ad41ba2075ca7b3b38cd61c3114d4cbdd15ec93&lt;/p&gt;</comment>
                            <comment id="377300" author="adilger" created="Mon, 3 Jul 2023 18:52:56 +0000"  >&lt;p&gt;Fixed in e2fsprogs-1.47.0.wc2&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10324">
                    <name>Cloners</name>
                                            <outwardlinks description="Clones">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="76120">LU-16835</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|i03nbz:</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>