<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:49:17 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-5187] Make &quot;precreate FID&quot; console message more intelligible</title>
                <link>https://jira.whamcloud.com/browse/LU-5187</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Brian Behlendorf points out in the comments on patch &lt;a href=&quot;http://review.whamcloud.com/10394&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;10394&lt;/a&gt; that the following console warning message is not particularly intelligible as it stands.&lt;/p&gt;

&lt;p&gt;From lustre/ofd/ofd_dev.c:&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;                /* This can happen &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; a &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; OST is formatted and installed
                 * in place of an old one at the same index.  Instead of
                 * precreating potentially millions of deleted old objects
                 * (possibly filling the OST), only precreate the last batch.
                 * LFSCK will eventually clean up any orphans. LU-14 */
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (diff &amp;gt; 5 * OST_MAX_PRECREATE) {
                        diff = OST_MAX_PRECREATE / 2;
                        LCONSOLE_WARN(&lt;span class=&quot;code-quote&quot;&gt;&quot;%s: precreate FID &quot;&lt;/span&gt;DOSTID&lt;span class=&quot;code-quote&quot;&gt;&quot; is over %u &quot;&lt;/span&gt;
                                      &lt;span class=&quot;code-quote&quot;&gt;&quot;larger than the LAST_ID &quot;&lt;/span&gt;DOSTID&lt;span class=&quot;code-quote&quot;&gt;&quot;, only &quot;&lt;/span&gt;
                                      &lt;span class=&quot;code-quote&quot;&gt;&quot;precreating the last %u objects.\n&quot;&lt;/span&gt;,
                                      ofd_name(ofd), POSTID(&amp;amp;oa-&amp;gt;o_oi),
                                      5 * OST_MAX_PRECREATE,
                                      POSTID(&amp;amp;oseq-&amp;gt;os_oi), diff);
                        ofd_seq_last_oid_set(oseq, ostid_id(&amp;amp;oa-&amp;gt;o_oi) - diff);
                }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Brian said:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I still don&apos;t think the console message itself is at all useful. Either Lustre should silently handle this case (if it can) and we can silence the message. Or the console message should be updated to include clear explanation of what&apos;s wrong and what an administrator needs to do. As it stands, I feel it&apos;s just noise when is only useful to a developer.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I agree that this message needs improvment.&lt;/p&gt;</description>
                <environment></environment>
        <key id="25133">LU-5187</key>
            <summary>Make &quot;precreate FID&quot; console message more intelligible</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="13159">LU-1095</parent>
                                    <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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Thu, 12 Jun 2014 22:18:18 +0000</created>
                <updated>Mon, 2 Nov 2015 13:24:01 +0000</updated>
                            <resolved>Mon, 2 Nov 2015 13:24:01 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="86490" author="pjones" created="Thu, 12 Jun 2014 23:04:34 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="87161" author="utopiabound" created="Fri, 20 Jun 2014 14:39:07 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/10767&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10767&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="87637" author="morrone" created="Thu, 26 Jun 2014 22:38:07 +0000"  >&lt;p&gt;Nathaniel, please see Andreas&apos;s review of revision 1 of patch &lt;a href=&quot;http://review.whamcloud.com/10394&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;10394&lt;/a&gt;.  Andreas rejected the idea of just changing the logging level.  Therefore this ticket&apos;s intent is to rework the actual message into something that is understandable and actionable by a system administrator.&lt;/p&gt;
</comment>
                            <comment id="97933" author="utopiabound" created="Thu, 30 Oct 2014 13:33:29 +0000"  >&lt;p&gt;Chris,&lt;/p&gt;

&lt;p&gt;There&apos;s a new revision with an altered Console warning (and the developer info is dumped into the HA debug level).&lt;/p&gt;</comment>
                            <comment id="132309" author="gerrit" created="Mon, 2 Nov 2015 07:18:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/10767/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10767/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5187&quot; title=&quot;Make &amp;quot;precreate FID&amp;quot; console message more intelligible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5187&quot;&gt;&lt;del&gt;LU-5187&lt;/del&gt;&lt;/a&gt; ofd: Fix precreate console warning&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d9683d9cd5ecf7dd2d0ff24492a2117c4c61356b&lt;/p&gt;</comment>
                            <comment id="132324" author="jgmitter" created="Mon, 2 Nov 2015 13:24:01 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                    <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|hzwocf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14391</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>