<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:11:45 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-924] Test failure on test suite recovery-small, subtest test_105</title>
                <link>https://jira.whamcloud.com/browse/LU-924</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Chris Gearing &amp;lt;chris@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;T&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/467f4a76-25fd-11e1-ae7f-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/467f4a76-25fd-11e1-ae7f-5254004bbbd3&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_105 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;post-failover df: 1&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: recovery-small 105&lt;/p&gt;</description>
                <environment></environment>
        <key id="12670">LU-924</key>
            <summary>Test failure on test suite recovery-small, subtest test_105</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="niu">Niu Yawei</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Dec 2011 15:40:08 +0000</created>
                <updated>Fri, 29 Jun 2012 00:48:51 +0000</updated>
                            <resolved>Wed, 4 Jan 2012 11:13:08 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="24771" author="pjones" created="Wed, 14 Dec 2011 15:58:28 +0000"  >&lt;p&gt;Jinshan in looking into this one?&lt;/p&gt;</comment>
                            <comment id="24794" author="jay" created="Wed, 14 Dec 2011 17:50:28 +0000"  >&lt;p&gt;The problem is clear: the client data was not written into persistent storage before failing over OSTs.&lt;/p&gt;

&lt;p&gt;From the log,  client UUID 8f9b83bd-22e0-c555-20a1-fe22e2547e58 was the old one, and in the test case, we&apos;ve remounted it new UUID 7419f6fe-3688-8bc3-9560-7367776851cd. However, it didn&apos;t update storage in time so when OST was up, it still waited for old client.&lt;/p&gt;</comment>
                            <comment id="24843" author="chris" created="Thu, 15 Dec 2011 14:32:53 +0000"  >&lt;p&gt;Hi Jinshan,&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; references a problem which I could read as being because I&apos;ve used logical volumes for autotest.&lt;/p&gt;

&lt;p&gt;Can you elaborate please, autotest very much relies on lvm so I&apos;m somewhat concerned.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:25:35&amp;#93;&lt;/span&gt; Jinshan Xiong: Not entirely, there were a lot of failure about that. the root cause is that we used to wait for transaction to be finsished before returning to client&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:25:55&amp;#93;&lt;/span&gt; Jinshan Xiong: it worked well with hard drives&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:26:23&amp;#93;&lt;/span&gt; Jinshan Xiong: but for lvm, it seems to take longer for data to be flushed&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:26:23&amp;#93;&lt;/span&gt; Chris Gearing: A lot of failures about what, you&apos;ll have to forgive me I have no historical knowledge I so need it spelled out!&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:26:41 | Edited 19:27:01&amp;#93;&lt;/span&gt; Chris Gearing: But don&apos;t we handshake the data onto the physical media?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:26:48&amp;#93;&lt;/span&gt; Jinshan Xiong: I don&apos;t remember the ticket number&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:26:58&amp;#93;&lt;/span&gt; Jinshan Xiong: but Niu had some fixes about it&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:27:09&amp;#93;&lt;/span&gt; Jinshan Xiong: I will check with him later&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:27:19&amp;#93;&lt;/span&gt; Chris Gearing: Should this be allocated to Niu?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:27:22&amp;#93;&lt;/span&gt; Jinshan Xiong: On 12/15/11, at 11:26 AM, Chris Gearing wrote:&lt;br/&gt;
&amp;gt; But don&apos;t we handshake the data onto the physical media?&lt;br/&gt;
unfortunately&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:27:23&amp;#93;&lt;/span&gt; Jinshan Xiong: no&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:27:54&amp;#93;&lt;/span&gt; Jinshan Xiong: On 12/15/11, at 11:27 AM, Chris Gearing wrote:&lt;br/&gt;
&amp;gt; Should this be allocated to Niu?&lt;br/&gt;
Sure, this is the same kind of issue.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:28:48&amp;#93;&lt;/span&gt; Jinshan Xiong: hmm I shouldn&apos;t have faulted lvm&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:29:00&amp;#93;&lt;/span&gt; Jinshan Xiong: this is definitely a lustre issue&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;19:29:33&amp;#93;&lt;/span&gt; Jinshan Xiong: we should write critical data with OSYNC mode&lt;/p&gt;</comment>
                            <comment id="24867" author="niu" created="Fri, 16 Dec 2011 04:21:02 +0000"  >&lt;blockquote&gt;
&lt;p&gt;The problem is clear: the client data was not written into persistent storage before failing over OSTs.&lt;/p&gt;

&lt;p&gt;From the log, client UUID 8f9b83bd-22e0-c555-20a1-fe22e2547e58 was the old one, and in the test case, we&apos;ve remounted it new UUID 7419f6fe-3688-8bc3-9560-7367776851cd. However, it didn&apos;t update storage in time so when OST was up, it still waited for old client.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;We always sync write client data to disk, so I don&apos;t see why it wasn&apos;t updated.&lt;/p&gt;

&lt;p&gt;The test failed because the client (which invoke test) was evicted, this client isn&apos;t the remounted one, am I right?&lt;/p&gt;</comment>
                            <comment id="24872" author="chris" created="Fri, 16 Dec 2011 06:42:01 +0000"  >&lt;p&gt;I don&apos;t know the answer to the question about which client was evicted and remounted I&apos;m affraid.&lt;/p&gt;

&lt;p&gt;Perhaps Jinshan has more knowledge of the test.&lt;/p&gt;</comment>
                            <comment id="24912" author="niu" created="Mon, 19 Dec 2011 00:51:52 +0000"  >&lt;p&gt;After looking closer code, I realized that we didn&apos;t sync write client data to disk, but just set exp_need_sync = 1 to notify following operation to sync the client data, which could probably is to avoid sync write flood when there are many many clients connecting.&lt;/p&gt;

&lt;p&gt;And the log shows that the df client (which invoking the test) has been evicted by ost-00000, since ost-0000 didn&apos;t find old export in disk and it regards df client as a new client, then the df was not resend after recovery, and result in test failuer at the end.&lt;/p&gt;

&lt;p&gt;I think we&apos;d better make sure that the client data of df client is synced to disk (otherwise, it could be evicted as a new client during recovery), so there are probably two ways to achieve it:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;sync all osts on ost1 before &apos;fail ost1&apos;;&lt;/li&gt;
	&lt;li&gt;create at least one objects on each ost of ost1 before &apos;fail ost1&apos;;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Jinshan, what&apos;s your opinion?&lt;/p&gt;</comment>
                            <comment id="24913" author="niu" created="Mon, 19 Dec 2011 01:58:01 +0000"  >&lt;p&gt;patch for master: &lt;a href=&quot;http://review.whamcloud.com/1888&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1888&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25055" author="jay" created="Wed, 21 Dec 2011 03:36:00 +0000"  >&lt;p&gt;Though we have talked this over skype, I write it here as a record.&lt;/p&gt;

&lt;p&gt;I think sync seems fine to me.&lt;/p&gt;

&lt;p&gt;Sorry for delay response. &lt;/p&gt;</comment>
                            <comment id="25529" author="pjones" created="Wed, 4 Jan 2012 11:13:08 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="25539" author="hudson" created="Wed, 4 Jan 2012 11:53:20 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25545" author="hudson" created="Wed, 4 Jan 2012 11:55: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=client,distro=el6,ib_stack=inkernel/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25551" author="hudson" created="Wed, 4 Jan 2012 11: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-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25557" author="hudson" created="Wed, 4 Jan 2012 11:58:37 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25563" author="hudson" created="Wed, 4 Jan 2012 12:02:20 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25569" author="hudson" created="Wed, 4 Jan 2012 12:05:00 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25575" author="hudson" created="Wed, 4 Jan 2012 12:05:31 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25581" author="hudson" created="Wed, 4 Jan 2012 12: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25589" author="hudson" created="Wed, 4 Jan 2012 12:10:17 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25595" author="hudson" created="Wed, 4 Jan 2012 12:10:43 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25604" author="hudson" created="Wed, 4 Jan 2012 12:20: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=server,distro=el5,ib_stack=ofa/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25620" author="hudson" created="Wed, 4 Jan 2012 12:30: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-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25628" author="hudson" created="Wed, 4 Jan 2012 12:36:09 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25634" author="hudson" created="Wed, 4 Jan 2012 12:47:53 +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/402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #402&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-924&quot; title=&quot;Test failure on test suite recovery-small, subtest test_105&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-924&quot;&gt;&lt;del&gt;LU-924&lt;/del&gt;&lt;/a&gt; test: sync client data before reboot server (Revision 17a69cf25ed0991e04d85c259f4294dc59734e1e)&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=17a69cf25ed0991e04d85c259f4294dc59734e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;17a69cf25ed0991e04d85c259f4294dc59734e1e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="15089">LU-1582</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|hzv7qn:</customfieldvalue>

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