<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:23: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-9161] mount_utils_ldiskfs.c is_feature_enabled() should pass &apos;-c&apos; to debugfs</title>
                <link>https://jira.whamcloud.com/browse/LU-9161</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The &lt;tt&gt;meta_bg&lt;/tt&gt; feature unfortunately fragments the group descriptor block across the whole filesystem, rather than continuously at the start of the device. This causes a large amount of seeking (at least 32768 seeks for a 256TB filesystem). &lt;/p&gt;

&lt;p&gt;Skipping the loading of inode tables and bitmaps via &lt;tt&gt;-c&lt;/tt&gt; will avoid reading many GB of data. &lt;/p&gt;</description>
                <environment></environment>
        <key id="44157">LU-9161</key>
            <summary>mount_utils_ldiskfs.c is_feature_enabled() should pass &apos;-c&apos; to debugfs</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="wc-triage">WC Triage</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Mon, 27 Feb 2017 17:33:19 +0000</created>
                <updated>Tue, 14 Mar 2017 06:10:53 +0000</updated>
                            <resolved>Tue, 14 Mar 2017 06:10:53 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="186484" author="adilger" created="Tue, 28 Feb 2017 18:58:25 +0000"  >&lt;p&gt;Instead of running &lt;tt&gt;debugfs&lt;/tt&gt; in a shell and parsing the text output, we might consider just reading &lt;tt&gt;struct ext4_super_block&lt;/tt&gt; at offset 1024 bytes, and then checking the binary feature flags directly.  That will avoid all overhead from reading the group descriptors and any other metadata.  Another alternative is to modify debugfs to avoid loading the bitmaps until required (possibly only starting a background prefetch at filesystem open time) as an extension of the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9160&quot; title=&quot;Very slow mount of 300TB+ ldiskfs volume&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9160&quot;&gt;&lt;del&gt;LU-9160&lt;/del&gt;&lt;/a&gt; patch.&lt;/p&gt;</comment>
                            <comment id="186485" author="gerrit" created="Tue, 28 Feb 2017 19:02:54 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25671&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25671&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9161&quot; title=&quot;mount_utils_ldiskfs.c is_feature_enabled() should pass &amp;#39;-c&amp;#39; to debugfs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9161&quot;&gt;&lt;del&gt;LU-9161&lt;/del&gt;&lt;/a&gt; utils: don&apos;t load bitmaps when checking features&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e9d8b14e3f893b1e82561b47c84b2000e7e2c2c3&lt;/p&gt;</comment>
                            <comment id="188196" author="gerrit" created="Tue, 14 Mar 2017 02:59:26 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25671/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25671/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9161&quot; title=&quot;mount_utils_ldiskfs.c is_feature_enabled() should pass &amp;#39;-c&amp;#39; to debugfs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9161&quot;&gt;&lt;del&gt;LU-9161&lt;/del&gt;&lt;/a&gt; utils: don&apos;t load bitmaps when checking features&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 153c25f280d3db722005619ea0db6fbd3d26bc97&lt;/p&gt;</comment>
                            <comment id="188210" author="pjones" created="Tue, 14 Mar 2017 06:10:53 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="44153">LU-9160</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|hzz57r:</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>