<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:11:22 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-887] master (2.2) clients incompatible with 2.1 servers?</title>
                <link>https://jira.whamcloud.com/browse/LU-887</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Somewhere between this commit on master:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;f0e5295 (tag: v2_1_50_0, tag: 2.1.50) Start of 2.2 development, updated version to 2.1.50&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;and this commit:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;7b86fd9 (tag: v2_1_51_0, tag: 2.1.51.0, tag: 2.1.51) Increase lustre version to 2.1.51&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;master appears to have lost the ability to mount 2.1 servers.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12579">LU-887</key>
            <summary>master (2.2) clients incompatible with 2.1 servers?</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Dec 2011 23:55:12 +0000</created>
                <updated>Mon, 12 Dec 2011 12:12:08 +0000</updated>
                            <resolved>Mon, 12 Dec 2011 12:12:08 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="23649" author="pjones" created="Fri, 2 Dec 2011 17:25:43 +0000"  >&lt;p&gt;Bobijam&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="23652" author="bobijam" created="Sat, 3 Dec 2011 00:35:58 +0000"  >&lt;p&gt;Xiong,&lt;/p&gt;

&lt;p&gt;this looks relates to your patch &lt;a href=&quot;http://review.whamcloud.com/1217&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1217&lt;/a&gt; &lt;a href=&quot;http://review.whamcloud.com/#change,1198&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1198&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From the client log&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;(mgc_request.c:1794:mgc_process_log()) Process log lustre-cliir:c0000003cd245800 from 1
(mgc_request.c:919:mgc_enqueue()) Enqueue for lustre-cliir (res 0x65727473756c)
(client.c:1141:ptlrpc_check_status()) 11-0: an error occurred while communicating with 172.18.61.101@o2ib. The mgs_config_read operation failed with -524
(mgc_request.c:1825:mgc_process_log()) MGC172.18.61.101@o2ib: configuration from log &apos;lustre-cliir&apos; failed (-524).
(mgc_request.c:1907:mgc_process_config()) Cannot process recover llog -524
(obd_mount.c:438:lustre_process_log()) 15c-8: MGC172.18.61.101@o2ib: The configuration from log &apos;lustre-client&apos; failed (-524). This may be the result of communication errors between this node and the MGS, a bad configuration, or other errors. See the syslog for more information.
(llite_lib.c:949:ll_fill_super()) Unable to process log: -524
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="23653" author="jay" created="Sat, 3 Dec 2011 01:37:38 +0000"  >&lt;p&gt;This is a compability issue of IR. I only handled the case that old clients are talking to new server, but didn&apos;t think of new clients are talking to an old MGS. We can fix this by checking the connect flag at: &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; (rc == 0 &amp;amp;&amp;amp; cld-&amp;gt;cld_recover) {

&amp;gt;&amp;gt;&amp;gt; check &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; the MGS is IR capable by checking OBD_CONNECT_IMP_RECOV of connect flag

                        rc = mgc_process_log(obd, cld-&amp;gt;cld_recover);
                        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (rc)
                                CERROR(&lt;span class=&quot;code-quote&quot;&gt;&quot;Cannot process recover llog %d\n&quot;&lt;/span&gt;, rc);
                }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;in function mgc_process_config().&lt;/p&gt;</comment>
                            <comment id="23678" author="bobijam" created="Mon, 5 Dec 2011 08:43:06 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1798&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1798&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23836" author="hudson" created="Wed, 7 Dec 2011 14:51:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23839" author="hudson" created="Wed, 7 Dec 2011 14:52:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23843" author="hudson" created="Wed, 7 Dec 2011 14:55:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23846" author="hudson" created="Wed, 7 Dec 2011 14:56:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23849" author="hudson" created="Wed, 7 Dec 2011 14:58:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23852" author="hudson" created="Wed, 7 Dec 2011 15:01:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23856" author="hudson" created="Wed, 7 Dec 2011 15:04:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23859" author="hudson" created="Wed, 7 Dec 2011 15:04:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23862" author="hudson" created="Wed, 7 Dec 2011 15:04:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23865" author="hudson" created="Wed, 7 Dec 2011 15:05:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23868" author="hudson" created="Wed, 7 Dec 2011 15:05:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23871" author="hudson" created="Wed, 7 Dec 2011 15:09:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23874" author="hudson" created="Wed, 7 Dec 2011 15:12:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23877" author="hudson" created="Wed, 7 Dec 2011 15:21:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #371&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-887&quot; title=&quot;master (2.2) clients incompatible with 2.1 servers?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-887&quot;&gt;&lt;del&gt;LU-887&lt;/del&gt;&lt;/a&gt; mgc: prevent client IR with old server (Revision 18699461ef9229d19a5b25ed80e252f4fa179822)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=18699461ef9229d19a5b25ed80e252f4fa179822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;18699461ef9229d19a5b25ed80e252f4fa179822&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24094" author="pjones" created="Mon, 12 Dec 2011 12:12:08 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10645" name="client_log" size="102250" author="morrone" created="Thu, 1 Dec 2011 23:55:12 +0000"/>
                            <attachment id="10644" name="mds_log" size="5588" author="morrone" created="Thu, 1 Dec 2011 23:55:12 +0000"/>
                    </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|hzv80n:</customfieldvalue>

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