<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12: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-983] On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5</title>
                <link>https://jira.whamcloud.com/browse/LU-983</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is all with respect to small files.  Large files seem to be ok.&lt;/p&gt;

&lt;p&gt;We have been focusing on tar, but suspect the problem is with small&lt;br/&gt;
file read performance in general on 1.8.6 clients.  We are aware that&lt;br/&gt;
WC has a version of tar (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-682&quot; title=&quot;optimization for Lustre-tar on completely sparse files.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-682&quot;&gt;&lt;del&gt;LU-682&lt;/del&gt;&lt;/a&gt;), which we tried but it didn&apos;t help at all.&lt;/p&gt;

&lt;p&gt;On a 1.8.5 host, tar is performing 10K reads, and the RPCs&lt;br/&gt;
are typically falling into the 128 page bin of the histogram. Tar performs&lt;br/&gt;
as expected.&lt;/p&gt;

&lt;p&gt;On a 1.8.6 host, tar is performing 10K reads, and the RPCs are typically&lt;br/&gt;
one page in size. That&apos;s bad.&lt;/p&gt;

&lt;p&gt;We are having some problems with &quot;collectl&quot; on 1.8.6 filesystems or we&apos;d&lt;br/&gt;
have better data for you.&lt;/p&gt;

&lt;p&gt;As far as real world issues, we have several complaints form user that are &lt;br/&gt;
doing small IO.  Jay lan reported this to wc-discuss but we havne&apos;t seen &lt;br/&gt;
antyhing come across yet.  Here is what he reported:&lt;/p&gt;

&lt;p&gt;Our users reported a serious performance issue in 1.8.6. The time&lt;br/&gt;
needed to tar a directory of 14k files (total size 6.3G, tar file&lt;br/&gt;
is stripe size 30) is ~6 minutes in lustre1.8.5, but ~120 minutes&lt;br/&gt;
using 1.8.6. Our nas-1.8.6 is very close to 1.8.6-wc release, but&lt;br/&gt;
our nas-1.8.5 was based on LLNL&apos;s version.&lt;/p&gt;

&lt;p&gt;Is there a known issue on tar&apos;ing large number of small files in&lt;br/&gt;
1.8.6? I am aware of the lustre-tar and downloaded the rpm&lt;br/&gt;
from the Whamcloud site for our admin. That version does&lt;br/&gt;
not seem to help.&lt;/p&gt;</description>
                <environment>cent 5.5/5.6 on lustre servers, sles11sp1 client (both ofed 1.5.2 and 1.5.3.1 have been tested on sles11sp1 clients) </environment>
        <key id="12871">LU-983</key>
            <summary>On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="di.wang">Di Wang</assignee>
                                    <reporter username="qm137">James Karellas</reporter>
                        <labels>
                            <label>performance</label>
                    </labels>
                <created>Wed, 11 Jan 2012 20:49:23 +0000</created>
                <updated>Fri, 1 Jun 2012 14:31:33 +0000</updated>
                            <resolved>Fri, 1 Jun 2012 14:31:33 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                    <fixVersion>Lustre 1.8.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="26416" author="pjones" created="Thu, 12 Jan 2012 01:47:36 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="26443" author="adilger" created="Thu, 12 Jan 2012 14:02:02 +0000"  >&lt;p&gt;At a first guess, it may be that max_read_ahead_whole_mb is being ignored for some reason.  This should cause the whole file (for file size &amp;lt; max_read_ahead_whole_mb, default 2MB) to be read at the client.&lt;/p&gt;

&lt;p&gt;The other issue is why does tar only do 10kB reads?  Lustre is reporting a 2MB blocksize to stat(2), so tar should be using this as the preferred IO size.  I agree that this is not the core issue, since even a 10kB read should be triggering at least a 12kB RPC initially, and then readahead due to sequential access.&lt;/p&gt;

&lt;p&gt;We need to also investigate what patches exist in the LLNL 1.8.5 above stock Oracle 1.8.5, since I recall Brian Behlendorf working on the readahead code, and possibly this was not landed to 1.8.6?  I think there is a bugzilla bug with their patch list.&lt;/p&gt;</comment>
                            <comment id="26456" author="qm137" created="Thu, 12 Jan 2012 18:37:01 +0000"  >&lt;p&gt;As a data point, we tried an unpatched client version of 1.8.6 and 1.8.7 with no change in behavior.  We are working on getting you a set of our own patchs that we&apos;ve added to both 1.8.6 and 1.8.5.  That will be uploaded in a bit.&lt;/p&gt;</comment>
                            <comment id="26457" author="jaylan" created="Thu, 12 Jan 2012 19:41:00 +0000"  >&lt;p&gt;Attached are short form of git logs of two branches: oracle-1.8.5 and nas-1.8.5-5.&lt;/p&gt;

&lt;p&gt;The commits can be seen at&lt;br/&gt;
&lt;a href=&quot;https://github.com/jlan/lustre-nas/commits/nas-1.8.5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/jlan/lustre-nas/commits/nas-1.8.5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The nas-1.8.5-5 branch was created on tag &quot;1.8.5.0-5nas&quot;. The oracle-1.8.5 branch was created using &quot;1.8.5&quot; tag of b1_8 branch of oracle.&lt;/p&gt;</comment>
                            <comment id="26458" author="jaylan" created="Thu, 12 Jan 2012 19:45:24 +0000"  >&lt;p&gt;Since the vanilla 1.8.6-wc1 build displayed the same rpc problem of tar as in the nas version of 1.8.6, I assume you do not need the diffs of 1.8.6. Let me know if you still want one.&lt;/p&gt;</comment>
                            <comment id="26459" author="jaylan" created="Thu, 12 Jan 2012 20:54:43 +0000"  >&lt;p&gt;I just built a vanilla 1.8.5 lustre client (using tag &quot;1.8.5&quot; off b1_8 branch of oracle tree). It took 8min27sec. Not as good as ~6min of our 1.8.5-5nas, but was great comparing with ~120min as in original report.&lt;/p&gt;

&lt;p&gt;The rpc_stats showed 77% of 2 pages-per-rpc in read.&lt;/p&gt;

&lt;p&gt;                         read                   write&lt;br/&gt;
pages per rpc         rpcs   % cum % |       rpcs   % cum %&lt;br/&gt;
1:                      31   5   5   |          0   0   0&lt;br/&gt;
2:                     415  77  83   |          0   0   0&lt;br/&gt;
4:                       5   0  84   |          2   1   1&lt;br/&gt;
8:                       3   0  84   |          0   0   1&lt;br/&gt;
16:                      2   0  85   |          0   0   1&lt;br/&gt;
32:                     14   2  87   |          1   0   2&lt;br/&gt;
64:                     56  10  98   |          4   3   5&lt;br/&gt;
128:                     8   1  99   |        106  84  90&lt;br/&gt;
256:                     1   0 100   |         12   9 100&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;NOTE&amp;#93;&lt;/span&gt; I reran the test on Jan 13 with the same binary. The time was back to &amp;lt; 6min&lt;br/&gt;
       and most of rpc READ were in 128-page bin. Do not know why, but we can ignore&lt;br/&gt;
       this comment.&lt;/p&gt;</comment>
                            <comment id="26569" author="jaylan" created="Sat, 14 Jan 2012 18:33:20 +0000"  >&lt;p&gt;The offending commit is b7eb1d7: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15&quot; title=&quot;strange slow IO messages and bad performance &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15&quot;&gt;&lt;del&gt;LU-15&lt;/del&gt;&lt;/a&gt; slow IO with read-intense application.&lt;/p&gt;

&lt;p&gt;After reverting that commit, the small files tar performance is back. Most rpc&apos;s were using 128-page per rpc with our 1.8.6.81 client.&lt;/p&gt;

&lt;p&gt;snapshot_time:            1326582457.990047 (secs.usecs)&lt;br/&gt;
read RPCs in flight:      0&lt;br/&gt;
write RPCs in flight:     0&lt;br/&gt;
dio read RPCs in flight:  0&lt;br/&gt;
dio write RPCs in flight: 0&lt;br/&gt;
pending write pages:      0&lt;br/&gt;
pending read pages:       0&lt;/p&gt;

&lt;p&gt;			read			write&lt;br/&gt;
pages per rpc         rpcs   % cum % |       rpcs   % cum %&lt;br/&gt;
1:		         0   0   0   |          0   0   0&lt;br/&gt;
2:		         0   0   0   |          0   0   0&lt;br/&gt;
4:		         0   0   0   |          0   0   0&lt;br/&gt;
8:		         0   0   0   |          0   0   0&lt;br/&gt;
16:		         0   0   0   |          0   0   0&lt;br/&gt;
32:		         0   0   0   |          0   0   0&lt;br/&gt;
64:		         0   0   0   |          0   0   0&lt;br/&gt;
128:		       106  89  89   |          0   0   0&lt;br/&gt;
256:		        13  10 100   |          0   0   0&lt;/p&gt;

&lt;p&gt;			read			write&lt;br/&gt;
rpcs in flight        rpcs   % cum % |       rpcs   % cum %&lt;br/&gt;
0:		       119 100 100   |          0   0   0&lt;/p&gt;

&lt;p&gt;			read			write&lt;br/&gt;
offset                rpcs   % cum % |       rpcs   % cum %&lt;br/&gt;
0:		       119 100 100   |          0   0   0&lt;/p&gt;
</comment>
                            <comment id="26734" author="pjones" created="Tue, 17 Jan 2012 11:14:11 +0000"  >&lt;p&gt;Wangdi&lt;/p&gt;

&lt;p&gt;Could you please look at this report and see if you can understand why your patch from LU15 could be responsible for this behaviour?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="26776" author="di.wang" created="Tue, 17 Jan 2012 22:26:09 +0000"  >&lt;p&gt;Are you running the tar with multiple threads? Could you please post the tar command line here?&lt;br/&gt;
And could you please collect the debug log on client side for me when you run tar? &lt;/p&gt;

&lt;p&gt;lctl set_param debug=&quot;+reada +vfstrace&quot; &lt;br/&gt;
lctl set_param debug_mb=&quot;50&quot; &lt;br/&gt;
run tar &lt;br/&gt;
lctl dk &amp;gt; /tmp/debug.out &lt;/p&gt;

&lt;p&gt;And post the debug log here or somewhere I can get? &lt;/p&gt;</comment>
                            <comment id="26779" author="di.wang" created="Tue, 17 Jan 2012 22:48:56 +0000"  >&lt;p&gt;Could you please tell these three read ahead setting of your FS&lt;/p&gt;

&lt;p&gt;lctl get_param llite.*.max_read_ahead_whole_mb&lt;br/&gt;
lctl get_param llite.*.max_read_ahead_per_file_mb&lt;br/&gt;
lctl get_param llite.*.max_read_ahead_mb&lt;/p&gt;</comment>
                            <comment id="26782" author="jaylan" created="Wed, 18 Jan 2012 01:28:30 +0000"  >&lt;p&gt;service33 /nobackupp6/jlan # lctl set_param debug=&quot;+reada +vfstrace&quot;&lt;br/&gt;
lnet.debug=+reada +vfstrace&lt;br/&gt;
service33 /nobackupp6/jlan # lctl set_param debug_mb=&quot;50&quot;&lt;br/&gt;
lnet.debug_mb=50&lt;br/&gt;
service33 /nobackupp6/jlan # lctl get_param llite.*.max_read_ahead_whole_mb&lt;br/&gt;
llite.nbp6-ffff88041aa24000.max_read_ahead_whole_mb=2&lt;br/&gt;
service33 /nobackupp6/jlan # lctl get_param llite.*.max_read_ahead_per_file_mb&lt;br/&gt;
llite.nbp6-ffff88041aa24000.max_read_ahead_per_file_mb=40&lt;br/&gt;
service33 /nobackupp6/jlan # lctl get_param llite.*.max_read_ahead_mb&lt;br/&gt;
llite.nbp6-ffff88041aa24000.max_read_ahead_mb=40&lt;br/&gt;
service33 /nobackupp6/jlan # &lt;/p&gt;

&lt;p&gt;The test command I ran was:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;time tar -cf lustre-1.8.6-wc1.tar small_files_directory&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;I let it run for 1min 20min before terminated it. The debug output file is uploaded &quot;wcdebug.output.gz&quot;.&lt;/p&gt;
</comment>
                            <comment id="26784" author="jaylan" created="Wed, 18 Jan 2012 01:29:30 +0000"  >&lt;p&gt;The debug output file in gz of running &quot;tar -cf&quot; command.&lt;/p&gt;</comment>
                            <comment id="26787" author="di.wang" created="Wed, 18 Jan 2012 02:26:36 +0000"  >&lt;p&gt;Thanks! I post a new patch here. &lt;a href=&quot;http://review.whamcloud.com/#change,1983&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1983&lt;/a&gt;&lt;br/&gt;
Could you please check whether it fix your problem? &lt;br/&gt;
And please provide me the debug log as well. &lt;/p&gt;</comment>
                            <comment id="26857" author="jaylan" created="Wed, 18 Jan 2012 19:22:04 +0000"  >&lt;p&gt;Di, your patch worked for me.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;time tar -cf wc-LU15-fix.tar vertconvfoot-ASCENDS-20120102.13.39.27.UTC-20070723&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;real	5m18.394s&lt;br/&gt;
user	0m0.400s&lt;br/&gt;
sys	0m26.890s&lt;/p&gt;

&lt;p&gt;The rpc read fell mostly on 128-page bin as expected.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                            <comment id="28046" author="kent" created="Tue, 7 Feb 2012 10:09:51 +0000"  >&lt;p&gt;An added datapoint. I just tried this patch while building Lustre to test a patch for the unrelated &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-974&quot; title=&quot;Lustre does not ignore umask when default ACL with mask is set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-974&quot;&gt;&lt;del&gt;LU-974&lt;/del&gt;&lt;/a&gt; issue.&lt;/p&gt;

&lt;p&gt;My &quot;unpatched client&quot; is:&lt;/p&gt;

&lt;p&gt;116f41f &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-987&quot; title=&quot;Fail to create ldisk rpms RHEL5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-987&quot;&gt;&lt;del&gt;LU-987&lt;/del&gt;&lt;/a&gt; build: Fail to create ldisk rpms&lt;br/&gt;
4ef1c46 (review-1976-3) &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-974&quot; title=&quot;Lustre does not ignore umask when default ACL with mask is set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-974&quot;&gt;&lt;del&gt;LU-974&lt;/del&gt;&lt;/a&gt; security: ignore umask if acl enabled&lt;br/&gt;
cc5c6bd &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-358&quot; title=&quot;Add the branch name and commit id to the node information in the yml results files.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-358&quot;&gt;&lt;del&gt;LU-358&lt;/del&gt;&lt;/a&gt; Add the branch and commiti-id to the yml.&lt;br/&gt;
66cd9a7 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-534&quot; title=&quot;(mds_open.c:1323:mds_open()) ASSERTION(!mds_inode_is_orphan(dchild-&amp;gt;d_inode)) failed: -&amp;gt; LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-534&quot;&gt;&lt;del&gt;LU-534&lt;/del&gt;&lt;/a&gt; test: nfsread_orphan_file test&lt;br/&gt;
069d0b6 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-534&quot; title=&quot;(mds_open.c:1323:mds_open()) ASSERTION(!mds_inode_is_orphan(dchild-&amp;gt;d_inode)) failed: -&amp;gt; LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-534&quot;&gt;&lt;del&gt;LU-534&lt;/del&gt;&lt;/a&gt; mds: correct assertion&lt;br/&gt;
e7c7f04 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-955&quot; title=&quot;Lustre-modules 2.1 client rpm wrongly requires lustre-backend-fs &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-955&quot;&gt;&lt;del&gt;LU-955&lt;/del&gt;&lt;/a&gt; build: fix bad lustre-backend-fs dependency&lt;br/&gt;
dca979f &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-805&quot; title=&quot;lfs quota should show quota allocation rather than used&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-805&quot;&gt;&lt;del&gt;LU-805&lt;/del&gt;&lt;/a&gt; quota: lfs quota doesn&apos;t print grace time correctly&lt;br/&gt;
4ebec99 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-649&quot; title=&quot;client receives reply to lock cancel yet server evicts it 100 seconds later&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-649&quot;&gt;&lt;del&gt;LU-649&lt;/del&gt;&lt;/a&gt; io: DIO doesn&apos;t need lock i_mutex&lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;(the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-974&quot; title=&quot;Lustre does not ignore umask when default ACL with mask is set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-974&quot;&gt;&lt;del&gt;LU-974&lt;/del&gt;&lt;/a&gt; patch from review.whamcloud.com via git, with the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-987&quot; title=&quot;Fail to create ldisk rpms RHEL5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-987&quot;&gt;&lt;del&gt;LU-987&lt;/del&gt;&lt;/a&gt; patch cherry-picked on top).&lt;/p&gt;

&lt;p&gt;My &quot;patched client&quot; is the same, but with&lt;/p&gt;

&lt;p&gt;91776c2 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment&lt;/p&gt;

&lt;p&gt;cherry-picked on top of the other commits.&lt;/p&gt;

&lt;p&gt;I tested against a directory containing 10001 files, each 128 kilobytes in size.&lt;br/&gt;
The directory was on a filesystem (in use at the time) spread over 54 OSTs, 3 per OSS, with 1G ethernet&lt;br/&gt;
to each OSS and to the test client machine.&lt;/p&gt;

&lt;p&gt;On the test client I ran tar, writing the tar file to local disk:&lt;br/&gt;
  echo 3 &amp;gt; /proc/sys/vm/drop_caches&lt;br/&gt;
  time tar cf /root/tartestdir.tar /mnt/lustrefilesystem/tartestdir&lt;/p&gt;

&lt;p&gt;With the unpatched client, this took 3m 35s (best of three attempts, worst was 3m 38s).&lt;br/&gt;
With the patched client, this took 50s (best of four attempts, worst was 1m 22s).&lt;br/&gt;
Speedup ~ 4.4x&lt;/p&gt;</comment>
                            <comment id="28868" author="kent" created="Thu, 16 Feb 2012 07:42:28 +0000"  >&lt;p&gt;Will this patch (&lt;a href=&quot;http://review.whamcloud.com/#change,1983&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1983&lt;/a&gt;) be landed on the b1_8 branch?&lt;/p&gt;</comment>
                            <comment id="28875" author="pjones" created="Thu, 16 Feb 2012 08:41:00 +0000"  >&lt;p&gt;Yes it should land on b1_8 and master&lt;/p&gt;</comment>
                            <comment id="29696" author="hudson" created="Thu, 23 Feb 2012 16:53:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29701" author="hudson" created="Thu, 23 Feb 2012 17:03:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29702" author="hudson" created="Thu, 23 Feb 2012 17:04:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29705" author="hudson" created="Thu, 23 Feb 2012 17:07:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29706" author="hudson" created="Thu, 23 Feb 2012 17:08:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29710" author="hudson" created="Thu, 23 Feb 2012 17:21:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29716" author="hudson" created="Thu, 23 Feb 2012 17:37:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29717" author="hudson" created="Thu, 23 Feb 2012 17:40:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29720" author="hudson" created="Thu, 23 Feb 2012 17:55:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29721" author="hudson" created="Thu, 23 Feb 2012 17:57:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29725" author="hudson" created="Thu, 23 Feb 2012 18:19:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #176&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision f1a4b79e378407e4161c2a922478d625a38452b5)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=f1a4b79e378407e4161c2a922478d625a38452b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1a4b79e378407e4161c2a922478d625a38452b5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30483" author="hudson" created="Mon, 5 Mar 2012 02:52:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30484" author="hudson" created="Mon, 5 Mar 2012 02:58:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30485" author="hudson" created="Mon, 5 Mar 2012 03:01:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30486" author="hudson" created="Mon, 5 Mar 2012 03:03:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30487" author="hudson" created="Mon, 5 Mar 2012 03:04:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30488" author="hudson" created="Mon, 5 Mar 2012 03:12:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30489" author="hudson" created="Mon, 5 Mar 2012 03:14:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30490" author="hudson" created="Mon, 5 Mar 2012 03:16:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30491" author="hudson" created="Mon, 5 Mar 2012 03:16:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30492" author="hudson" created="Mon, 5 Mar 2012 03:19:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30493" author="hudson" created="Mon, 5 Mar 2012 03:24:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30494" author="hudson" created="Mon, 5 Mar 2012 03:26:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30495" author="hudson" created="Mon, 5 Mar 2012 03:32:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30497" author="hudson" created="Mon, 5 Mar 2012 03:40:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30498" author="hudson" created="Mon, 5 Mar 2012 03:42:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30499" author="hudson" created="Mon, 5 Mar 2012 03:53:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30501" author="hudson" created="Mon, 5 Mar 2012 04:11:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30502" author="hudson" created="Mon, 5 Mar 2012 04:17:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #503&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36276" author="hudson" created="Wed, 2 May 2012 14:53:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36573" author="hudson" created="Wed, 2 May 2012 14:55:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36870" author="hudson" created="Wed, 2 May 2012 14:58:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37168" author="hudson" created="Wed, 2 May 2012 15:14:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37465" author="hudson" created="Wed, 2 May 2012 15:14:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37763" author="hudson" created="Wed, 2 May 2012 15:19:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38060" author="hudson" created="Wed, 2 May 2012 15:37:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-983&quot; title=&quot;On a 1.8.6 client/host, tar is performing 10K reads, and the RPCs are typically one page in size for small files==tar is slow for small files using 1.8.6 vs 1.8.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-983&quot;&gt;&lt;del&gt;LU-983&lt;/del&gt;&lt;/a&gt; llite: align readahead to 1M after ra_max adjustment (Revision 5093fef8392c866f1998d6e68b6536d10daabb4d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=5093fef8392c866f1998d6e68b6536d10daabb4d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5093fef8392c866f1998d6e68b6536d10daabb4d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="39837" author="pjones" created="Fri, 1 Jun 2012 14:31:33 +0000"  >&lt;p&gt;Landed for 1.8.8, 2.1.2 and 2.2&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10736" name="git.lg.nas-1.8.5-5" size="52185" author="jaylan" created="Thu, 12 Jan 2012 19:41:00 +0000"/>
                            <attachment id="10737" name="git.lg.oracle-1.8.5" size="46966" author="jaylan" created="Thu, 12 Jan 2012 19:41:00 +0000"/>
                            <attachment id="10742" name="wcdebug.out.gz" size="505376" author="jaylan" created="Wed, 18 Jan 2012 01:29:30 +0000"/>
                            <attachment id="10741" name="wcdebug.out.gz" size="505376" author="jaylan" created="Wed, 18 Jan 2012 01:23:05 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>client</label>
            <label>performance</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv76n:</customfieldvalue>

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