<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:42 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-5462] trigger OI</title>
                <link>https://jira.whamcloud.com/browse/LU-5462</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After restart of MDT we got this error. What does mean?&lt;br/&gt;
LustreError: 0-0: nbp7-MDT0000: trigger OI scrub by RPC for &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200088c7c:0x14:0x0&amp;#93;&lt;/span&gt;, rc = 0 &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="25918">LU-5462</key>
            <summary>trigger OI</summary>
                <type id="9" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/undefined.png">Question/Request</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="6">Not a Bug</resolution>
                                        <assignee username="yong.fan">nasf</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 8 Aug 2014 01:49:48 +0000</created>
                <updated>Wed, 29 Oct 2014 16:30:14 +0000</updated>
                            <resolved>Wed, 29 Oct 2014 16:30:14 +0000</resolved>
                                    <version>Lustre 2.4.3</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="91184" author="pjones" created="Fri, 8 Aug 2014 12:10:13 +0000"  >&lt;p&gt;Fan Yong&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="91191" author="yong.fan" created="Fri, 8 Aug 2014 14:42:14 +0000"  >&lt;p&gt;Hi Mahmoud,&lt;/p&gt;

&lt;p&gt;What is the output for &quot;cat /proc/fs/lustre/osd-ldiskfs/nbp7-MDT0000/oi_scrub&quot; ?&lt;/p&gt;</comment>
                            <comment id="91195" author="mhanafi" created="Fri, 8 Aug 2014 15:59:38 +0000"  >&lt;p&gt;nbp7-mds1 ~ # cat /proc/fs/lustre/osd-ldiskfs/nbp7-MDT0000/oi_scrub &lt;br/&gt;
name: OI_scrub&lt;br/&gt;
magic: 0x4c5fd252&lt;br/&gt;
oi_files: 1&lt;br/&gt;
status: completed&lt;br/&gt;
flags:&lt;br/&gt;
param:&lt;br/&gt;
time_since_last_completed: 48833 seconds&lt;br/&gt;
time_since_latest_start: 51587 seconds&lt;br/&gt;
time_since_last_checkpoint: 48833 seconds&lt;br/&gt;
latest_start_position: 12&lt;br/&gt;
last_checkpoint_position: 536870913&lt;br/&gt;
first_failure_position: N/A&lt;br/&gt;
checked: 66205633&lt;br/&gt;
updated: 2&lt;br/&gt;
failed: 0&lt;br/&gt;
prior_updated: 0&lt;br/&gt;
noscrub: 94&lt;br/&gt;
igif: 519&lt;br/&gt;
success_count: 3&lt;br/&gt;
run_time: 2753 seconds&lt;br/&gt;
average_speed: 24048 objects/sec&lt;br/&gt;
real-time_speed: N/A&lt;br/&gt;
current_position: N/A&lt;/p&gt;</comment>
                            <comment id="91247" author="yong.fan" created="Sat, 9 Aug 2014 04:01:16 +0000"  >&lt;p&gt;The OI scrub is used for rebuilding crashed &quot;FID=&amp;gt;ino/gen&quot; mapping. These message means that during your system running, it found bad &quot;FID=&amp;gt;ino/gen&quot; mapping, then triggered OI scrub to repair the inconsistency automatically. It may be because of data crash, it also may be because of system upgrade, but of course, we cannot say there are no any non-known bugs in the code as to trigger OI scrub by wrong.&lt;/p&gt;

&lt;p&gt;From the output &quot;cat /proc/fs/lustre/osd-ldiskfs/nbp7-MDT0000/oi_scrub&quot;, your system has ever run OI scrub for 3 times, and two items (mappings) have been repaired in the latest run. Since the OI scrub has completely already, we can generally say that your system comes back to consistency again. So you can keep it there without anything else, the system should can work well. But if you want to know more about the system status, you can disable OI scrub auto trigger mechanism by &quot;echo 0 &amp;gt; /proc/fs/lustre/osd-ldiskfs/nbp7-MDT0000/auto_scrub&quot;, then when found bad OI mapping next time, the system will not repair the inconsistency automatically, instead, it may cause related application failure, and then we can try to dump more logs.&lt;/p&gt;</comment>
                            <comment id="97793" author="yong.fan" created="Wed, 29 Oct 2014 02:01:07 +0000"  >&lt;p&gt;Hi Mahmoud,&lt;br/&gt;
Do we still have anything to resolve under this ticket? Or can we close it? Thanks!&lt;/p&gt;</comment>
                            <comment id="97846" author="mhanafi" created="Wed, 29 Oct 2014 16:25:10 +0000"  >&lt;p&gt;can be closed&lt;/p&gt;</comment>
                            <comment id="97852" author="pjones" created="Wed, 29 Oct 2014 16:30:14 +0000"  >&lt;p&gt;ok thanks Mahmoud&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|hzwt7j:</customfieldvalue>

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