<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:34 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-5330] remove deprecated full path tunable access in lustre config utils</title>
                <link>https://jira.whamcloud.com/browse/LU-5330</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lustre/utils/lustre_cfg.c::lprocfs_param_pattern has this warning that needs to be taken care of now:&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;                if (!warned) {
                        fprintf(stderr, &quot;%s: specifying parameters via &quot;
                                &quot;full paths is deprecated.\n&quot;, cmd);
#if LUSTRE_VERSION_CODE &amp;gt;= OBD_OCD_VERSION(2, 6, 51, 0)
#warning &quot;remove deprecated full path tunable access&quot;
#endif
                        warned = 1;
                }
                snprintf(buf, buf_size, &quot;%s&quot;, path);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="25537">LU-5330</key>
            <summary>remove deprecated full path tunable access in lustre config utils</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="24619">LU-5030</parent>
                                    <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="green">Oleg Drokin</reporter>
                        <labels>
                            <label>bb</label>
                    </labels>
                <created>Fri, 11 Jul 2014 03:43:25 +0000</created>
                <updated>Fri, 14 Nov 2014 19:35:17 +0000</updated>
                            <resolved>Fri, 14 Nov 2014 19:35:17 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="91820" author="bfaccini" created="Sat, 16 Aug 2014 15:34:36 +0000"  >&lt;p&gt;I just rebased a patch on top of latest master and triggered this warning/failure during the build :&lt;br/&gt;
&lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-reviews/25915/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-reviews/25915/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Seems that we just reached the 2.6.51 version, as indicated by :&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;commit 26bc216c8a25db00c4cf3e23bd6cf175610963ea
Author: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt;
Date:   Fri Aug 15 18:17:13 2014 -0400

    New tag 2.6.51
    
    Change-Id: I45f7812fd7e4d061f2605579c8bac4671a24e202

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="91849" author="pjones" created="Mon, 18 Aug 2014 14:58:37 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="92502" author="simmonsja" created="Tue, 26 Aug 2014 19:00:50 +0000"  >&lt;p&gt;Actually I will be addressing this with the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; work. This can be linked to the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; since this is the case.&lt;/p&gt;</comment>
                            <comment id="99212" author="adilger" created="Fri, 14 Nov 2014 19:35:17 +0000"  >&lt;p&gt;This was fixed for 2.7 as part of &lt;a href=&quot;http://review.whamcloud.com/9545&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9545&lt;/a&gt; &lt;tt&gt;LU&amp;#45;4730 utils: lctl get&amp;#95;param, set&amp;#95;param cleanup&lt;/tt&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24619">LU-5030</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzwr6v:</customfieldvalue>

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