<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:54 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-630] mount failure after MGS connection lost and file system is unmounted</title>
                <link>https://jira.whamcloud.com/browse/LU-630</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I have had a long standing issue with the 1.8 series that causes mount failures when we lose our connection between the clients and servers.  The environment is typically WAN clients accessing servers.  During extended or unexpected WAN outages we often unmount the remote file system so the scripts/programs using df/statfs don&apos;t hang until the link is back up.  When we attempt to remount that specific file system after the link is back the first mount attempt always gets an error -108 cannot send after transport end point shutdown.  If you immediately try the mount command again you typically get a -17 file exists.  After waiting for a while (usually I wait 60 seconds) the mount command succeeds.&lt;/p&gt;

&lt;p&gt;I&apos;ve looked at this problem and I think I now understand why it is happening but I&apos;m not really sure of a correct fix for it.&lt;br/&gt;
The call stack to the problem looks like:&lt;br/&gt;
LNetPut&lt;br/&gt;
 lnet_send&lt;br/&gt;
  lnet_post_send_locked&lt;br/&gt;
   lnet_peer_alive_locked&lt;br/&gt;
    lnet_ni_peer_alive&lt;br/&gt;
     lnd_query&lt;br/&gt;
      kiblnd_query&lt;br/&gt;
       kiblnd_launch_tx&lt;/p&gt;

&lt;p&gt;Since the peer doesn&apos;t exist the kiblnd_launch_tx is called with a NULL tx to attempt to reestablish the connection.  This calls kiblnd_connect_peer which does the connect asyncronously returning as soon as the rdma_resolve_addr is called.  The kiblnd_cm_callback function handles the various states of connection through the rdma cm going from rdma_resolve_route, kiblnd_active_connect and finally making the connection.  This is however happening after kiblnd_launch_tx, lnd_query, lnet_ni_peer_alive has returned and lnet_peer_alive_locked is checking if the peer is alive:&lt;/p&gt;

&lt;p&gt;Since the rdma cm connection hasn&apos;t established the connection yet kiblnd_peer_alive which sets the lnd alive still hasn&apos;t been updated and lnet_send_post_send_locked and lnet_send end up returning -EHOSTUNREACH.  I haven&apos;t locked at ksocklnd closely, but I think the issue exists there as well.&lt;/p&gt;
</description>
                <environment>Various</environment>
        <key id="11561">LU-630</key>
            <summary>mount failure after MGS connection lost and file system is unmounted</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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="jfilizetti">Jeremy Filizetti</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Aug 2011 20:53:28 +0000</created>
                <updated>Thu, 7 May 2015 20:10:42 +0000</updated>
                            <resolved>Mon, 4 Jun 2012 05:41:12 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="22453" author="pjones" created="Thu, 3 Nov 2011 17:29:35 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you please treat this issue as a priority?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="23281" author="laisiyao" created="Tue, 22 Nov 2011 05:48:32 +0000"  >&lt;p&gt;Issac might describe this situation in &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=16186#c40&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.lustre.org/show_bug.cgi?id=16186#c40&lt;/a&gt; :&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;Also, lnd_query needs to be smarter
- e.g. if a peer has a very old aliveness stamp and I haven&apos;t tried to connect to him for a while,
it might be wise to assume it to be alive (and of course initiate new connections at the same
time).
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But it looks like this is not implemented in the code; Liang will communicate with him to make&lt;br/&gt;
certain of this first.&lt;/p&gt;</comment>
                            <comment id="23674" author="laisiyao" created="Mon, 5 Dec 2011 02:33:21 +0000"  >&lt;p&gt;review is on &lt;a href=&quot;http://review.whamcloud.com/#change,1797&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1797&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25130" author="isaac" created="Thu, 22 Dec 2011 12:41:30 +0000"  >&lt;p&gt;The peer_health code was designed for routers to reclaim buffers eagerly. It was &lt;b&gt;NOT&lt;/b&gt; intended as a generic mechanism to detect peer health, despite its name.&lt;/p&gt;

&lt;p&gt;It does not need to handle the situation described above, because when a server or client comes back to life the first thing it does is to ping the routers (i.e. check_routers_before_use). So if a router has a message to a peer who appears dead, it just calls lnd_query and drop the message when it&apos;s still dead (If it is back to life again, it should have pinged me and I should have a new aliveness timestamp).&lt;/p&gt;

&lt;p&gt;I think the solution would be simple:&lt;br/&gt;
If I_am_not_a_router&lt;br/&gt;
   return all_peer_is_alive;&lt;/p&gt;

&lt;p&gt;If WC intends to improve peer_health into a generic mechanism, it has to be redesigned:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;at least add a new peer state, &quot;unknown&quot;. &quot;unknown&quot; should be treated much like &quot;live&quot; state, except that it should transform into &quot;dead&quot; state more eagerly. &quot;dead&quot; should transform into &quot;unknown&quot; if the last timestamp is too old and no attempts have since been made to connect to the peer. Just some food for thoughts, lots of design work to be done here.&lt;/li&gt;
	&lt;li&gt;think about how to cooperate with the planned &quot;peer health network&quot; feature.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;And, only enable it after intensive testing.&lt;/p&gt;</comment>
                            <comment id="33862" author="hudson" created="Fri, 6 Apr 2012 22:52:06 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33868" author="hudson" created="Fri, 6 Apr 2012 23:15: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=ofa/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33874" author="hudson" created="Fri, 6 Apr 2012 23:25:48 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33880" author="hudson" created="Fri, 6 Apr 2012 23:26:36 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33886" author="hudson" created="Fri, 6 Apr 2012 23:26:52 +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=ofa/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33892" author="hudson" created="Fri, 6 Apr 2012 23:35:52 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33898" author="hudson" created="Fri, 6 Apr 2012 23:37:15 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33904" author="hudson" created="Fri, 6 Apr 2012 23:39: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=server,distro=el5,ib_stack=inkernel/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33911" author="hudson" created="Fri, 6 Apr 2012 23:41:13 +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=ofa/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33921" author="hudson" created="Fri, 6 Apr 2012 23:50:08 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33927" author="hudson" created="Fri, 6 Apr 2012 23:50:35 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33933" author="hudson" created="Fri, 6 Apr 2012 23:53:22 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33939" author="hudson" created="Fri, 6 Apr 2012 23:53: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=i686,build_type=server,distro=el6,ib_stack=ofa/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33945" author="hudson" created="Sat, 7 Apr 2012 00:05:15 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33951" author="hudson" created="Sat, 7 Apr 2012 00:09:35 +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=ofa/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33957" author="hudson" created="Sat, 7 Apr 2012 00:12:39 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33963" author="hudson" created="Sat, 7 Apr 2012 00:21:48 +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/479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #479&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36169" author="hudson" created="Wed, 2 May 2012 14:53:05 +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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36466" author="hudson" created="Wed, 2 May 2012 14:55:04 +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-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36763" author="hudson" created="Wed, 2 May 2012 14:58:16 +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-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37061" author="hudson" created="Wed, 2 May 2012 15:13:55 +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-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37358" author="hudson" created="Wed, 2 May 2012 15:14: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-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37656" author="hudson" created="Wed, 2 May 2012 15:19:42 +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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37953" author="hudson" created="Wed, 2 May 2012 15:37:29 +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-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-630&quot; title=&quot;mount failure after MGS connection lost and file system is unmounted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-630&quot;&gt;&lt;del&gt;LU-630&lt;/del&gt;&lt;/a&gt; lnet: only router checks peer health (Revision 51cef6191ae8722adb1045f66b5de4504dab83d4)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=51cef6191ae8722adb1045f66b5de4504dab83d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51cef6191ae8722adb1045f66b5de4504dab83d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/lib-move.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38139" author="bogl" created="Thu, 3 May 2012 20:43:51 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2646&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2646&lt;/a&gt;&lt;br/&gt;
back port to b2_1&lt;/p&gt;</comment>
                            <comment id="39910" author="pjones" created="Mon, 4 Jun 2012 05:41:12 +0000"  >&lt;p&gt;Landed for 2.1.2 and 2.3&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="11207">LU-441</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|hzv6w7:</customfieldvalue>

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