<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:58 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-2528] Is the &quot;consider upgrading&quot; console message necessary?</title>
                <link>https://jira.whamcloud.com/browse/LU-2528</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Is this message really necessary:&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-12-19 16:10:59 Lustre: Server ls1-OST0143_UUID version (2.3.57.0) is much newer than client version. Consider upgrading client (2.1.2)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;? I vote for its removal.&lt;/p&gt;

&lt;p&gt;I feel like I&apos;ve already opened a ticket on this message, but after a quick search it didn&apos;t turn up.&lt;/p&gt;</description>
                <environment></environment>
        <key id="17027">LU-2528</key>
            <summary>Is the &quot;consider upgrading&quot; console message necessary?</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="1">Fixed</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                            <label>mn1</label>
                            <label>shh</label>
                    </labels>
                <created>Wed, 26 Dec 2012 18:49:11 +0000</created>
                <updated>Tue, 31 Dec 2013 15:54:44 +0000</updated>
                            <resolved>Thu, 19 Dec 2013 22:14:18 +0000</resolved>
                                    <version>Lustre 2.1.2</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="49715" author="pjones" created="Thu, 27 Dec 2012 09:26:50 +0000"  >&lt;p&gt;Oleg&lt;/p&gt;

&lt;p&gt;What do you think about this?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="49740" author="adilger" created="Fri, 28 Dec 2012 01:56:58 +0000"  >&lt;p&gt;The actual code in question is:&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;                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ((ocd-&amp;gt;ocd_connect_flags &amp;amp; OBD_CONNECT_VERSION) &amp;amp;&amp;amp;
                    (ocd-&amp;gt;ocd_version &amp;gt; LUSTRE_VERSION_CODE +
                                        LUSTRE_VERSION_OFFSET_WARN ||
                     ocd-&amp;gt;ocd_version &amp;lt; LUSTRE_VERSION_CODE -
                                        LUSTRE_VERSION_OFFSET_WARN)) {
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For 2.1 LUSTRE_VERSION_OFFSET_WARN is &lt;tt&gt;OBD_OCD_VERSION(0,0,1,32)&lt;/tt&gt;, while on master it is &lt;tt&gt;OBD_OCD_VERSION(0,252,0,0)&lt;/tt&gt;, so there will not be any warning messages on 2.4 already.  It would be trivial to back-port this larger version margin to 2.1.&lt;/p&gt;</comment>
                            <comment id="49851" author="prakash" created="Wed, 2 Jan 2013 16:40:26 +0000"  >&lt;p&gt;There shouldn&apos;t be a printed message like this printed for any two compatible versions, IMO. I don&apos;t see much value in it.&lt;/p&gt;</comment>
                            <comment id="49856" author="adilger" created="Wed, 2 Jan 2013 17:32:15 +0000"  >&lt;p&gt;It was originally added for the Cray/libcfs clients, which did not have any cross-version interoperability.  The Linux client check is more intended to alert administrators if there are clients that are very old &lt;em&gt;before&lt;/em&gt; they break due to some incompatible change.&lt;/p&gt;

&lt;p&gt;In sites like LLNL where the clients are well controlled this is extraneous.  In other customer sites where there are a mix of clients this is useful to alert administrators of old clients, and allows us to deprecate support for old versions of Lustre more easily.&lt;/p&gt;

&lt;p&gt;I&apos;m not dead set on keeping this message, but I think that fixing 2.1 to match master would be enough to avoid the problems reported here.&lt;/p&gt;

&lt;p&gt;Oleg, any opinions on this?&lt;/p&gt;</comment>
                            <comment id="49857" author="prakash" created="Wed, 2 Jan 2013 18:16:50 +0000"  >&lt;p&gt;Oh, OK. Well I can see value in using a message to report deprecated releases. Though, it&apos;d be nice to do that in a less intrusive way. IIRC, this message is printed for each connection made, which can spam the console log when using many OSTs or when many disconnect/reconnects happen in a short period of time.&lt;/p&gt;</comment>
                            <comment id="68758" author="adilger" created="Thu, 10 Oct 2013 19:00:33 +0000"  >&lt;p&gt;I realized we will again have a problem with this for 2.5.n clients connecting to 2.1.(n-1) servers, and vice versa.  I&apos;ve increased the window to be +/- 0.4.50 versions, since we don&apos;t plan to allow interoperation between 2.1 and 2.6 releases.  It also quiets the warning so that it only prints once.&lt;/p&gt;

&lt;p&gt;Patch for b2_1: &lt;a href=&quot;http://review.whamcloud.com/7917&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7917&lt;/a&gt;&lt;br/&gt;
Patch for master: &lt;a href=&quot;http://review.whamcloud.com/7916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7916&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="73896" author="adilger" created="Thu, 19 Dec 2013 22:14:18 +0000"  >&lt;p&gt;patch landed to master for 2.6.0, closing bug.&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|hzve8v:</customfieldvalue>

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