<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:22 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-163] compilebench fail on NFS v4 client</title>
                <link>https://jira.whamcloud.com/browse/LU-163</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;running compilebench on 2 NFS v4 clients, failed. this test passed on NFS v3 clients and if I use non-lustre as NFS server, it can pass too. More information can find on Maloo.&lt;/p&gt;

&lt;p&gt;test log&lt;br/&gt;
------------&lt;br/&gt;
./compilebench -D /mnt/lustre/d0.compilebench -i 2 -r 2 --makej&lt;br/&gt;
using working directory /mnt/lustre/d0.compilebench, 2 intial dirs 2 runs&lt;br/&gt;
native unpatched native-2 222MB in 224.40 seconds (0.99 MB/s)&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;./compilebench&quot;, line 567, in ?&lt;br/&gt;
    dset = dataset(options.sources, rnd)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 319, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
    self.unpatched = native_order(self.unpatched, &quot;unpatched&quot;)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 103, in native_order&lt;br/&gt;
    rmrf(dirname)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 68, in rmrf&lt;br/&gt;
    os.rmdir(os.path.join(root, name))&lt;br/&gt;
OSError: &lt;span class=&quot;error&quot;&gt;&amp;#91;Errno 39&amp;#93;&lt;/span&gt; Directory not empty: &apos;/mnt/lustre/d0.compilebench/native-2/ss&lt;br/&gt;
ound/oss&apos;&lt;br/&gt;
 parallel-scale test_compilebench: @@@@@@ FAIL: compilebench failed: 1&lt;/p&gt;</description>
                <environment></environment>
        <key id="10499">LU-163</key>
            <summary>compilebench fail on NFS v4 client</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="yong.fan">nasf</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2011 23:00:04 +0000</created>
                <updated>Tue, 14 Jun 2011 22:40:44 +0000</updated>
                            <resolved>Tue, 14 Jun 2011 22:40:44 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="11372" author="pjones" created="Fri, 25 Mar 2011 06:49:35 +0000"  >&lt;p&gt;Lai will look into this one&lt;/p&gt;</comment>
                            <comment id="11376" author="green" created="Fri, 25 Mar 2011 08:46:26 +0000"  >&lt;p&gt;A link to Maloo would be nice to have to&lt;/p&gt;</comment>
                            <comment id="11390" author="sarah" created="Fri, 25 Mar 2011 11:06:30 +0000"  >&lt;p&gt;Here is the Maloo link: &lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/6426b83a-56a4-11e0-bb3d-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/6426b83a-56a4-11e0-bb3d-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11454" author="sarah" created="Mon, 28 Mar 2011 21:15:40 +0000"  >&lt;p&gt;Besides compilebench, metabench and connectathon are also failed, not sure if they are caused by the same reason.&lt;/p&gt;</comment>
                            <comment id="11714" author="laisiyao" created="Thu, 31 Mar 2011 18:48:38 +0000"  >&lt;p&gt;I found the NFS4 on lustre can&apos;t readdir for more than 1 page, I can reproduce this issue with `ls` on a big directory. Looking into this, I found the hash value for dirent under a directory is not got in ascending order, which cause nfs4_decode_dirent() return -EBADCOOKIE.&lt;/p&gt;</comment>
                            <comment id="12847" author="laisiyao" created="Thu, 14 Apr 2011 02:49:24 +0000"  >&lt;p&gt;Linux nfsv4 implementation has below check for cookie (aka hash, or offset):&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;static __be32
nfsd4_readdir(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
              struct nfsd4_readdir *readdir)
{
        ...
        if ((cookie &amp;gt; ~(u32)0) || (cookie == 1) || (cookie == 2) ||
            (cookie == 0 &amp;amp;&amp;amp; memcmp(readdir-&amp;gt;rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE)))
                return nfserr_bad_cookie;
        ...
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If (cookie &amp;gt; ~(u32)0), it will return nfserr_bad_cookie, however lustre 2.x uses 64bit hash, so this check tend to fail.&lt;/p&gt;

&lt;p&gt;I&apos;ve checked &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-nfsv4-rfc3530bis-12#page-274&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;NFSv4 IETF&lt;/a&gt;, the size of cookie is 64bit long, I think it&apos;s a bug in Linux nfsv4 implementation.&lt;/p&gt;</comment>
                            <comment id="12884" author="yong.fan" created="Fri, 15 Apr 2011 20:59:26 +0000"  >&lt;p&gt;The issue about nfs readdir cookie exists for a long time. Before bug 20581 (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-71&quot; title=&quot;metabench failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-71&quot;&gt;&lt;del&gt;LU-71&lt;/del&gt;&lt;/a&gt;) patch landed, only 32-bit readdir hash is used, so nfs against lustre can work well. But now, for 64-bit readdir hash, nfs against Lustre cannot work. I cannot find perfect solution for that, except for some hack.&lt;/p&gt;

&lt;p&gt;1) Introduce new client-side mount options &quot;64bithash/no64bithash&quot; or similar for the client to be as nfs server. Then &quot;ll_readdir()&quot; can return 32-bit hash/offset for nfs case. But under such case, all application on such client are affected by bug 20581.&lt;/p&gt;

&lt;p&gt;2) Hack in &quot;ll_fh_to_dentry()&quot;, to set some special flags on dentry, then &quot;ll_readdir()&quot; also can distinguish nfs case. Under such case, only nfs applications are affected by bug 20581.&lt;/p&gt;

&lt;p&gt;Andreas, how do you think?&lt;/p&gt;</comment>
                            <comment id="12887" author="adilger" created="Fri, 15 Apr 2011 22:19:19 +0000"  >&lt;p&gt;There is already a mount option for NFS to export only 32-bit inode numbers. It is documented in the bugzilla bug. I don&apos;t recall what it is called, but it should be easy to find. &lt;/p&gt;</comment>
                            <comment id="12889" author="yong.fan" created="Sat, 16 Apr 2011 20:42:28 +0000"  >&lt;p&gt;You mean &quot;nfs.enable_ino64=0&quot;, right? I think it is nfs client-side parameter. We need more general nfs server side mount options to allow 32-bit application to run smoothly on 64-bit lustre client. Seems we have &quot;32bitapi&quot; mount options for that. I suggest to test nfs related cases with such option enabled.&lt;/p&gt;</comment>
                            <comment id="12891" author="adilger" created="Sun, 17 Apr 2011 13:58:57 +0000"  >&lt;p&gt;The current implementation of &quot;32bitapi&quot; is not sufficient to make NFS servers work correctly.  The problem, as discussed in bugzilla, is that the NFS kernel code has a function that is traversing a directory looking for (dirent-&amp;gt;d_ino == inode-&amp;gt;i_ino), but the dirent returned to NFS with &quot;32bitapi&quot; has a 32-bit inode number in it (as requested), but the inode internally has a 64-bit inode to avoid collision problems.  My suggestion, before we changed to using nfs.enable_ino64=0, was to add a lustre-specific directory traversal that is comparing full 128-bit FID values instead of the inode numbers.  I don&apos;t think the amount of effort is huge, but &quot;enable_ino64&quot; was even easier.&lt;/p&gt;

&lt;p&gt;If you feel that we need an NFS server-side fix for this then I think we need to write our own directory iterator.  Please see the details in bugzilla.&lt;/p&gt;</comment>
                            <comment id="12896" author="laisiyao" created="Mon, 18 Apr 2011 00:40:36 +0000"  >&lt;p&gt;Hi Sarah, could you set &apos;32bitapi&apos; in lustre client mount option, and run those failed test again?&lt;/p&gt;</comment>
                            <comment id="12910" author="sarah" created="Mon, 18 Apr 2011 10:22:41 +0000"  >&lt;p&gt;sure, will do it today.&lt;/p&gt;</comment>
                            <comment id="13000" author="sarah" created="Mon, 18 Apr 2011 23:04:04 +0000"  >&lt;p&gt;I ran compilebench with the additional option, still failed. sorry I cannot upload the result to Maloo, here is the suite log, if you need anything else, I will attach here.&lt;/p&gt;

&lt;p&gt;lustre client:&lt;br/&gt;
--------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-5-ib ~&amp;#93;&lt;/span&gt;# mount&lt;br/&gt;
/dev/sda2 on / type ext3 (rw)&lt;br/&gt;
proc on /proc type proc (rw)&lt;br/&gt;
sysfs on /sys type sysfs (rw)&lt;br/&gt;
devpts on /dev/pts type devpts (rw,gid=5,mode=620)&lt;br/&gt;
/dev/sda1 on /boot type ext3 (rw)&lt;br/&gt;
tmpfs on /dev/shm type tmpfs (rw)&lt;br/&gt;
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)&lt;br/&gt;
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)&lt;br/&gt;
192.168.4.128@o2ib:/lustre on /mnt/lustre type lustre (rw,flock,32bitapi)&lt;br/&gt;
nfsd on /proc/fs/nfsd type nfsd (rw)&lt;/p&gt;

&lt;p&gt;error log:&lt;br/&gt;
-----------------------------&lt;br/&gt;
== parallel-scale test compilebench: compilebench ===============================&lt;br/&gt;
====================== 21:09:51 (1303099791)&lt;br/&gt;
OPTIONS:&lt;br/&gt;
cbench_DIR=/usr/bin&lt;br/&gt;
cbench_IDIRS=2&lt;br/&gt;
cbench_RUNS=2&lt;br/&gt;
./compilebench -D /mnt/lustre/d0.compilebench -i 2 -r 2 --makej&lt;br/&gt;
using working directory /mnt/lustre/d0.compilebench, 2 intial dirs 2 runs&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;./compilebench&quot;, line 567, in ?&lt;br/&gt;
    dset = dataset(options.sources, rnd)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 319, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
    self.unpatched = native_order(self.unpatched, &quot;unpatched&quot;)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 97, in native_order&lt;br/&gt;
    run_directory(tmplist, dirname, &quot;native %s&quot; % tag)&lt;br/&gt;
  File &quot;./compilebench&quot;, line 225, in run_directory&lt;br/&gt;
    fp = file(fname, &apos;a+&apos;)&lt;br/&gt;
IOError: &lt;span class=&quot;error&quot;&gt;&amp;#91;Errno 2&amp;#93;&lt;/span&gt; No such file or directory: &apos;/mnt/lustre/d0.compilebench/nativv&lt;br/&gt;
e-2/COPYING&apos;&lt;br/&gt;
 parallel-scale test_compilebench: @@@@@@ FAIL: compilebench failed: 1&lt;/p&gt;</comment>
                            <comment id="13011" author="yong.fan" created="Tue, 19 Apr 2011 07:06:57 +0000"  >&lt;p&gt;You can verify with this patch (2.x based):&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,432&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,432&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And also please mount Lustre client with &quot;-o 32bitapi&quot; which is to be as NFS server. If you want to verify &quot;1.8 client + 2.x server&quot;, then also need the client-side patch:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,410&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,410&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13158" author="sarah" created="Wed, 20 Apr 2011 17:04:42 +0000"  >&lt;p&gt;I tested with the above patch with 2.1 server and clients, failed again. client-5 is the lustre client and NFS server, client-18/22 are nfs clients.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-5 ~&amp;#93;&lt;/span&gt;# mount |grep lustre&lt;br/&gt;
192.168.4.128@o2ib:/lustre on /mnt/lustre type lustre (rw,flock,32bitapi)&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-18 tests&amp;#93;&lt;/span&gt;# mount|grep lustre&lt;br/&gt;
192.168.4.5:/ on /mnt/lustre type nfs4 (rw,addr=192.168.4.5)&lt;/p&gt;

&lt;p&gt;Here is the result link:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/1bb54574-6baa-11e0-b32b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/1bb54574-6baa-11e0-b32b-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13208" author="yong.fan" created="Fri, 22 Apr 2011 02:00:45 +0000"  >&lt;p&gt;A new patch for that maybe helpful.&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,432&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,432&lt;/a&gt; (set 4)&lt;/p&gt;</comment>
                            <comment id="13227" author="yong.fan" created="Fri, 22 Apr 2011 12:06:34 +0000"  >&lt;p&gt;This is test result with above patch:&lt;br/&gt;
Lustre client mount with &quot;-o 32bitapi&quot;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/3ff06102-6d13-11e0-b32b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/3ff06102-6d13-11e0-b32b-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13342" author="sarah" created="Tue, 26 Apr 2011 15:40:02 +0000"  >&lt;p&gt;Fan Yong, &lt;br/&gt;
I verified with your patch, the compilebench can pass the test but the connectathon failed on NFS4. I also ran connectathon on NFS3 and local fs(without lustre), all pass. Could you please check this? Here is the result link&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/98c11742-7054-11e0-a1b3-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/98c11742-7054-11e0-a1b3-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13353" author="yong.fan" created="Wed, 27 Apr 2011 02:52:10 +0000"  >&lt;p&gt;Have you used &quot;-o 32bitapi&quot; on lustre client which is as the nfs4 server?&lt;br/&gt;
I have tested with &quot;-o 32bitapi&quot;, and connectathon can pass against nfs4. Unfortunately, I cannot upload the test result &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="13383" author="sarah" created="Wed, 27 Apr 2011 11:17:00 +0000"  >&lt;p&gt;it&apos;s weird, I tried again, failed again. client-5 as lustre client and nfs server, client-18/22 as nfs clients&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-5 ~&amp;#93;&lt;/span&gt;# mount|grep lustre&lt;br/&gt;
192.168.4.128@o2ib:/lustre on /mnt/lustre type lustre (rw,flock,32bitapi)&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-18 105557&amp;#93;&lt;/span&gt;# mount|grep nfs&lt;br/&gt;
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)&lt;br/&gt;
10.10.4.5:/ on /mnt/lustre type nfs4 (rw,addr=10.10.4.5)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/8d18aed2-70f9-11e0-a1b3-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/8d18aed2-70f9-11e0-a1b3-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13461" author="sarah" created="Thu, 28 Apr 2011 21:53:39 +0000"  >&lt;p&gt;here is the result of connectathon on NFS4 without patch&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/5e45d016-721c-11e0-a1b3-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/5e45d016-721c-11e0-a1b3-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13509" author="yong.fan" created="Mon, 2 May 2011 01:07:19 +0000"  >&lt;p&gt;This is my test:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/4e9b1592-7490-11e0-a1b3-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/4e9b1592-7490-11e0-a1b3-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;mds &amp;amp; oss: client-12&lt;/p&gt;

&lt;p&gt;Lustre client: client-13&lt;br/&gt;
192.168.4.12@o2ib:/lustre on /mnt/lustre type lustre (rw,32bitapi,flock)&lt;br/&gt;
nfs exports: /mnt/lustre 10.10.4.1(rw,no_root_squash,fsid=0)&lt;/p&gt;

&lt;p&gt;NFS client: client-1&lt;br/&gt;
10.10.4.13:/ on /mnt/lustre type nfs4 (rw,addr=10.10.4.13)&lt;/p&gt;

&lt;p&gt;sh auster -f sarah-nfs-nfs-client parallel-scale --only connectathon&lt;br/&gt;
Are there any different parameters in your test? &lt;/p&gt;</comment>
                            <comment id="13519" author="sarah" created="Mon, 2 May 2011 14:27:37 +0000"  >&lt;p&gt;Ah, I found the difference. I use all_squash in my exports file, it might be a lustre bug, I am not sure if it&apos;s NFS4&apos;s problem. I ran the failed command ./excltest under /mnt/lustre/d0.connectathon, got weird permission file &lt;/p&gt;

&lt;p&gt;-rwxr-xr-x 1 sanityusr sanityusr  7997 May  2 13:13 excltest&lt;br/&gt;
---------- 1 sanityusr sanityusr     0 Feb 13  1970 exctest.file&lt;/p&gt;

&lt;p&gt;my /etc/exports:&lt;br/&gt;
/mnt/lustre     *(fsid=0,rw,all_squash,anonuid=500,anongid=500)&lt;/p&gt;</comment>
                            <comment id="13540" author="yong.fan" created="Tue, 3 May 2011 06:06:43 +0000"  >&lt;p&gt;You found a new bug! It is related with open permission check, but not related with 64/32-bit dir hash. Please open a new ticket and assign to me. Thanks!&lt;/p&gt;</comment>
                            <comment id="13721" author="sarah" created="Thu, 5 May 2011 00:24:19 +0000"  >&lt;p&gt;Hi Fan Yong,&lt;/p&gt;

&lt;p&gt;I ran ior on NFS3 with your patch, got an issue. &lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/ba7f8ce4-76e7-11e0-9b1b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/ba7f8ce4-76e7-11e0-9b1b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After some initial analyse, it seems if you create a file under a striped dir on nfs client, it did not get the stripe pattern from the parent. It is probably this patch has some problems. please check. &lt;/p&gt;

&lt;p&gt;Btw on NFS4, it works.&lt;/p&gt;

&lt;p&gt;client-18 is nfs3 client, client-5 is lustre client.&lt;/p&gt;

&lt;p&gt;root@client-18 tests]# touch /mnt/lustre/d0.ior/test&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-18 tests&amp;#93;&lt;/span&gt;# ssh client-5&lt;br/&gt;
Last login: Thu May  5 00:15:31 2011 from client-18.lab.whamcloud.com&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-5 ~&amp;#93;&lt;/span&gt;# lfs getstripe /mnt/lustre/d0.ior/&lt;br/&gt;
/mnt/lustre/d0.ior/&lt;br/&gt;
stripe_count:   -1 stripe_size:    0 stripe_offset:  -1 &lt;br/&gt;
/mnt/lustre/d0.ior//c has no stripe info&lt;br/&gt;
/mnt/lustre/d0.ior//b has no stripe info&lt;br/&gt;
/mnt/lustre/d0.ior//test has no stripe info&lt;/p&gt;

&lt;p&gt;Run ior test on a non-patched build, got the same failure. Create a new ticket to track. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-307&quot; title=&quot;Test failure on test suite parallel-scale ior&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-307&quot;&gt;&lt;del&gt;LU-307&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="14195" author="yong.fan" created="Wed, 11 May 2011 18:25:29 +0000"  >&lt;p&gt;I will investigate &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-307&quot; title=&quot;Test failure on test suite parallel-scale ior&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-307&quot;&gt;&lt;del&gt;LU-307&lt;/del&gt;&lt;/a&gt;, and add you as watcher.&lt;/p&gt;</comment>
                            <comment id="14395" author="yong.fan" created="Mon, 16 May 2011 08:35:21 +0000"  >&lt;p&gt;The patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; to be inspected:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,432&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,432&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="14738" author="yong.fan" created="Fri, 20 May 2011 04:48:24 +0000"  >&lt;p&gt;I have tested above patch on Toro, no new issues were introduced. Unfortunately, I cannot upload the test results to Maloo &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="14951" author="sarah" created="Tue, 24 May 2011 12:31:53 +0000"  >&lt;p&gt;verified on NFS4, here is the result&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cddc968e-863b-11e0-b4df-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cddc968e-863b-11e0-b4df-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="15178" author="hudson" created="Fri, 27 May 2011 20:28:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15180" author="hudson" created="Fri, 27 May 2011 20:29:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15182" author="hudson" created="Fri, 27 May 2011 20:30:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15184" author="hudson" created="Fri, 27 May 2011 20:31:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15186" author="hudson" created="Fri, 27 May 2011 20:33:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15188" author="hudson" created="Fri, 27 May 2011 20:34:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15190" author="hudson" created="Fri, 27 May 2011 20:39:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15192" author="hudson" created="Fri, 27 May 2011 20:44:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15194" author="hudson" created="Fri, 27 May 2011 20:48:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15196" author="hudson" created="Fri, 27 May 2011 20:50:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15198" author="hudson" created="Fri, 27 May 2011 20:53:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15200" author="hudson" created="Fri, 27 May 2011 20:58:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15202" author="hudson" created="Fri, 27 May 2011 21:05:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15204" author="hudson" created="Fri, 27 May 2011 21:05:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15206" author="hudson" created="Fri, 27 May 2011 21:24:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #141&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; MDS returns 32/64-bit dir name hash according to client type&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=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;96a5daa0c08d7b42ec368080a2a7f0dfb110ef98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lprocfs_status.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-export-64bit-name-hash.patch&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15212" author="yong.fan" created="Sun, 29 May 2011 19:52:08 +0000"  >&lt;p&gt;The patch has been landed to Lustre-2.1 candidate, which includes the following fixes:&lt;/p&gt;

&lt;p&gt;1) Use &quot;OBD_CONNECT_64BITHASH&quot; flag when connect to indicate whether the client support 64-bit dir name hash or not. liblustre client, 1.8.5 or older client do not support 64-bit dir name hash.&lt;br/&gt;
2) Register Lustre version &apos;get_name()&apos; for NFS processing.&lt;br/&gt;
3) &apos;ll_dir_seek()&apos; processes name hash-based dir seek operation.&lt;br/&gt;
4) Re-define &quot;DIR_END_OFF&quot; as &quot;0x7fffffffffffffffULL&quot; to always return positive&lt;br/&gt;
   dir name hash for successful seek.&lt;br/&gt;
5) Small cleanup for &apos;ll_dops_init()&apos; to drop unnecessary statahead process.&lt;/p&gt;</comment>
                            <comment id="15337" author="sarah" created="Tue, 31 May 2011 19:36:10 +0000"  >&lt;p&gt;verified and passed on RHEL5/NFSv4, but got this error on RHEL6/NFSv3 and NFSv4, not sure if it&apos;s the same as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-355&quot; title=&quot;Test failure on test suite parallel-scale&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-355&quot;&gt;&lt;del&gt;LU-355&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/9aed4c34-8bf7-11e0-aab9-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/9aed4c34-8bf7-11e0-aab9-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="15697" author="pjones" created="Mon, 6 Jun 2011 23:31:34 +0000"  >&lt;p&gt;Reopening while remaining work completed&lt;/p&gt;

&lt;p&gt;Patch &lt;a href=&quot;http://review.whamcloud.com/#change,892&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,892&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="15701" author="pjones" created="Mon, 6 Jun 2011 23:32:44 +0000"  >&lt;p&gt;dropping priority as residual issues are not a blocker&lt;/p&gt;</comment>
                            <comment id="15955" author="hudson" created="Thu, 9 Jun 2011 12:15:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15956" author="hudson" created="Thu, 9 Jun 2011 12:15:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15957" author="hudson" created="Thu, 9 Jun 2011 12:17:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15958" author="hudson" created="Thu, 9 Jun 2011 12:19:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15959" author="hudson" created="Thu, 9 Jun 2011 12:19:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15960" author="hudson" created="Thu, 9 Jun 2011 12:32:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15961" author="hudson" created="Thu, 9 Jun 2011 12:32:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15962" author="hudson" created="Thu, 9 Jun 2011 12:38:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15963" author="hudson" created="Thu, 9 Jun 2011 12:39:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15964" author="hudson" created="Thu, 9 Jun 2011 12:43:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15965" author="hudson" created="Thu, 9 Jun 2011 12:45:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15966" author="hudson" created="Thu, 9 Jun 2011 12:47:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15967" author="hudson" created="Thu, 9 Jun 2011 12:52:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15971" author="hudson" created="Thu, 9 Jun 2011 13:12:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16280" author="hudson" created="Tue, 14 Jun 2011 08:15:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/170/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #170&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; Input valid &apos;mnt&apos; parameter for &apos;dentry_open()&apos;&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=76ced1d13cc921bd061a2726bab53211c69e1f52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;76ced1d13cc921bd061a2726bab53211c69e1f52&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_nfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16306" author="hudson" created="Tue, 14 Jun 2011 13:29:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16307" author="hudson" created="Tue, 14 Jun 2011 13:30:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16308" author="hudson" created="Tue, 14 Jun 2011 13:31:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16309" author="hudson" created="Tue, 14 Jun 2011 13:33:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16310" author="hudson" created="Tue, 14 Jun 2011 13:36:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16311" author="hudson" created="Tue, 14 Jun 2011 13:37:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16312" author="hudson" created="Tue, 14 Jun 2011 13:42:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16313" author="hudson" created="Tue, 14 Jun 2011 13:51:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16314" author="hudson" created="Tue, 14 Jun 2011 13:51:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16315" author="hudson" created="Tue, 14 Jun 2011 13:53:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16316" author="hudson" created="Tue, 14 Jun 2011 13:55:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16317" author="hudson" created="Tue, 14 Jun 2011 13:56:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16318" author="hudson" created="Tue, 14 Jun 2011 13:56:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16319" author="hudson" created="Tue, 14 Jun 2011 14:00:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16320" author="hudson" created="Tue, 14 Jun 2011 14:15:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/171/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #171&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; update ChangeLog for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-163&quot; title=&quot;compilebench fail on NFS v4 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-163&quot;&gt;&lt;del&gt;LU-163&lt;/del&gt;&lt;/a&gt; patches&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=8ad8c8f5b08cd96325786a115d4e9ca4b550e825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8ad8c8f5b08cd96325786a115d4e9ca4b550e825&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16364" author="yong.fan" created="Tue, 14 Jun 2011 22:40:44 +0000"  >&lt;p&gt;Related patches have been landed to lustre-2.1 &amp;amp; lustre-1.8.6&lt;/p&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|hzv8yf:</customfieldvalue>

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