<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:59:26 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-6349] remove old protocol compatibility</title>
                <link>https://jira.whamcloud.com/browse/LU-6349</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It seems that there are some old protocol compatibility workarounds that are still present in master that should have been removed when LUSTRE_MSG_MAGIC_V1 was removed.&lt;/p&gt;

&lt;p&gt;In particular, the process for upgrading LUSTRE_MSG_MAGIC_V1 to &lt;tt&gt;LUSTRE_MSG_MAGIC_V2&lt;/tt&gt; required the client to connect to the server using the V1 protocol first with the &lt;tt&gt;MSG_CONNECT_NEXT_VER&lt;/tt&gt; op_flag set, and if the server supported the V2 protocol it would reply with &lt;tt&gt;LUSTRE_MSG_MAGIC_V2&lt;/tt&gt;.  However, even with V1 protocol support removed, the 2.x clients are still always connecting with NEXT_VER set.  In b1_8 this flag was contingent on LUSTRE_MSG_MAGIC_V1 being used.&lt;/p&gt;

&lt;p&gt;A few other cleanups can be done at the same time:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;disallow 1.8 clients (or at least those that don&apos;t understand &lt;tt&gt;OBD_CONNECT_FULL20&lt;/tt&gt; features so we can remove workarounds for those old clients&lt;/li&gt;
	&lt;li&gt;remove support for pre-2.1 DLM flock lock handling&lt;/li&gt;
	&lt;li&gt;don&apos;t workaround the lack of &lt;tt&gt;MDS_ATTR_xTIME_SET&lt;/tt&gt; flags in setattr&lt;/li&gt;
	&lt;li&gt;always set &lt;tt&gt;MSGHDR_CKSUM_INCOMPAT18&lt;/tt&gt; (it can eventually be removed)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;There are also a lot of places that pretend to allow LUSTRE_MSG_MAGIC_V1 RPCs, but they don&apos;t do anything but print an error.  They can be cleaned up in a second patch, but i don&apos;t want them mixed in with the &lt;tt&gt;MSG_CONNECT_NEXT_VER&lt;/tt&gt; cleanup, since that is important and would prevent us from using this functionality again in the future should we need to upgrade the protocol again.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29020">LU-6349</key>
            <summary>remove old protocol compatibility</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Sat, 7 Mar 2015 11:27:20 +0000</created>
                <updated>Wed, 19 Dec 2018 16:33:44 +0000</updated>
                            <resolved>Fri, 29 May 2015 17:37:13 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="109158" author="gerrit" created="Sat, 7 Mar 2015 12:10:39 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14006&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14006&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; ptlrpc: remove old protocol compatibility&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9cd7eb8a7e518d6d1b3f483f2de867a7ff73d3e8&lt;/p&gt;</comment>
                            <comment id="109159" author="gerrit" created="Sat, 7 Mar 2015 12:10:39 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14007&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14007&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; ptlrpc: remove LUSTRE_MSG_MAGIC_V1 support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7ef3482e67b0a63f11e0537de25a02536377f200&lt;/p&gt;</comment>
                            <comment id="113590" author="gerrit" created="Tue, 28 Apr 2015 05:18:23 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14006/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14006/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; ptlrpc: remove old protocol compatibility&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f4b93dff9a8f4a59976ea864c4e3c2c42faa5770&lt;/p&gt;</comment>
                            <comment id="113591" author="gerrit" created="Tue, 28 Apr 2015 05:19:11 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14007/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14007/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; ptlrpc: remove LUSTRE_MSG_MAGIC_V1 support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8f1c8dbe2389e1ef1e1d3387e343fb9a1bb84198&lt;/p&gt;</comment>
                            <comment id="116886" author="adilger" created="Fri, 29 May 2015 17:37:13 +0000"  >&lt;p&gt;Patches landed to master for 2.8.0. &lt;/p&gt;</comment>
                            <comment id="138012" author="gerrit" created="Wed, 6 Jan 2016 00:15:20 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17830&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17830&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: clean up and document ptlrpc structures&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3abe4da0a20eaf299cc6fe5754f1c93aef60afb&lt;/p&gt;</comment>
                            <comment id="138013" author="gerrit" created="Wed, 6 Jan 2016 00:18:36 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17831&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: remove obsolete RPC MSG flags&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: be409236cfb89097a119b77b3b19175a0df70972&lt;/p&gt;</comment>
                            <comment id="216497" author="gerrit" created="Sun, 17 Dec 2017 06:18:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/17830/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/17830/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: clean up and document ptlrpc structures&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e8bdd1a48dd8800d1de0f0daf1e2e38b123de091&lt;/p&gt;</comment>
                            <comment id="216498" author="gerrit" created="Sun, 17 Dec 2017 06:18:37 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/17831/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/17831/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: remove obsolete RPC MSG flags&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 455ce0cef704e4c9a39bfa9d7c172ca3b31c5fef&lt;/p&gt;</comment>
                            <comment id="218764" author="gerrit" created="Sun, 21 Jan 2018 02:50:53 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30958&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: add PTLRPC definitions to enum&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ccf8290fe5db92f919dde2973d59586f4dd57080&lt;/p&gt;</comment>
                            <comment id="220049" author="gerrit" created="Tue, 6 Feb 2018 04:26:05 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30958/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30958/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; idl: add PTLRPC definitions to enum&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0c9bb26fc4d9157aaa10df2ba0a1796f2e5fc21e&lt;/p&gt;</comment>
                            <comment id="225956" author="gerrit" created="Fri, 13 Apr 2018 03:48:29 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31984&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31984&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; mds: remove obsolete MDS_VTX_BYPASS flag&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 74e7d78bb49d7f4743fb1512e088dd12f0900c3f&lt;/p&gt;</comment>
                            <comment id="227372" author="gerrit" created="Sun, 6 May 2018 03:40:54 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31984/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31984/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6349&quot; title=&quot;remove old protocol compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6349&quot;&gt;&lt;del&gt;LU-6349&lt;/del&gt;&lt;/a&gt; mds: remove obsolete MDS_VTX_BYPASS flag&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b99344dda425b78e006c49b1d2b22c75585ca306&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27781">LU-5974</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzx7xj:</customfieldvalue>

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