<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:10 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-352] obdecho don&apos;t work with verify mode</title>
                <link>https://jira.whamcloud.com/browse/LU-352</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;obdecho doesn&apos;t work on verify mode.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@rh5-64 utils&amp;#93;&lt;/span&gt;# &lt;span class=&quot;error&quot;&gt;&amp;#91;root@rh5-64 obdfilter-survey&amp;#93;&lt;/span&gt;# ./obdfilter-survey &lt;br/&gt;
Mon May 23 07:38:32 EEST 2011 Obdfilter-survey for case=disk from rh5-64.shadowland&lt;br/&gt;
ost  2 sz 33554432K rsz 1024K obj    2 thr    2 write Terminated&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@rh5-64 obdfilter-survey&amp;#93;&lt;/span&gt;# verify=1 ./obdfilter-survey &lt;br/&gt;
Mon May 23 07:39:01 EEST 2011 Obdfilter-survey for case=disk from rh5-64.shadowland&lt;br/&gt;
ost  2 sz 33554432K rsz 1024K obj    2 thr    2 write 1336928.79             ERROR rewrite 1075489.49             ERROR read &lt;/p&gt;

&lt;p&gt;LustreError: 19113:0:(debug.c:119:block_debug_check()) test_brw: id 0x2 offset 1040384 end id: 0xdeadbeef00c0ffee != 0x2&lt;br/&gt;
LustreError: 19113:0:(debug.c:102:block_debug_check()) test_brw: id 0x2 offset 1044480 off: 0xdeadbeef00c0ffee != 0xff000&lt;br/&gt;
LustreError: 19113:0:(debug.c:107:block_debug_check()) test_brw: id 0x2 offset 1044480 id: 0xdeadbeef00c0ffee != 0x2&lt;br/&gt;
LustreError: 19113:0:(debug.c:114:block_debug_check()) test_brw: id 0x2 offset 1044480 end off: 0xdeadbeef00c0ffee != 0xff000&lt;/p&gt;
</description>
                <environment>RHEL6, or RHEL5 with any lustre 2.x</environment>
        <key id="11028">LU-352</key>
            <summary>obdecho don&apos;t work with verify mode</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Sun, 22 May 2011 21:48:30 +0000</created>
                <updated>Tue, 20 Nov 2012 14:02:47 +0000</updated>
                            <resolved>Thu, 23 Aug 2012 10:10:45 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="14905" author="jay" created="Sun, 22 May 2011 22:29:32 +0000"  >&lt;p&gt;Hi Shadow - long time no see.&lt;br/&gt;
After checking the code, I saw the verification only happens in read. However, I notice that there seemed erroneous on write phase from your log, let&apos;s make sure the write works firstly.&lt;/p&gt;</comment>
                            <comment id="14918" author="shadow" created="Mon, 23 May 2011 00:50:21 +0000"  >&lt;p&gt;Hi Jay &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Thanks for review a obdecho code. I will look to obdecho sources and try to fix it, because it&apos;s blocking bug for us.&lt;/p&gt;</comment>
                            <comment id="14935" author="shadow" created="Tue, 24 May 2011 04:54:45 +0000"  >&lt;p&gt;I spent some time to make investigation.&lt;br/&gt;
That badnes a result of r/o cache landing, so now obd_preprw allocate a new pages for read from mapping and that is overwrite a page pointers submited from obdecho.&lt;br/&gt;
Also it&apos;s broke a 0-copy testing.&lt;/p&gt;</comment>
                            <comment id="15005" author="shadow" created="Tue, 24 May 2011 23:40:52 +0000"  >&lt;p&gt;In fact fix is easy &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
lctl / obdecho has a two cases to work with lower fs. one is prep + commit, second is brw.&lt;/p&gt;

&lt;p&gt;BRW methods is broked for obdecho and for &apos;disk&apos; case we need to choose a prep + commit method. &lt;/p&gt;</comment>
                            <comment id="15016" author="pjones" created="Wed, 25 May 2011 05:26:46 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you please look at this one when you are able to&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="15018" author="shadow" created="Wed, 25 May 2011 05:32:07 +0000"  >&lt;p&gt;Peter, i have submitted fix to Gerit.&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,598&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,598&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="15019" author="pjones" created="Wed, 25 May 2011 05:38:09 +0000"  >&lt;p&gt;Thanks Shadow - I saw. However, even if we have a contributed fix, someone still needs to be responsible for checking it gets tested, inspected and landed. I just noticed that HongChao is already working on this area of code for another ticket, so reassigning to him.&lt;/p&gt;</comment>
                            <comment id="15072" author="jay" created="Wed, 25 May 2011 22:24:55 +0000"  >&lt;p&gt;Hi Shadow,&lt;/p&gt;

&lt;p&gt;Can you please tell me a bit more about where is the problem? Is the problem happening at read or write phase?&lt;/p&gt;</comment>
                            <comment id="15073" author="shadow" created="Wed, 25 May 2011 22:36:43 +0000"  >&lt;p&gt;i think on both.&lt;/p&gt;

&lt;p&gt;without extra changes in obdfilter-survey,&lt;br/&gt;
obdecho uses a obd_brw() call to read or to write a data to the obdfilter device.&lt;br/&gt;
but after landing R/O cache obd_preprw don&apos;t want to have allocated pages from TLS, and allocated pages himself. So pointers to pages submitted by obdecho is replaced by allocated in obd_preprw and none data copped to obdecho module.&lt;br/&gt;
in that case obdecho see a poisoned buffer&lt;br/&gt;
LustreError: 19113:0:(debug.c:119:block_debug_check()) test_brw: id 0x2 offset 1040384 end id: 0xdeadbeef00c0ffee != 0x2&lt;br/&gt;
instead of data from write phase.&lt;/p&gt;

&lt;p&gt;that can be fixed by two ways.&lt;br/&gt;
one way is adding a special parameter in lctl test_brw command to tell obdecho uses obd_preprw + obd_commitrw instead of obd_brw().&lt;br/&gt;
second way to add a extra check in obdecho module &quot;is lower device is obdfilter&quot; and force to use a obd_preprw + obd_commitrw in that case.&lt;/p&gt;

&lt;p&gt;My submitted fix implement a both of them.&lt;/p&gt;

&lt;p&gt;Jay it&apos;s enough ?&lt;/p&gt;</comment>
                            <comment id="15074" author="jay" created="Wed, 25 May 2011 23:05:45 +0000"  >&lt;p&gt;Indeed.&lt;/p&gt;

&lt;p&gt;It seems filter_brw() won&apos;t work at all, because the page pointer will be cleared by filter_preprw anyway. It seems more reasonable to me to fix this problem by revising filter_preprw(). What do you think?&lt;/p&gt;</comment>
                            <comment id="15075" author="shadow" created="Wed, 25 May 2011 23:12:40 +0000"  >&lt;p&gt;if you will be fix filter_preprw to use a pages from obdecho you will stop to use a zero-copy feature in mdraid because it is need to have mapping with special flag.&lt;/p&gt;

&lt;p&gt;so - i think better to force obdecho to use existent code (obd_preprw + obd_commitrw) for obdfilter, it 3 lines fix in obdecho.&lt;/p&gt;


&lt;p&gt;        /** obdfilter don&apos;t supported obd_brw now, simulate via prep_commit */&lt;br/&gt;
        test_mode = (long)data-&amp;gt;ioc_pbuf1;&lt;br/&gt;
        if (ed-&amp;gt;ed_next == NULL) &lt;/p&gt;
{
                test_mode = 3;
                data-&amp;gt;ioc_plen1 = data-&amp;gt;ioc_count;
        }

&lt;p&gt;        switch(test_mode) {&lt;/p&gt;


&lt;p&gt;or you need to force obdfilter-survey to use a &apos;p&apos; flag in case &apos;disk&apos;.&lt;/p&gt;

&lt;p&gt;+# obdfilter need to use prep+commit mode&lt;br/&gt;
+# osc need to use kbrw mode&lt;br/&gt;
+testcase2mode() &lt;/p&gt;
{
+    case $case in
+    disk) echo &quot;p$1&quot;;;
+    *) echo &quot;g&quot;;;
+    esac
+}


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;test_brw $count `testname2type $test` q $pages ${thr_per_obj}t${first_obj} &amp;amp;&quot;&lt;br/&gt;
+                        test_brw $count `testname2type $test` q $pages ${thr_per_obj}t${first_obj} `testcase2mode $pages` &amp;amp;&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;so you will have same behavior without touch any lines in code.&lt;/p&gt;</comment>
                            <comment id="15076" author="jay" created="Wed, 25 May 2011 23:27:51 +0000"  >&lt;p&gt;In that case, let&apos;s return an error code in filter_brw() so that we won&apos;t be confused by it again.&lt;/p&gt;</comment>
                            <comment id="15077" author="shadow" created="Wed, 25 May 2011 23:37:38 +0000"  >&lt;p&gt;just killl that method and obd_brw will return ENOSUPP.&lt;/p&gt;</comment>
                            <comment id="19773" author="pjones" created="Tue, 30 Aug 2011 13:41:14 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,598&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,598&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="33263" author="hudson" created="Mon, 2 Apr 2012 08:00:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; x86_64,client,sles11,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33264" author="hudson" created="Mon, 2 Apr 2012 08:03:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; x86_64,client,el5,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33265" author="hudson" created="Mon, 2 Apr 2012 08:06:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; x86_64,client,el6,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33267" author="hudson" created="Mon, 2 Apr 2012 08:06:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; i686,server,el5,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33268" author="hudson" created="Mon, 2 Apr 2012 08:08:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; i686,client,el6,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33269" author="hudson" created="Mon, 2 Apr 2012 08:17:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; x86_64,server,el5,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33270" author="hudson" created="Mon, 2 Apr 2012 08:19:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; i686,client,el5,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33271" author="hudson" created="Mon, 2 Apr 2012 08:28:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; x86_64,server,el6,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33272" author="hudson" created="Mon, 2 Apr 2012 08:31:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://iu-build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://iu-build.whamcloud.com/job/lustre-reviews/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/4630/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; i686,server,el6,inkernel #4630&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision f9b01623ff16b17eae22ee5eebb1838a21ef846a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
alexander_boyko : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f9b01623ff16b17eae22ee5eebb1838a21ef846a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f9b01623ff16b17eae22ee5eebb1838a21ef846a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33705" author="hudson" created="Fri, 6 Apr 2012 04:13: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33709" author="hudson" created="Fri, 6 Apr 2012 04:24:59 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33713" author="hudson" created="Fri, 6 Apr 2012 04: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=i686,build_type=server,distro=el5,ib_stack=ofa/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33717" author="hudson" created="Fri, 6 Apr 2012 04:29: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=x86_64,build_type=server,distro=el6,ib_stack=ofa/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33722" author="hudson" created="Fri, 6 Apr 2012 04:35:23 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33726" author="hudson" created="Fri, 6 Apr 2012 04:37:56 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33730" author="hudson" created="Fri, 6 Apr 2012 04:40:25 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33734" author="hudson" created="Fri, 6 Apr 2012 04:49:02 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33738" author="hudson" created="Fri, 6 Apr 2012 04:49: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33742" author="hudson" created="Fri, 6 Apr 2012 04:50: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-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33746" author="hudson" created="Fri, 6 Apr 2012 04:56:47 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33750" author="hudson" created="Fri, 6 Apr 2012 04:59:33 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33754" author="hudson" created="Fri, 6 Apr 2012 05:01: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=server,distro=el6,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33758" author="hudson" created="Fri, 6 Apr 2012 05:02: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=el5,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33763" author="hudson" created="Fri, 6 Apr 2012 05:09:07 +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/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33767" author="hudson" created="Fri, 6 Apr 2012 05:19: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=i686,build_type=client,distro=el6,ib_stack=ofa/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33772" author="hudson" created="Fri, 6 Apr 2012 05:31: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=i686,build_type=client,distro=el6,ib_stack=inkernel/477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #477&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33791" author="pjones" created="Fri, 6 Apr 2012 10:09:35 +0000"  >&lt;p&gt;Landed for 2.3&lt;/p&gt;</comment>
                            <comment id="36173" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36470" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36767" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37065" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37362" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37660" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37957" 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-352&quot; title=&quot;obdecho don&amp;#39;t work with verify mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-352&quot;&gt;&lt;del&gt;LU-352&lt;/del&gt;&lt;/a&gt; obdfilter: fix obdfilter-survey to work on verify mode. (Revision c13874ddf2b5a27bcac79b1db10cf426f487613c)&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=c13874ddf2b5a27bcac79b1db10cf426f487613c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c13874ddf2b5a27bcac79b1db10cf426f487613c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_internal.h&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdecho/echo_client.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/obdfilter-survey.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38729" author="tappro" created="Mon, 14 May 2012 11:19:53 +0000"  >&lt;p&gt;Landing this patch breaks obdfilter-survey, interesting that while patch testing the obfilter-survey wasn&apos;t ran even. Check Maloo results before landing and after. Test 1c exit with error, test 2a stop working as well:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/7a782004-81ed-11e1-aa68-525400d2bfa6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/7a782004-81ed-11e1-aa68-525400d2bfa6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ve created &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1400&quot; title=&quot;obdfilter-survey test_1c failed but still green in report&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1400&quot;&gt;&lt;del&gt;LU-1400&lt;/del&gt;&lt;/a&gt; ticket for that already and today find out that this started when current patch was landed.&lt;/p&gt;</comment>
                            <comment id="38731" author="tappro" created="Mon, 14 May 2012 11:20:31 +0000"  >&lt;p&gt;obdfilter-survey doesn&apos;t work well with patch landed&lt;/p&gt;</comment>
                            <comment id="43689" author="pjones" created="Thu, 23 Aug 2012 10:10:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1400&quot; title=&quot;obdfilter-survey test_1c failed but still green in report&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1400&quot;&gt;&lt;del&gt;LU-1400&lt;/del&gt;&lt;/a&gt; has now landed so I think that this ticket can be resolved again&lt;/p&gt;</comment>
                            <comment id="48095" author="nrutman" created="Tue, 20 Nov 2012 13:25:29 +0000"  >&lt;p&gt;Xyratex &lt;a href=&quot;http://jira-nss.xy01.xyratex.com:8080/browse/MRP-131&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MRP-131&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="14409">LU-1400</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzv6xr:</customfieldvalue>

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