<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:06 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-651] Strange error message &quot;is it ok to have flags 0x... and 0x... in the same brw?&quot;</title>
                <link>https://jira.whamcloud.com/browse/LU-651</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We often face the very weird message &quot;is it ok to have flags 0x... and 0x... in the same brw?&quot;.&lt;br/&gt;
It seems this message is not a real issue, the system seems stable. So, this is not a CERROR().&lt;/p&gt;

&lt;p&gt;This message has no meaning for any Lustre administrators, only for Lustre developpers.&lt;br/&gt;
As Lustre has a long history of having un-understandable error messages, it could be nice to do something better here.&lt;br/&gt;
(lustre/osc/osc_request.c:can_merge_pages())&lt;/p&gt;</description>
                <environment></environment>
        <key id="11632">LU-651</key>
            <summary>Strange error message &quot;is it ok to have flags 0x... and 0x... in the same brw?&quot;</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="adegremont">Aurelien Degremont</reporter>
                        <labels>
                    </labels>
                <created>Wed, 31 Aug 2011 04:07:47 +0000</created>
                <updated>Sun, 8 Apr 2012 15:11:31 +0000</updated>
                            <resolved>Mon, 12 Dec 2011 12:55:54 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="19789" author="johann" created="Wed, 31 Aug 2011 05:38:45 +0000"  >&lt;p&gt;There are some flags which should not be mixed in the same BRW. Could you please give us some samples of the flag mismatch you see in the logs?&lt;/p&gt;</comment>
                            <comment id="19793" author="adegremont" created="Wed, 31 Aug 2011 07:20:19 +0000"  >&lt;p&gt;We always have &quot;0x520&quot; and &quot;0x420&quot;.&lt;/p&gt;</comment>
                            <comment id="19795" author="pjones" created="Wed, 31 Aug 2011 08:32:08 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;Could you please comment on this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="19811" author="bobijam" created="Wed, 31 Aug 2011 20:56:45 +0000"  >&lt;p&gt;I think we need lower this message level.&lt;/p&gt;</comment>
                            <comment id="19886" author="bobijam" created="Fri, 2 Sep 2011 04:24:26 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1328&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1328&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23177" author="pjones" created="Mon, 21 Nov 2011 00:03:07 +0000"  >&lt;p&gt;Question asked by Oleg on gerrit &quot;Well, are we sure we only want to print this warning once. I mean then the visibility of it is greatly reduced if it happpens, and it should not happen even once, so if it does happen we want to know and people to report it.&quot;&lt;/p&gt;</comment>
                            <comment id="23178" author="green" created="Mon, 21 Nov 2011 00:04:19 +0000"  >&lt;p&gt;Bobi, can you please go and see if these particular flags could in fact be mixed and if so, just update the safe mask in can_merge_pages?&lt;/p&gt;</comment>
                            <comment id="23237" author="bobijam" created="Mon, 21 Nov 2011 04:47:25 +0000"  >&lt;p&gt;0x100 is OBD_BRW_NOQUOTA, and from filter_commitrw_write() comment&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;                /* if one page is a write-back page from client cache and
                 * not from direct_io, or it&apos;s written by root, then mark
                 * the whole io request as ignore quota request, remote
                 * client can not break through quota. */
                if (exp_connect_rmtclient(exp))
                        flags &amp;amp;= ~OBD_BRW_NOQUOTA;
                if ((flags &amp;amp; OBD_BRW_NOQUOTA) ||
                    (flags &amp;amp; (OBD_BRW_FROM_GRANT | OBD_BRW_SYNC)) ==
                     OBD_BRW_FROM_GRANT)
                        iobuf-&amp;gt;dr_ignore_quota = 1;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;so adjacent pages disaccording with OBD_BRW_NOQUOTA flag can not be merged.&lt;/p&gt;</comment>
                            <comment id="23244" author="green" created="Mon, 21 Nov 2011 05:56:00 +0000"  >&lt;p&gt;Then this needs to be fixed properly so that such pages are not attempted to be merged&lt;/p&gt;</comment>
                            <comment id="23271" author="morrone" created="Mon, 21 Nov 2011 18:45:20 +0000"  >&lt;p&gt;As I commented in the gerrit ticket, even if we want a message of some kind, the current message is not acceptable.  Asking a question &quot;is this ok?&quot; on the console is NOT ok.  We need to make a clear statement that an admin will be able to handle.  Perhaps something like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Saw flags X and Y in the same brw: please report this to the Lustre developers.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                            <comment id="23610" author="morrone" created="Thu, 1 Dec 2011 18:23:13 +0000"  >&lt;p&gt;How bad is the quota accounting going to get with the &lt;a href=&quot;http://review.whamcloud.com/1328&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1328&lt;/a&gt; patch?&lt;/p&gt;

&lt;p&gt;Is it roughly comparable?  Is it going to be noticeably worse? &lt;/p&gt;</comment>
                            <comment id="23705" author="niu" created="Tue, 6 Dec 2011 00:43:32 +0000"  >&lt;blockquote&gt;
&lt;p&gt;How bad is the quota accounting going to get with the &lt;a href=&quot;http://review.whamcloud.com/1328&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1328&lt;/a&gt; patch?&lt;/p&gt;

&lt;p&gt;Is it roughly comparable? Is it going to be noticeably worse?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The OBD_BRW_NOQUOTA is applied to the pages written by superuser who can ignore quota limits, but this patch only changes error messages, so it doesn&apos;t affect the quota accounting.&lt;/p&gt;</comment>
                            <comment id="23712" author="green" created="Tue, 6 Dec 2011 08:33:09 +0000"  >&lt;p&gt;Right, the patch does not change the accounting.&lt;/p&gt;

&lt;p&gt;I wonder if current code leads to incorrect quota accounting anyway?&lt;/p&gt;

&lt;p&gt;For the case of both root and some user writing to the same file, depending on who got the first offset, the entire BRW will be quota-enforced (based on the first page flags) and potentially root&apos;s write might be lost OR not quota-enforced and then user&apos;s write that should fail will not fail.&lt;/p&gt;

&lt;p&gt;Is this really ok?&lt;/p&gt;</comment>
                            <comment id="23728" author="niu" created="Tue, 6 Dec 2011 09:39:40 +0000"  >&lt;blockquote&gt;
&lt;p&gt;I wonder if current code leads to incorrect quota accounting anyway?&lt;/p&gt;

&lt;p&gt;For the case of both root and some user writing to the same file, depending on who got the first offset, the entire BRW will be quota-enforced (based on the first page flags) and potentially root&apos;s write might be lost OR not quota-enforced and then user&apos;s write that should fail will not fail.&lt;/p&gt;

&lt;p&gt;Is this really ok?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Our currenty implementaion is that the whole BRW request will ignore quota if it has one ignore quota page, so if there is a page is from root or from cached write (cached data has to be written back not matter if it&apos;ll exceed quota), the whole BRW request will bypass quota enforcement, so root&apos;s write will not be lost but normal user&apos;s write could exceed quota limit in such case.&lt;/p&gt;

&lt;p&gt;Whenever server realize some uid/gid has exceeded quota limit, it&apos;ll notify the client to enter sync write mode for normal users, that&apos;ll decrease the probability of the case you mentioned.&lt;/p&gt;</comment>
                            <comment id="24097" author="hudson" created="Mon, 12 Dec 2011 12:53: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=x86_64,build_type=server,distro=el5,ib_stack=ofa/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24099" author="pjones" created="Mon, 12 Dec 2011 12:55:54 +0000"  >&lt;p&gt;Landed for 2.2. Please reopen if any more work is still required for this issue&lt;/p&gt;</comment>
                            <comment id="24101" author="hudson" created="Mon, 12 Dec 2011 12:58: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=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24102" author="hudson" created="Mon, 12 Dec 2011 12:58:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24103" author="hudson" created="Mon, 12 Dec 2011 12:59:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24105" author="hudson" created="Mon, 12 Dec 2011 13:05:03 +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/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24108" author="hudson" created="Mon, 12 Dec 2011 13:07:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24109" author="hudson" created="Mon, 12 Dec 2011 13:08:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24111" author="hudson" created="Mon, 12 Dec 2011 13:11: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=i686,build_type=server,distro=el6,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24113" author="hudson" created="Mon, 12 Dec 2011 13:14:32 +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/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24114" author="hudson" created="Mon, 12 Dec 2011 13:16: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=el6,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24115" author="hudson" created="Mon, 12 Dec 2011 13:16: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=i686,build_type=client,distro=el5,ib_stack=ofa/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24116" author="hudson" created="Mon, 12 Dec 2011 13:19:41 +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/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24123" author="hudson" created="Mon, 12 Dec 2011 13:40: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=server,distro=el5,ib_stack=inkernel/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24124" author="hudson" created="Mon, 12 Dec 2011 13:43:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #375&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 6f8e1b7c5a10862dc12265cb500803d1c19b5019)&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=6f8e1b7c5a10862dc12265cb500803d1c19b5019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f8e1b7c5a10862dc12265cb500803d1c19b5019&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33984" author="hudson" created="Sun, 8 Apr 2012 13:40: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-b2_1/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,sles11,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34007" author="hudson" created="Sun, 8 Apr 2012 13:42:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34030" author="hudson" created="Sun, 8 Apr 2012 13:44: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-b2_1/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34053" author="hudson" created="Sun, 8 Apr 2012 13:44:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34076" author="hudson" created="Sun, 8 Apr 2012 13:44:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34099" author="hudson" created="Sun, 8 Apr 2012 13:53:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34122" author="hudson" created="Sun, 8 Apr 2012 13:54:40 +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-b2_1/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34145" author="hudson" created="Sun, 8 Apr 2012 13:55: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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34168" author="hudson" created="Sun, 8 Apr 2012 13:57: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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34191" author="hudson" created="Sun, 8 Apr 2012 14:07:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34214" author="hudson" created="Sun, 8 Apr 2012 14: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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34237" author="hudson" created="Sun, 8 Apr 2012 14:17:57 +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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34260" author="hudson" created="Sun, 8 Apr 2012 14:24:32 +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-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-651&quot; title=&quot;Strange error message &amp;quot;is it ok to have flags 0x... and 0x... in the same brw?&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-651&quot;&gt;&lt;del&gt;LU-651&lt;/del&gt;&lt;/a&gt; osc: suppress message in can_merge_pages() (Revision 2ba2f5371ca95732ac44c521e7e699beaed645ac)&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/b2_1&amp;amp;a=commit&amp;amp;h=2ba2f5371ca95732ac44c521e7e699beaed645ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2ba2f5371ca95732ac44c521e7e699beaed645ac&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <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|hzv7zz:</customfieldvalue>

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