<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:35 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-394] LND failure casued by discontiguous KIOV pages</title>
                <link>https://jira.whamcloud.com/browse/LU-394</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Cray&apos;s gnilnd is running into a hole in kiov list in Lustre 2.1:&lt;/p&gt;

&lt;p&gt;LustreError: 17837:0:(gnilnd_cb.c:594:kgnilnd_setup_phys_buffer()) Can&apos;t make payload&lt;br/&gt;
contiguous in I/O VM:page 17, offset 0, nob 6350, kiov_offset 0 kiov_len 2254&lt;br/&gt;
LustreError: 17837:0:(gnilnd_cb.c:1751:kgnilnd_send()) unable to setup buffer: -22&lt;/p&gt;

&lt;p&gt;It used to be that only the first and last page in an IOV were allowed &lt;br/&gt;
to be of a offset + length &amp;lt; PAGE_SIZE.&lt;/p&gt;

&lt;p&gt;It doesn&apos;t have this problem with 1.8 client and 2.1 server.&lt;/p&gt;

&lt;p&gt;This problem can be reproduced by &quot;fsx-linux -WR -dn -N 10000 junkfile&quot;.&lt;/p&gt;

&lt;p&gt;The osc_brw() is never called and the unfragmented pages logic is not exercised in 2.1&lt;/p&gt;

</description>
                <environment></environment>
        <key id="11114">LU-394</key>
            <summary>LND failure casued by discontiguous KIOV pages</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="jay">Jinshan Xiong</assignee>
                                    <reporter username="wang">Wally Wang</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Jun 2011 13:50:50 +0000</created>
                <updated>Tue, 26 Jul 2011 21:04:06 +0000</updated>
                            <resolved>Tue, 26 Jul 2011 12:11:30 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="15649" author="green" created="Mon, 6 Jun 2011 17:22:47 +0000"  >&lt;p&gt;The partial pages in the middle of a transfer is strange indeed and should not be happening.&lt;br/&gt;
I am not sure I understand your obd_brw reference, it&apos;s only used for obdecho in both 1.8 and 2.1, 1.8 also uses it for prefetching partially overwritten pages and in lloop.&lt;/p&gt;

&lt;p&gt;Teh diagnostic printed is somewhat strange. For a page 17 with offset 0 there is no wat nob could be 6350, that&apos;s bigger than 4096 that could fit into a page and there is an assertion in osc that enforces that.&lt;/p&gt;

&lt;p&gt;Can you obtain a fuller list of what sort of IOV was passed in? I&apos;ll try to run fsx with some extra debug locally soon, but I think existing LNDs would fail very similarly if such partial pages were ever sent through them.&lt;/p&gt;</comment>
                            <comment id="15742" author="wang" created="Tue, 7 Jun 2011 00:28:10 +0000"  >&lt;p&gt;Attached is the client debug log.&lt;/p&gt;

&lt;p&gt;I added a CDEBUG at the end of ptlrpc_add_bulk_page() &amp;lt;marked by ww -&quot;&amp;gt; and also &quot;turned on&quot; the CDEBUB&amp;lt;put page..&amp;gt; in osc_build_req() for more information.&lt;/p&gt;

&lt;p&gt;Ignore the osc_brw comment where I thought used to be the place for unframenting the list.&lt;/p&gt;</comment>
                            <comment id="15748" author="green" created="Tue, 7 Jun 2011 02:54:42 +0000"  >&lt;p&gt;Ok, I reviewed the log and I do see a problem of sorts.&lt;/p&gt;

&lt;p&gt;Basically we have setup like this:&lt;br/&gt;
pages 0, 1, 40...46, 49 that are fully populated. Page 47 that is not.&lt;/p&gt;

&lt;p&gt;Now since there is page 49 already, that means either truncate failed to chop it off or the page 47 was not extended like it should have been.&lt;/p&gt;

&lt;p&gt;Digging a bit more into the log I see there is a &quot;seek&quot; between page 47 write and page 49 write, so it seems to be the case of ap_make_ready not extending the (now middle) page 47 to the end of the page boundary.&lt;/p&gt;</comment>
                            <comment id="15749" author="green" created="Tue, 7 Jun 2011 02:55:56 +0000"  >&lt;p&gt;Jinshan, please see my previous comment.&lt;br/&gt;
It seems we have a case of clio code not extending written pages to page boundary somewhere&lt;/p&gt;</comment>
                            <comment id="15848" author="jay" created="Tue, 7 Jun 2011 16:10:29 +0000"  >&lt;p&gt;When it was writing page #49, it ran out of quota, so a sync write was issued and triggered cached pages to be written as well. Since page # 49 is a sync write, it won&apos;t update the file size until the write succeeds, so that in ap_refresh_count() of page # 47, it didn;t return full page size - this is all right.&lt;/p&gt;

&lt;p&gt;The problem is that we cannot combine cached partial pages with sync page in one RPC. For example, in this bug as what we have seen, we shouldn&apos;t issue page #47 and #49 in the same RPC. Otherwise, we don&apos;t know what&apos;s the exact kms in case the write of page #49 fails.&lt;/p&gt;

&lt;p&gt;I realize there is one more issue with quota at ost side, where in filter_commitrw_write():&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ((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;it checks if the page is written in sync, otherwise ignore_quota is set. This means we cannot mix SYNC and ASYNC pages.&lt;/p&gt;

&lt;p&gt;I&apos;ve got another idea to fix this issue: check the OBD_BRW_SYNC flag in osc_send_oap_rpc() and do not mix sync and async pages.&lt;/p&gt;</comment>
                            <comment id="15852" author="jay" created="Tue, 7 Jun 2011 18:35:23 +0000"  >&lt;p&gt;Hi Wally,&lt;/p&gt;

&lt;p&gt;Can you please try patch: &lt;a href=&quot;http://review.whamcloud.com/911&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/911&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="15861" author="wang" created="Tue, 7 Jun 2011 20:16:42 +0000"  >&lt;p&gt;Hit assertion soon after client mount:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt;LustreError: 3606:0:(osc_request.c:2586:osc_send_oap_rpc()) ASSERTION(ergo(grant, oap-&amp;gt;oap_cmd == OBD_BRW_WRITE)) failed&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt;LustreError: 3606:0:(osc_request.c:2586:osc_send_oap_rpc()) LBUG&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt;Pid: 3606, comm: xtnhc&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt;Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810072a9&amp;gt;&amp;#93;&lt;/span&gt; try_stack_unwind+0x149/0x190&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81005c80&amp;gt;&amp;#93;&lt;/span&gt; dump_trace+0x90/0x300&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa012f802&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x52/0x80 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa012fd71&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x71/0xe0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa013b671&amp;gt;&amp;#93;&lt;/span&gt; libcfs_assertion_failed+0x61/0x70 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04ddc3e&amp;gt;&amp;#93;&lt;/span&gt; osc_send_oap_rpc+0x62e/0x1d80 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04df65e&amp;gt;&amp;#93;&lt;/span&gt; osc_check_rpcs+0x2ce/0x470 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04f0b20&amp;gt;&amp;#93;&lt;/span&gt; osc_io_submit+0x220/0x4d0 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa02306e8&amp;gt;&amp;#93;&lt;/span&gt; cl_io_submit_rw+0x78/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05517c4&amp;gt;&amp;#93;&lt;/span&gt; lov_io_submit+0x254/0xb40 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa02306e8&amp;gt;&amp;#93;&lt;/span&gt; cl_io_submit_rw+0x78/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05c1ca4&amp;gt;&amp;#93;&lt;/span&gt; ll_writepage+0x2c4/0x480 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a68a2&amp;gt;&amp;#93;&lt;/span&gt; __writepage+0x12/0x50&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a6fe7&amp;gt;&amp;#93;&lt;/span&gt; write_cache_pages+0x227/0x460&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a723f&amp;gt;&amp;#93;&lt;/span&gt; generic_writepages+0x1f/0x30&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a726c&amp;gt;&amp;#93;&lt;/span&gt; do_writepages+0x1c/0x40&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8109f200&amp;gt;&amp;#93;&lt;/span&gt; __filemap_fdatawrite_range+0x50/0x60&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8109f262&amp;gt;&amp;#93;&lt;/span&gt; filemap_write_and_wait_range+0x52/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fcc56&amp;gt;&amp;#93;&lt;/span&gt; vfs_fsync_range+0x76/0xd0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fcd18&amp;gt;&amp;#93;&lt;/span&gt; vfs_fsync+0x18/0x20&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fcd59&amp;gt;&amp;#93;&lt;/span&gt; do_fsync+0x39/0x60&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fcdab&amp;gt;&amp;#93;&lt;/span&gt; sys_fsync+0xb/0x10&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8100272b&amp;gt;&amp;#93;&lt;/span&gt; system_call_fastpath+0x16/0x1b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2011-06-07 19:01:09&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c1s7n3&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00007ffff78f9e60&amp;gt;&amp;#93;&lt;/span&gt; 0x7ffff78f9e60&lt;/p&gt;</comment>
                            <comment id="15893" author="jay" created="Wed, 8 Jun 2011 14:38:16 +0000"  >&lt;p&gt;my fault. I pushed another on &lt;a href=&quot;http://review.whamcloud.com/911&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/911&lt;/a&gt;, please try it again.&lt;/p&gt;</comment>
                            <comment id="15986" author="wang" created="Thu, 9 Jun 2011 20:18:08 +0000"  >&lt;p&gt;It works fine now with the patch.&lt;/p&gt;</comment>
                            <comment id="16750" author="pjones" created="Wed, 22 Jun 2011 09:48:30 +0000"  >&lt;p&gt;For the record, the patch has been updated since Cray confirmed that it worked. Cray will re-test to confirm that the latest version still works.&lt;/p&gt;</comment>
                            <comment id="16819" author="jay" created="Wed, 22 Jun 2011 22:55:30 +0000"  >&lt;p&gt;Hi Wally,&lt;/p&gt;

&lt;p&gt;Can you please repull the patch and do the test again?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jinshan&lt;/p&gt;</comment>
                            <comment id="16854" author="wang" created="Thu, 23 Jun 2011 13:58:15 +0000"  >&lt;p&gt;Will test patch set 6 tonight. I tested the patch set 5 and got LBUG:&lt;/p&gt;

&lt;p&gt; c0-0c1s6n3 LustreError: 3680:0:(osc_request.c:2593:osc_send_oap_rpc()) Uncontiguous: max_off:278528off:0, cnt:1576&lt;br/&gt;
 c0-0c1s6n3 LustreError: 3680:0:(osc_request.c:2594:osc_send_oap_rpc()) ASSERTION(0) failed&lt;br/&gt;
 c0-0c1s6n3 LustreError: 3680:0:(osc_request.c:2594:osc_send_oap_rpc()) LBUG&lt;br/&gt;
 c0-0c1s6n3 Pid: 3680, comm: fsx-linux-aio&lt;br/&gt;
 c0-0c1s6n3 Call Trace:&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810072a9&amp;gt;&amp;#93;&lt;/span&gt; try_stack_unwind+0x149/0x190&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81005c80&amp;gt;&amp;#93;&lt;/span&gt; dump_trace+0x90/0x300&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa01318b2&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x52/0x80 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0131e21&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x71/0xe0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa013d7b1&amp;gt;&amp;#93;&lt;/span&gt; libcfs_assertion_failed+0x61/0x70 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04de5a9&amp;gt;&amp;#93;&lt;/span&gt; osc_send_oap_rpc+0x649/0x1d30 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04dff66&amp;gt;&amp;#93;&lt;/span&gt; osc_check_rpcs+0x2d6/0x470 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa04f1a10&amp;gt;&amp;#93;&lt;/span&gt; osc_io_submit+0x220/0x4d0 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0232f78&amp;gt;&amp;#93;&lt;/span&gt; cl_io_submit_rw+0x78/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05516e4&amp;gt;&amp;#93;&lt;/span&gt; lov_io_submit+0x254/0xb40 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0232f78&amp;gt;&amp;#93;&lt;/span&gt; cl_io_submit_rw+0x78/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa02356ea&amp;gt;&amp;#93;&lt;/span&gt; cl_io_submit_sync+0x9a/0x1c0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05e915f&amp;gt;&amp;#93;&lt;/span&gt; vvp_page_sync_io+0x6f/0x120 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05e96c5&amp;gt;&amp;#93;&lt;/span&gt; vvp_io_commit_write+0x4b5/0x510 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0235c5d&amp;gt;&amp;#93;&lt;/span&gt; cl_io_commit_write+0xad/0x1f0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05c095e&amp;gt;&amp;#93;&lt;/span&gt; ll_commit_write+0x10e/0x290 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05d886c&amp;gt;&amp;#93;&lt;/span&gt; ll_write_end+0x2c/0x60 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a28a1&amp;gt;&amp;#93;&lt;/span&gt; generic_file_buffered_write+0x171/0x280&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a36e1&amp;gt;&amp;#93;&lt;/span&gt; __generic_file_aio_write+0x251/0x450&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810a393d&amp;gt;&amp;#93;&lt;/span&gt; generic_file_aio_write+0x5d/0xc0&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05e9e15&amp;gt;&amp;#93;&lt;/span&gt; vvp_io_write_start+0x95/0x250 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa023323a&amp;gt;&amp;#93;&lt;/span&gt; cl_io_start+0x6a/0x150 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0237003&amp;gt;&amp;#93;&lt;/span&gt; cl_io_loop+0x123/0x1e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0592fa3&amp;gt;&amp;#93;&lt;/span&gt; ll_file_io_generic+0x3d3/0x4d0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa05932b8&amp;gt;&amp;#93;&lt;/span&gt; ll_file_aio_write+0x218/0x310 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81112f0c&amp;gt;&amp;#93;&lt;/span&gt; aio_rw_vect_retry+0x7c/0x1e0&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81114802&amp;gt;&amp;#93;&lt;/span&gt; aio_run_iocb+0x72/0x170&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81115312&amp;gt;&amp;#93;&lt;/span&gt; sys_io_submit+0x302/0x700&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8100272b&amp;gt;&amp;#93;&lt;/span&gt; system_call_fastpath+0x16/0x1b&lt;br/&gt;
 c0-0c1s6n3 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;0000000000402957&amp;gt;&amp;#93;&lt;/span&gt; 0x402957&lt;br/&gt;
 c0-0c1s6n3 Kernel panic - not syncing: LBUG&lt;/p&gt;
</comment>
                            <comment id="16878" author="jay" created="Thu, 23 Jun 2011 17:43:53 +0000"  >&lt;p&gt;Hi Wally, please try patch set 7, thanks.&lt;/p&gt;</comment>
                            <comment id="16907" author="wang" created="Fri, 24 Jun 2011 01:30:26 +0000"  >&lt;p&gt;Patch set 7 works. Thanks!&lt;/p&gt;</comment>
                            <comment id="17582" author="pjones" created="Mon, 11 Jul 2011 11:29:33 +0000"  >&lt;p&gt;Dropping priority to remove from 2.1 blockers list. It is being tracked as blocker under LU437&lt;/p&gt;</comment>
                            <comment id="17938" author="wang" created="Fri, 15 Jul 2011 18:59:56 +0000"  >&lt;p&gt;I just tried patchset 14 and the problem is reoccurring:&lt;/p&gt;

&lt;p&gt;2011-07-15T17:52:24.194477-05:00 c0-0c1s5n2 LNetError: 22816:0:(gnilnd_cb.c:594:kgnilnd_setup_phys_buffer()) Can&apos;t make payload contiguous in I/O VM:page 17, offset 0, nob 6350, kiov_offset 0 kiov_len 2254 &lt;/p&gt;</comment>
                            <comment id="17940" author="jay" created="Sat, 16 Jul 2011 01:57:50 +0000"  >&lt;p&gt;Hi Wally,&lt;/p&gt;

&lt;p&gt;Patch set 14 is supposed to catch this kind of error in osc layer, but unfortunately there was an defect in the patch. Can you please try patch set 15 and collect log for me when you hit the bug again?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;</comment>
                            <comment id="17959" author="wang" created="Mon, 18 Jul 2011 17:36:42 +0000"  >&lt;p&gt;debug log is attached, the ost console shows:&lt;/p&gt;

&lt;p&gt;2011-07-18T15:15:28.004617-05:00 c0-0c1s5n2 LNetError: 15810:0:(gnilnd_cb.c:594:kgnilnd_setup_phys_buffer()) Can&apos;t make payload contiguous in I/O VM:page 17, offset 0, nob 6350, kiov_offset 0 kiov_len 2254 &lt;br/&gt;
2011-07-18T15:15:28.004650-05:00 c0-0c1s5n2 LNetError: 15810:0:(gnilnd_cb.c:1751:kgnilnd_send()) unable to setup buffer: -22&lt;/p&gt;</comment>
                            <comment id="17960" author="jay" created="Mon, 18 Jul 2011 20:25:10 +0000"  >&lt;p&gt;From the log, it looks like the last page(index 49) was still added to the request. Are you sure you&apos;re using the correct patch? Can you please run the test case sanity:219 to check if it works?&lt;/p&gt;

&lt;p&gt;I&apos;m going to provide you a new patch with more debug info.&lt;/p&gt;</comment>
                            <comment id="17987" author="wang" created="Tue, 19 Jul 2011 17:07:00 +0000"  >&lt;p&gt;Sorry, it actually works.&lt;/p&gt;

&lt;p&gt;I must have mis-labeled the image. After a total rebuild/install, it all works fine.&lt;/p&gt;</comment>
                            <comment id="18227" author="hudson" created="Tue, 26 Jul 2011 12:06:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18229" author="pjones" created="Tue, 26 Jul 2011 12:11:30 +0000"  >&lt;p&gt;Landed for 2.1&lt;/p&gt;</comment>
                            <comment id="18230" author="hudson" created="Tue, 26 Jul 2011 12:12: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=client,distro=el5,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18231" author="hudson" created="Tue, 26 Jul 2011 12:17:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18232" author="hudson" created="Tue, 26 Jul 2011 12:19: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-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18233" author="hudson" created="Tue, 26 Jul 2011 12:24:11 +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/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&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;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18234" author="hudson" created="Tue, 26 Jul 2011 12:33:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18236" author="hudson" created="Tue, 26 Jul 2011 12:39:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18238" author="hudson" created="Tue, 26 Jul 2011 13:30:21 +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/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18239" author="hudson" created="Tue, 26 Jul 2011 13:32:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18241" author="hudson" created="Tue, 26 Jul 2011 13:36:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18242" author="hudson" created="Tue, 26 Jul 2011 13:46:10 +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/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18243" author="hudson" created="Tue, 26 Jul 2011 13:46:28 +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/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18248" author="hudson" created="Tue, 26 Jul 2011 14:03: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-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&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;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18249" author="hudson" created="Tue, 26 Jul 2011 14:04:51 +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/228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #228&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=419016ac3e53e798453106ec04412a4843620916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;419016ac3e53e798453106ec04412a4843620916&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_page.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_io.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_object.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_page.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18282" author="hudson" created="Tue, 26 Jul 2011 20:11: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18283" author="hudson" created="Tue, 26 Jul 2011 20:17:11 +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/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18284" author="hudson" created="Tue, 26 Jul 2011 20:19: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18285" author="hudson" created="Tue, 26 Jul 2011 20:21:27 +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/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18286" author="hudson" created="Tue, 26 Jul 2011 20:22: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=el6,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18287" author="hudson" created="Tue, 26 Jul 2011 20:23:58 +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/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18288" author="hudson" created="Tue, 26 Jul 2011 20:30:10 +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/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18289" author="hudson" created="Tue, 26 Jul 2011 20:34:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18290" author="hudson" created="Tue, 26 Jul 2011 20:34:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18291" author="hudson" created="Tue, 26 Jul 2011 20:36:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18292" author="hudson" created="Tue, 26 Jul 2011 20:37: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=client,distro=ubuntu1004,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18294" author="hudson" created="Tue, 26 Jul 2011 20:46:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18296" author="hudson" created="Tue, 26 Jul 2011 20:56:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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="18297" author="hudson" created="Tue, 26 Jul 2011 21:04: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=el5,ib_stack=inkernel/230/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #230&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-394&quot; title=&quot;LND failure casued by discontiguous KIOV pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-394&quot;&gt;&lt;del&gt;LU-394&lt;/del&gt;&lt;/a&gt;: LND failure casued by discontiguous KIOV&lt;/p&gt;

&lt;p&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=0cdae78b8751fee4f9da67750ffda488d6ea2638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0cdae78b8751fee4f9da67750ffda488d6ea2638&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>
                            <attachment id="10241" name="c38.dk.lu394" size="6316614" author="wang" created="Tue, 7 Jun 2011 00:28:10 +0000"/>
                            <attachment id="10310" name="nid0037.dk" size="739138" author="wang" created="Mon, 18 Jul 2011 17:36:42 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8p3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4943</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10021"><![CDATA[2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>