<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:03 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-2421] Many &quot;can&apos;t get LMA&quot; messages on OSTs</title>
                <link>https://jira.whamcloud.com/browse/LU-2421</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We see many of the following messages on our Grove OSTs:&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;2012-11-28 23:25:44 LustreError: 7513:0:(osd_object.c:410:osd_object_init()) ls1-OST0003: can&apos;t get LMA on [0x100000000:0x1d01d:0x0]: rc = -2
2012-11-28 23:25:44 LustreError: 7513:0:(osd_object.c:410:osd_object_init()) ls1-OST0003: can&apos;t get LMA on [0x100000000:0x1d098:0x0]: rc = -2
2012-11-28 23:26:45 LustreError: 7513:0:(osd_object.c:410:osd_object_init()) ls1-OST0003: can&apos;t get LMA on [0x100000000:0x1cf50:0x0]: rc = -2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;These are coming from the patch we have applied: &lt;a href=&quot;http://review.whamcloud.com/4169&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4169&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is &lt;tt&gt;__osd_xattr_get&lt;/tt&gt; expected to fail for these FIDs? Or should we be concerned by these messages?&lt;/p&gt;</description>
                <environment></environment>
        <key id="16837">LU-2421</key>
            <summary>Many &quot;can&apos;t get LMA&quot; messages on OSTs</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                            <label>sequoia</label>
                    </labels>
                <created>Mon, 3 Dec 2012 13:05:47 +0000</created>
                <updated>Thu, 17 Jan 2013 01:35:02 +0000</updated>
                            <resolved>Thu, 17 Jan 2013 01:35:02 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="48679" author="bzzz" created="Mon, 3 Dec 2012 13:10:20 +0000"  >&lt;p&gt;please remind when that OSTs were deployed ? were OSTs running orion code (not master from the beginning) ?&lt;/p&gt;</comment>
                            <comment id="48680" author="prakash" created="Mon, 3 Dec 2012 13:20:44 +0000"  >&lt;p&gt;Yes, these OSTs were running the old orion code prior to the current master. IIRC, it went from &lt;a href=&quot;https://github.com/chaos/lustre/tree/orion-2_3_49_54_2-75chaos&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;orion-2_3_49_54_2-75chaos&lt;/a&gt; directly to &lt;a href=&quot;https://github.com/chaos/lustre/tree/2.3.54-6chaos&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2.3.54-6chaos&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48682" author="bzzz" created="Mon, 3 Dec 2012 13:26:00 +0000"  >&lt;p&gt;then this is OK and the messages are false alarm. I&apos;ll remove that in the next version.&lt;/p&gt;</comment>
                            <comment id="48683" author="prakash" created="Mon, 3 Dec 2012 13:33:20 +0000"  >&lt;p&gt;OK. Thanks.&lt;/p&gt;</comment>
                            <comment id="48723" author="bzzz" created="Tue, 4 Dec 2012 06:54:35 +0000"  >&lt;p&gt;the patch is refreshed. please give it a run - it should ignore such a messages on OSTs, but not on MDS.&lt;/p&gt;</comment>
                            <comment id="48734" author="prakash" created="Tue, 4 Dec 2012 12:22:00 +0000"  >&lt;p&gt;Thanks. It looks good, I&apos;ll try to get it installed today.&lt;/p&gt;</comment>
                            <comment id="50253" author="bzzz" created="Thu, 10 Jan 2013 03:46:05 +0000"  >&lt;p&gt;Prakash, any updates?&lt;/p&gt;</comment>
                            <comment id="50289" author="prakash" created="Thu, 10 Jan 2013 16:44:06 +0000"  >&lt;p&gt;Fixed the problem, I don&apos;t see the messages since applying the patch. Thanks!&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|hzvd6v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5741</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>