<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:27:38 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-2721] lfs fid2path logs kernel error on client when FID is not found</title>
                <link>https://jira.whamcloud.com/browse/LU-2721</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When probing the file system on a client with lfs fid2path command, if the FID no longer exists the following error message is dropped in kernel log:&lt;/p&gt;

&lt;p&gt;LustreError: 10725:0:(lmv_obd.c:854:lmv_iocontrol()) error: iocontrol MDC lustre-MDT0000_UUID on MDTidx 0 cmd c0086696: err = -2&lt;/p&gt;

&lt;p&gt;Debug level appears to be set wrong for this operation.&lt;/p&gt;</description>
                <environment></environment>
        <key id="17380">LU-2721</key>
            <summary>lfs fid2path logs kernel error on client when FID is not found</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="aboyko">Alexander Boyko</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Thu, 31 Jan 2013 07:41:32 +0000</created>
                <updated>Wed, 6 Feb 2013 00:58:32 +0000</updated>
                            <resolved>Wed, 6 Feb 2013 00:58:32 +0000</resolved>
                                    <version>Lustre 2.1.3</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="51524" author="aboyko" created="Thu, 31 Jan 2013 07:43:55 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5221&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5221&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51526" author="aboyko" created="Thu, 31 Jan 2013 07:46:46 +0000"  >&lt;p&gt;Xyratex &lt;a href=&quot;http://jira-nss.xy01.xyratex.com:8080/browse/MRP-673&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MRP-673&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51576" author="di.wang" created="Thu, 31 Jan 2013 17:50:01 +0000"  >&lt;p&gt;Note Fid2patch needs to be fixed after fid on OST and DNE are landed. &lt;a href=&quot;http://review.whamcloud.com/#change,4345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4345&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51600" author="aboyko" created="Fri, 1 Feb 2013 01:33:14 +0000"  >&lt;p&gt;Looks like this patch &lt;a href=&quot;http://review.whamcloud.com/#change,4345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4345&lt;/a&gt; was updated month ago, and have problems with tests.&lt;br/&gt;
Di Wang, Why patch for this issue should be based on fid on OST and DNE? It only reduce error level for lmv_iocontrol()&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;Many errors happened if the FID no longer exist at lmv_iocontrol().
This fix change debug level for ENOENT from error to warning.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="51832" author="di.wang" created="Tue, 5 Feb 2013 20:07:42 +0000"  >&lt;p&gt;Ah, sorry, I just noticed the patch is trying to reduce the console error message here.&lt;/p&gt;

&lt;p&gt;Hmm, FID2PATH has been moved out of default section here. Could you please recheck master&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;        case OBD_IOC_FID2PATH: {
                struct getinfo_fid2path *gf;
                struct lmv_tgt_desc     *tgt;

                gf = (struct getinfo_fid2path *)karg;
                tgt = lmv_find_target(lmv, &amp;amp;gf-&amp;gt;gf_fid);
                if (IS_ERR(tgt))
                        RETURN(PTR_ERR(tgt));
                rc = obd_iocontrol(cmd, tgt-&amp;gt;ltd_exp, len, karg, uarg);
                break;
        } 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So the error message has been removed for FID2PATH. Please correct me if I am wrong here. Thanks.&lt;/p&gt;

</comment>
                            <comment id="51849" author="aboyko" created="Wed, 6 Feb 2013 00:48:13 +0000"  >&lt;p&gt;Patch was abandoned according to Di Wang comment.&lt;/p&gt;</comment>
                            <comment id="51850" author="pjones" created="Wed, 6 Feb 2013 00:58:32 +0000"  >&lt;p&gt;ok thanks Alex&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|hzvib3:</customfieldvalue>

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