<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:31 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-387] Test failure on test suite mmp</title>
                <link>https://jira.whamcloud.com/browse/LU-387</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/452782d2-8d47-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/452782d2-8d47-11e0-aab9-52540025f9af&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11092">LU-387</key>
            <summary>Test failure on test suite mmp</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="niu">Niu Yawei</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Jun 2011 13:27:00 +0000</created>
                <updated>Tue, 11 Oct 2011 11:09:25 +0000</updated>
                            <resolved>Fri, 15 Jul 2011 06:08:55 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="15407" author="sarah" created="Thu, 2 Jun 2011 13:30:27 +0000"  >&lt;p&gt;this one can be reproduced.&lt;/p&gt;</comment>
                            <comment id="15747" author="niu" created="Tue, 7 Jun 2011 02:39:18 +0000"  >&lt;p&gt;Looks the e2fsck has already completed before we try to kill it, I suspect it&apos;s a test script problem, looking into the test_9, we can see we always sleep (2 * mmp_interval) before killing the e2fsck process, I&apos;m afraid that the fsck might have been finished during this period, and I don&apos;t quite understand why we have to wait for (2 * mmp_interval).&lt;/p&gt;

&lt;p&gt;Johann, could you take a look on this? Thanks in advance.&lt;/p&gt;</comment>
                            <comment id="15844" author="pjones" created="Tue, 7 Jun 2011 15:56:31 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;I understand from Johann that you have discussed this on Skype and now have a way forward on this issue so I am assigning it to you&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="15869" author="niu" created="Wed, 8 Jun 2011 02:17:32 +0000"  >&lt;p&gt;The e2fsck should last at least (2 * mmp_check_inteval), so I don&apos;t see why the script can&apos;t find e2fsck process when it trying to ternimate it.&lt;/p&gt;

&lt;p&gt;Hi, Sarah&lt;br/&gt;
Could you apply this diagnostic patch to the test script and reproduce the bug? Please also collect the log/dmesg of MDS, which might be helpful. Thanks.&lt;/p&gt;</comment>
                            <comment id="15950" author="sarah" created="Thu, 9 Jun 2011 05:04:06 +0000"  >&lt;p&gt;with this patch, test 9 can pass. due to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-404&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-404&quot;&gt;&lt;del&gt;LU-404&lt;/del&gt;&lt;/a&gt;, mmp cannot be run by auster and the result cannot be uploaded to Maloo. I will upload the log as attachment.&lt;/p&gt;</comment>
                            <comment id="15951" author="niu" created="Thu, 9 Jun 2011 05:51:37 +0000"  >&lt;p&gt;This diagnostic patch just print more information in the test script, it should not affect the test result. From the output of this round of test, looks the mmp_check_interval is much shorter than the previous round, that could be the reason of why the bug wasn&apos;t triggered this time.&lt;/p&gt;

&lt;p&gt;Hi, Sarah, was there any test environment being changed during those two round of tests? Could you try to figure out that if the bug is still reproducable? (then try to reproduce it with the diagnostic patch). Thank you in advance.&lt;/p&gt;</comment>
                            <comment id="15952" author="pjones" created="Thu, 9 Jun 2011 05:54:43 +0000"  >&lt;p&gt;Sarah&lt;/p&gt;

&lt;p&gt;There is a patch ready for LU404 now so perhaps trying with that will enable you to run the test with auster as before&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="15982" author="sarah" created="Thu, 9 Jun 2011 18:47:11 +0000"  >&lt;p&gt;Niu,&lt;/p&gt;

&lt;p&gt;Yes, the test environment changed a little bit. In the first run, there are three osts and two lustre clients; the second run, I uses two osts and only one lustre client. Today I run this test again on build #149 since the build with fix of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-404&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-404&quot;&gt;&lt;del&gt;LU-404&lt;/del&gt;&lt;/a&gt; cannot be successfully installed due to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-345&quot; title=&quot;kernel and lustre version miss match for RHEL6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-345&quot;&gt;&lt;del&gt;LU-345&lt;/del&gt;&lt;/a&gt;. This time uses three osts and two clients, with your patch, it can be reproduced. Here is the link:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cc1962fa-92e8-11e0-a0d3-525400&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cc1962fa-92e8-11e0-a0d3-525400&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, please find the mds log in the attached.&lt;/p&gt;</comment>
                            <comment id="15987" author="niu" created="Thu, 9 Jun 2011 20:40:04 +0000"  >&lt;p&gt;Hi, Sarah, looks the maloo link is broken?&lt;/p&gt;</comment>
                            <comment id="16034" author="sarah" created="Fri, 10 Jun 2011 16:09:23 +0000"  >&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cc1962fa-92e8-11e0-a0d3-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cc1962fa-92e8-11e0-a0d3-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16267" author="niu" created="Tue, 14 Jun 2011 04:51:14 +0000"  >&lt;p&gt;Hi, Sarah&lt;/p&gt;

&lt;p&gt;I adjust the diagnostic patch slightly, could you reproduce it with this patch again, thanks a lot.&lt;/p&gt;</comment>
                            <comment id="16270" author="niu" created="Tue, 14 Jun 2011 07:21:54 +0000"  >&lt;p&gt;It&apos;s really nice that Yujian found a log with timestamp:&lt;/p&gt;

&lt;p&gt;20:33:18:== mmp test 9: mount after aborted e2fsck ============================================================ 13:33:16 (1307824396)&lt;br/&gt;
20:33:18:Starting mds1: -o user_xattr,acl  /dev/sdb /mnt/mds1&lt;br/&gt;
20:33:19:debug=0x33f0404&lt;br/&gt;
20:33:19:subsystem_debug=0xffb7e3ff&lt;br/&gt;
20:33:19:debug_mb=32&lt;br/&gt;
20:33:19:Started lustre-MDT0000&lt;br/&gt;
20:33:19:Starting ost1:   /dev/sdb5 /mnt/ost1&lt;br/&gt;
20:33:20:debug=0x33f0404&lt;br/&gt;
20:33:20:subsystem_debug=0xffb7e3ff&lt;br/&gt;
20:33:20:debug_mb=32&lt;br/&gt;
20:33:20:Started lustre-OST0000&lt;br/&gt;
20:33:20:Stopping /mnt/mds1 (opts&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
20:33:26:Stopping /mnt/ost1 (opts&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
20:33:34:Running e2fsck on the device /dev/sdb on mds1...&lt;br/&gt;
20:33:35:fat-amd-4-ib: e2fsck 1.41.90.wc2 (14-May-2011)&lt;br/&gt;
20:33:46:Pass 1: Checking inodes, blocks, and sizes&lt;br/&gt;
20:33:46:Pass 2: Checking directory structure&lt;br/&gt;
20:33:46:Pass 3: Checking directory connectivity&lt;br/&gt;
20:33:46:Pass 4: Checking reference counts&lt;br/&gt;
20:33:46:Pass 5: Checking group summary information&lt;br/&gt;
20:33:46:lustre-MDT0000: 53/5000040 files (9.4% non-contiguous), 736124/2500000 blocks&lt;br/&gt;
20:33:47:/usr/lib64/lustre/tests/mmp.sh: line 560: kill: (13487) - No such process&lt;br/&gt;
20:33:47:Mounting /dev/sdb on mds1...&lt;br/&gt;
20:33:47:Starting mds1: -o user_xattr,acl  /dev/sdb /mnt/mds1&lt;br/&gt;
20:33:48:debug=0x33f0404&lt;br/&gt;
20:33:48:subsystem_debug=0xffb7e3ff&lt;br/&gt;
20:33:48:debug_mb=32&lt;br/&gt;
20:33:48:Started lustre-MDT0000&lt;br/&gt;
20:33:49: mmp test_9: @@@@@@ FAIL: mount /dev/sdb on mds1 should fail &lt;/p&gt;

&lt;p&gt;From the timestamp, we can see the e2fsck waited for (2 * mmp_check_interval + 1) = 11 seconds before setting EXT2_MMP_SEQ_FSCK and start fsck, however, the fsck finished in 1 (or less than 1) second! So it&apos;s quite possible that the e2fsck has completed before the test script trying to kill it. (The test script has to wait for (2 * mmp_check_interval) = 10 seconds before killing the e2fsck otherwise, EXT2_MMP_SEQ_FSCK might not be set).&lt;/p&gt;

&lt;p&gt;The solution I can think out so far is that we should fill the filesystem with more inodes and blocks before the test_9, then the fsck duration will be enlarged. Andreas &amp;amp; Johann, what&apos;s you opinion? Thanks.&lt;/p&gt;</comment>
                            <comment id="16325" author="adilger" created="Tue, 14 Jun 2011 15:31:03 +0000"  >&lt;p&gt;If e2fsck is run with the &quot;-F&quot; option it will flush the disk cache, so it should increase the test time somewhat due to extra disk seeks.  I think the reason that this e2fsck is now running so quickly is because of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt; enabling the &quot;flex_bg&quot; feature and allowing e2fsck to avoid a lot of seeking during the test.  Also, Johann has reduced the wait interval for MMP so that the startup is faster. &lt;/p&gt;

&lt;p&gt;Depending on the state of the filesystem when e2fsck is first run, I think this test may still be valid if the wait interval is only $((&lt;/p&gt;
{mdt,ost}
&lt;p&gt;_mmp_check_interval + 4)) or so.  If the initial state of the MMP block is &quot;clean&quot;&lt;br/&gt;
(MMP Sequence: 4283256144) then e2fsck will immediately modify the MMP block and only wait 2x mmp_check_interval, while if it is unclean it will wait 2x mmp_check_interval to see if there is another process changing it before modifying the MMP block.  This could be determined inside the get_mmp_check_interval() function.&lt;/p&gt;

&lt;p&gt;In any case, I don&apos;t think this bug is a blocker for the release, since it is a well-understood failure with the test script only, and does not implicate a problem with the MMP code itself (as we still see a wait interval of 2x the wait interval).&lt;/p&gt;</comment>
                            <comment id="16367" author="niu" created="Wed, 15 Jun 2011 00:06:45 +0000"  >&lt;p&gt;Thanks for your comment, Andreas.&lt;/p&gt;

&lt;p&gt;The &quot;-F&quot; option can only increase the time before e2fsck trying to change mmp block, seems it can&apos;t help much for this case.&lt;/p&gt;

&lt;p&gt;If the initial state of MMP block is &quot;clean&quot;, the e2fsck will:&lt;/p&gt;

&lt;p&gt;1. set MMP block with a random seq;&lt;br/&gt;
2. wait for (2 * mmp_check_interval +1) seconds;&lt;br/&gt;
3. set MMP block with &quot;fsck&quot; seq;&lt;br/&gt;
4. run pass 1-5 check;&lt;br/&gt;
5. set MMP block with &quot;clean&quot; seq;&lt;/p&gt;

&lt;p&gt;I think the purpose of this test is to see if ext3/4 mount can aware of running e2fsck by checking mmp seq = EXT2_MMP_SEQ_FSCK, which means the e2fsck must be killed during phase 4, otherwise, the test might fail. The problem is that it&apos;s hard for the test script to know exactly when the e2fsck is in phase 4 and ensure it&apos;s terminated in phase 4 by some way. I think the only way is to enlarge the duration of phase 4 (that might needs fill the filesystem with inodes/blocks), am I understanding right?&lt;/p&gt;

&lt;p&gt;Anyway, let&apos;s try to create some inodes before testing to see if it works.&lt;/p&gt;</comment>
                            <comment id="16370" author="niu" created="Wed, 15 Jun 2011 00:17:09 +0000"  >&lt;p&gt;Hi, Sarah&lt;br/&gt;
Could you apply this patch to the test script to see if it works?&lt;/p&gt;</comment>
                            <comment id="16372" author="adilger" created="Wed, 15 Jun 2011 01:20:57 +0000"  >&lt;p&gt;Niu, the &quot;-F&quot; flag will flush all of the cache for the device, so any IO done during pass 1-5 will have to be loaded from disk instead of from cache...  That said, if there aren&apos;t many files in the filesystem it may still complete too quickly, so creating files is one way to slow it down.&lt;/p&gt;

&lt;p&gt;For landing this patch to git, if it fixes the problem, I would suggest creating the files in a subdirectory, like:&lt;/p&gt;

&lt;p&gt;DIR=$MOUNT/d0.mmp&lt;br/&gt;
mkdir -p $DIR&lt;br/&gt;
chattr +T $DIR&lt;br/&gt;
createmany -d $DIR/d 100000&lt;/p&gt;

&lt;p&gt;so that it spreads the files across the block groups and slows down access.  Using &quot;e2fsck -F&quot; will still help.&lt;/p&gt;
</comment>
                            <comment id="16374" author="niu" created="Wed, 15 Jun 2011 03:10:31 +0000"  >&lt;p&gt;Thank you, Andreas. Yes, I was wrong on the &quot;-F&quot; option.&lt;/p&gt;</comment>
                            <comment id="16375" author="niu" created="Wed, 15 Jun 2011 03:13:18 +0000"  >&lt;p&gt;Hi, Sarah, I updated the patch according to Andreas&apos; comments, pleasee try this one. Thanks.&lt;/p&gt;</comment>
                            <comment id="16436" author="sarah" created="Thu, 16 Jun 2011 02:22:46 +0000"  >&lt;p&gt;with this patch, failed again, please find logs in the attached.&lt;/p&gt;</comment>
                            <comment id="16442" author="niu" created="Thu, 16 Jun 2011 04:35:45 +0000"  >&lt;p&gt;Thank you, Sarah.&lt;/p&gt;

&lt;p&gt;From the log, we can see the test failed for mounting OST device, seems fsck on OST device is still too fast. (I created 100000 objects, and enabled &quot;-F&quot; option, looks it&apos;s still not enough).&lt;/p&gt;

&lt;p&gt;Actually, though the test for MDS device passed, it&apos;s not we expected, because the mount is not failed for MMP block checking, instead, the mount failed because the e2fsck is still running... So we are not sure if the &quot;create dir&quot; slow down fsck on MDS device.&lt;/p&gt;

&lt;p&gt;================================================================================&lt;br/&gt;
Mounting /dev/sdb on mds1...&lt;br/&gt;
/usr/lib64/lustre/tests/test-framework.sh: line 267: 24499 Aborted                 run_e2fsck $MMP_MDS_FAILOVER $MMP_MDSDEV &quot;-fyF&quot;&lt;br/&gt;
Starting mds1: -o user_xattr,acl  /dev/sdb /mnt/mds1&lt;br/&gt;
192.168.4.131: mount.lustre: mount /dev/sdb at /mnt/mds1 failed: Device or resource busy&lt;br/&gt;
mount -t lustre  /dev/sdb /mnt/mds1&lt;br/&gt;
Start of /dev/sdb on mds1 failed 16&lt;br/&gt;
tune2fs 1.41.90.wc3 (28-May-2011)&lt;/p&gt;

&lt;p&gt;Running e2fsck on the device /dev/sdc1 on ost1...&lt;br/&gt;
192.168.4.131: e2fsck 1.41.90.wc3 (28-May-2011)&lt;br/&gt;
192.168.4.131: e2fsck: MMP: device currently active while trying to open /dev/sdb&lt;/p&gt;

&lt;p&gt;The superblock could not be read or does not describe a correct ext2&lt;br/&gt;
filesystem.  If the device is valid and it really contains an ext2&lt;br/&gt;
filesystem (and not swap or ufs or something else), then the superblock&lt;br/&gt;
is corrupt, and you might try running e2fsck with an alternate superblock:&lt;br/&gt;
    e2fsck -b 16416 &amp;lt;device&amp;gt;&lt;br/&gt;
==================================================================================&lt;/p&gt;

&lt;p&gt;From above log, we can see we sent abort signal to e2fsck process, but it didn&apos;t terminate immediately (maybe the process is running in kernel mode at that time), then mount MDS device failed for -EBUSY because the e2fsck process is opening the device. (we expect the mount fail with -EINVAL, since the ext3/4_fill_super() should return -EINVAL when it found the MMP block is in &apos;fsck&apos; state) Actually, it&apos;s hard to guarantee the e2fsck terminate in an exact time period by kill command (you know, signal isn&apos;t realtime), in another word, it&apos;s hard to make sure the e2fsck being killed during the phase 4(pass 1 - 5).&lt;/p&gt;

&lt;p&gt;I checked some passed tests on maloo, looks they are all passed because of e2fsck not being killed, which means though the test can pass sometimes, but the results aren&apos;t valid.&lt;/p&gt;

&lt;p&gt;Now I&apos;m wondering if we should spend more effort on this test? IMHO, the test method isn&apos;t valid, could we just simply disable it for now? Andreas, what do you think about? Thanks.&lt;/p&gt;</comment>
                            <comment id="16474" author="adilger" created="Thu, 16 Jun 2011 15:54:01 +0000"  >&lt;p&gt;I dislike disabling tests, because they very rarely get enabled again, which opens a hole for bugs to enter.&lt;/p&gt;

&lt;p&gt;Note that I don&apos;t actually consider the test to be incorrect if the MDT or OST mount fails due to e2fsck still running, since this is still correctly checking that the EXT2_MMP_SEQ_FSCK is preventing the mount from ever succeeding (the server should print &quot;fsck is running on the filesystem&quot; to the kernel dmesg and fail mounting).&lt;/p&gt;

&lt;p&gt;One possible way to ensure e2fsck is stopped before exiting is to use gdb to interrupt it at the start of pass1() or similar, after ext2fs_mmp_start() is run:&lt;/p&gt;

&lt;p&gt;echo -e &quot;break e2fsck_pass1\nrun -fy $MMP_MDSDEV\nquit&quot; &amp;gt; $TMP/mds_gdb_cmds&lt;br/&gt;
gdb -batch -x $TMP/mds_gdb_cmds&lt;/p&gt;

&lt;p&gt;This will interrupt e2fsck with mmp_seq = EXT2_MMP_SEQ_FSCK, and no need to use &quot;sleep&quot; or other random occurrences.&lt;/p&gt;

&lt;p&gt;One possible problem is that both &quot;gdb&quot; and &quot;e2fsprogs-debuginfo&quot; packages need to be installed on the nodes running e2fsck, which may be a problem in some test environments.&lt;/p&gt;</comment>
                            <comment id="16496" author="niu" created="Thu, 16 Jun 2011 21:38:43 +0000"  >&lt;p&gt;Hi, Andreas&lt;/p&gt;

&lt;p&gt;If the test_9 is running on single client node, the mount will just return -EBUSY before checking the MMP block when e2fsck is running, so it&apos;s not EXT2_MMP_SEQ_FSCK is preventing the mount. If the test_9 is running on a pair of failover nodes (e2fsck on one node, mount on another one), the test is valid, however, it&apos;ll be exactly same as test_8.&lt;/p&gt;

&lt;p&gt;I&apos;ll try the gdb way, thank you!&lt;/p&gt;</comment>
                            <comment id="16513" author="adilger" created="Thu, 16 Jun 2011 23:35:32 +0000"  >&lt;p&gt;I was just working on the MMP tests for e2fsprogs before sending it upstream, and I found another way to set EXT2_MMP_SEQ_FSCK on the filesystem without needing gdb or e2fsprogs-debuginfo installed on the client:&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;# this will cause debugfs to create the /tmp/debugfs.mark file once it has
# passed the MMP startup, then continue reading input until it is killed
MARKFILE=$(mktemp)
{ echo &quot;dump_inode &amp;lt;2&amp;gt; $MARKFILE&quot;; cat /dev/zero; } | $DEBUGFS -w $TMPFILE &amp;amp;
while [ ! -e $MARKFILE ]; do
       sleep 1
done
rm -f $MARKFILE
killall -9 debugfs
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is not timing dependent, since debugfs will continue reading from /dev/zero until it is killed.&lt;/p&gt;</comment>
                            <comment id="16544" author="yujian" created="Fri, 17 Jun 2011 11:01:02 +0000"  >&lt;p&gt;Lustre Branch: v1_8_6_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&lt;/a&gt;&lt;br/&gt;
e2fsprogs Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6/x86_64(patchless client, in-kernel OFED, kernel version: 2.6.32-131.2.1.el6)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RHEL5/x86_64(server, OFED 1.5.3.1, kernel version: 2.6.18-238.12.1.el5_lustre)&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;MGS/MDS Nodes: client-10-ib(active), client-12-ib(passive)
                                 \  /
                            1 combined MGS/MDT

OSS Nodes:     fat-amd-1-ib(active), fat-amd-2-ib(active)
                                 \  /
                                 OST1 (active in fat-amd-1-ib)
                                 OST2 (active in fat-amd-2-ib)
                                 OST3 (active in fat-amd-1-ib)
                                 OST4 (active in fat-amd-2-ib)
                                 OST5 (active in fat-amd-1-ib)
                                 OST6 (active in fat-amd-2-ib)

Client Node:  fat-amd-3-ib
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;mmp test 9 failed as follows:&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;Running e2fsck on the device /dev/disk/by-id/scsi-1IET_00020001 on ost1failover...
fat-amd-2-ib: e2fsck 1.41.90.wc2 (14-May-2011)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
lustre-OST0000: 58/125184 files (6.9% non-contiguous), 28117/500000 blocks
/usr/lib64/lustre/tests/mmp.sh: line 573: kill: (12252) - No such process
Mounting /dev/disk/by-id/scsi-1IET_00020001 on ost1...
Starting ost1:   /dev/disk/by-id/scsi-1IET_00020001 /mnt/ost1
fat-amd-1-ib: lnet.debug=0x33f1504
fat-amd-1-ib: lnet.subsystem_debug=0xffb7e3ff
fat-amd-1-ib: lnet.debug_mb=48
Started lustre-OST0000
 mmp test_9: @@@@@@ FAIL: mount /dev/disk/by-id/scsi-1IET_00020001 on ost1 should fail
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maloo report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/ea7cb158-98f0-11e0-9a27-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/ea7cb158-98f0-11e0-9a27-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16568" author="niu" created="Sun, 19 Jun 2011 22:46:57 +0000"  >&lt;p&gt;Hi, Sarah&lt;/p&gt;

&lt;p&gt;Could you try this patch? It uses debugfs to make sure the MMP block is in &apos;e2fsck&apos; before trying to mount the device in test_9, and it works fine in my local testing environment. (Please make sure the test scripts updated on both client and servers)&lt;/p&gt;</comment>
                            <comment id="16569" author="adilger" created="Sun, 19 Jun 2011 23:14:30 +0000"  >&lt;p&gt;Niu, it is far better to add patches to Gerrit instead of attachments in Jira.&lt;/p&gt;

&lt;p&gt;Patches in Gerrit automatically build RPMs that can be installed for testing quickly, they can be inspected more easily, and if testing and inspection goes well it can be landed more easily afterward.&lt;/p&gt;</comment>
                            <comment id="16570" author="niu" created="Mon, 20 Jun 2011 00:16:21 +0000"  >&lt;p&gt;Ok, I pushed the patch for review:  &lt;a href=&quot;http://review.whamcloud.com/979&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/979&lt;/a&gt; . Thanks.&lt;/p&gt;</comment>
                            <comment id="16638" author="sarah" created="Mon, 20 Jun 2011 15:24:32 +0000"  >&lt;p&gt;Hi Niu,&lt;/p&gt;

&lt;p&gt;I didn&apos;t use lustre-review build 1041(from &lt;a href=&quot;http://review.whamcloud.com/979&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/979&lt;/a&gt;) since lu-395&apos;s fix isn&apos;t in that branch, instead, I tested the latest lustre-master build #176 with your patches and it passed. By the way, the new added script mark_mmp.sh does not executable, you may need change that&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cd89342a-9b72-11e0-9a27-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cd89342a-9b72-11e0-9a27-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16658" author="niu" created="Tue, 21 Jun 2011 03:04:24 +0000"  >&lt;p&gt;Ah, I think it because I forgot to add mmp_mark.sh into Makefile.am, will add it. Thank you.&lt;/p&gt;</comment>
                            <comment id="16659" author="adilger" created="Tue, 21 Jun 2011 03:39:47 +0000"  >&lt;p&gt;Note that Git keeps the right file permissions, so you should &quot;chmod 0x755 mmp_mark.sh&quot; and rebase your patch.&lt;/p&gt;</comment>
                            <comment id="16661" author="niu" created="Tue, 21 Jun 2011 03:57:08 +0000"  >&lt;p&gt;I checked out a new copy of mmp_mark.sh from git, the mode is 755, so I think the mode is correct when I committing it.&lt;/p&gt;</comment>
                            <comment id="16670" author="pjones" created="Tue, 21 Jun 2011 11:02:28 +0000"  >&lt;p&gt;Landed for 2.1&lt;/p&gt;</comment>
                            <comment id="16671" author="hudson" created="Tue, 21 Jun 2011 11:08:06 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16676" author="hudson" created="Tue, 21 Jun 2011 11:27:51 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16677" author="hudson" created="Tue, 21 Jun 2011 11:29:22 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16685" author="hudson" created="Tue, 21 Jun 2011 11:48: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16686" author="hudson" created="Tue, 21 Jun 2011 11:48: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=el5,ib_stack=inkernel/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16688" author="hudson" created="Tue, 21 Jun 2011 11:51:20 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16689" author="hudson" created="Tue, 21 Jun 2011 11:51:24 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16691" author="hudson" created="Tue, 21 Jun 2011 11:53:51 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16693" author="hudson" created="Tue, 21 Jun 2011 11:59:51 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16694" author="hudson" created="Tue, 21 Jun 2011 12:03: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=i686,build_type=client,distro=el5,ib_stack=inkernel/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16695" author="hudson" created="Tue, 21 Jun 2011 12:04:06 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16696" author="hudson" created="Tue, 21 Jun 2011 12:10: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=client,distro=el6,ib_stack=inkernel/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16697" author="hudson" created="Tue, 21 Jun 2011 12:14:24 +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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16698" author="hudson" created="Tue, 21 Jun 2011 12:17: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=ofa/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16699" author="hudson" created="Tue, 21 Jun 2011 12:19: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/177/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #177&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&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=c840ed6d879c9958f08542cc20ae849bda1f617c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c840ed6d879c9958f08542cc20ae849bda1f617c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16729" author="yujian" created="Tue, 21 Jun 2011 21:11:50 +0000"  >&lt;p&gt;The issue also exists on Lustre b1_8 branch:&lt;br/&gt;
&lt;a href=&quot;http://new-jira.whamcloud.com/browse/LU-387?focusedCommentId=16544&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16544&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://new-jira.whamcloud.com/browse/LU-387?focusedCommentId=16544&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16544&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Niu, could you please make a patch for the b1_8 branch? Thanks.&lt;/p&gt;</comment>
                            <comment id="16731" author="niu" created="Tue, 21 Jun 2011 22:38:26 +0000"  >&lt;p&gt;Hi, Yu Jian&lt;/p&gt;

&lt;p&gt;The patch for b1_8 is posted at &lt;a href=&quot;http://review.whamcloud.com/#change,991&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,991&lt;/a&gt; for review. Thanks.&lt;/p&gt;</comment>
                            <comment id="16966" author="sarah" created="Fri, 24 Jun 2011 23:38:55 +0000"  >&lt;p&gt;verified on the latest master build #185 pass.&lt;/p&gt;</comment>
                            <comment id="17741" author="hudson" created="Thu, 14 Jul 2011 21:44:28 +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/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17747" author="hudson" created="Thu, 14 Jul 2011 21:49:50 +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/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17753" author="hudson" created="Thu, 14 Jul 2011 21:54: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17759" author="hudson" created="Thu, 14 Jul 2011 21:56: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17765" author="hudson" created="Thu, 14 Jul 2011 21:56: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/red.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/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17772" author="hudson" created="Thu, 14 Jul 2011 22:02: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/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17778" author="hudson" created="Thu, 14 Jul 2011 22:03: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=client,distro=ubuntu1004,ib_stack=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17784" author="hudson" created="Thu, 14 Jul 2011 22:03:21 +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/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17790" author="hudson" created="Thu, 14 Jul 2011 22:10: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=el5,ib_stack=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17796" author="hudson" created="Thu, 14 Jul 2011 22:14: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=server,distro=el6,ib_stack=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17802" author="hudson" created="Thu, 14 Jul 2011 22:21: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=client,distro=el5,ib_stack=ofa/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17809" author="hudson" created="Thu, 14 Jul 2011 22:29: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=inkernel/208/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #208&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17816" author="hudson" created="Thu, 14 Jul 2011 22:50: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/209/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #209&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17822" author="hudson" created="Thu, 14 Jul 2011 22:53:22 +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/209/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #209&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; Minor fix for mmp.sh test_9&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=e99739d9abf08ca8d76df281e481924fc2ae6849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e99739d9abf08ca8d76df281e481924fc2ae6849&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17832" author="hudson" created="Fri, 15 Jul 2011 04:38:22 +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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17837" author="hudson" created="Fri, 15 Jul 2011 04:40: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-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17842" author="hudson" created="Fri, 15 Jul 2011 04:40: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-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17847" author="hudson" created="Fri, 15 Jul 2011 04:42: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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17852" author="hudson" created="Fri, 15 Jul 2011 04:49:00 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17857" author="hudson" created="Fri, 15 Jul 2011 05:04:04 +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-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17862" author="hudson" created="Fri, 15 Jul 2011 05:04: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17867" author="hudson" created="Fri, 15 Jul 2011 05:11:06 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17872" author="hudson" created="Fri, 15 Jul 2011 05:18: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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17877" author="hudson" created="Fri, 15 Jul 2011 05:28:18 +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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17882" author="hudson" created="Fri, 15 Jul 2011 05:57:27 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-387&quot; title=&quot;Test failure on test suite mmp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-387&quot;&gt;&lt;del&gt;LU-387&lt;/del&gt;&lt;/a&gt; mmp.sh test_9 failed&lt;/p&gt;

&lt;p&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=d70e443dcc32d3bc5edab64d266a6e636c85136c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d70e443dcc32d3bc5edab64d266a6e636c85136c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp_mark.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/mmp.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17888" author="niu" created="Fri, 15 Jul 2011 06:08:55 +0000"  >&lt;p&gt;landed for 2.1 and 1.8&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10273" name="0001-LU-387-mmp.sh-test_9-failed.patch" size="3353" author="niu" created="Sun, 19 Jun 2011 22:46:57 +0000"/>
                            <attachment id="10258" name="diagnosis_v1.patch" size="739" author="niu" created="Tue, 14 Jun 2011 04:53:22 +0000"/>
                            <attachment id="10250" name="mds-dmesg-2.log" size="88049" author="sarah" created="Thu, 9 Jun 2011 18:49:50 +0000"/>
                            <attachment id="10249" name="mds-dmesg.log" size="90279" author="sarah" created="Thu, 9 Jun 2011 05:08:22 +0000"/>
                            <attachment id="10269" name="mmp-1308230138.tar.bz2" size="552939" author="sarah" created="Thu, 16 Jun 2011 02:23:12 +0000"/>
                            <attachment id="10248" name="mmp.test_9.test_log.client-15-ib.log" size="2226" author="sarah" created="Thu, 9 Jun 2011 05:08:22 +0000"/>
                            <attachment id="10261" name="mmp_test9_fix.patch" size="1625" author="niu" created="Wed, 15 Jun 2011 03:13:18 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8rj:</customfieldvalue>

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