<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:56 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-1042] 1.8 clients show wrong dates with 2.1 servers</title>
                <link>https://jira.whamcloud.com/browse/LU-1042</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With 2.1 servers, our 1.8 clients are showing an incorrect date of:&lt;/p&gt;

&lt;p&gt; 1901-12-14 12:45:52.000000000 -0800&lt;/p&gt;

&lt;p&gt;for newly created files.&lt;/p&gt;

&lt;p&gt;Andreas has pointed us at a patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-221&quot; title=&quot;sanityN.sh test_4 failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-221&quot;&gt;&lt;del&gt;LU-221&lt;/del&gt;&lt;/a&gt; that looks like the cause of the problem.&lt;/p&gt;

&lt;p&gt;We are in production with some 2.1 servers now, so we will need a quick fix on this.  The &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-221&quot; title=&quot;sanityN.sh test_4 failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-221&quot;&gt;&lt;del&gt;LU-221&lt;/del&gt;&lt;/a&gt; cure may have been worse than the disease, so I am going to start a build of our tree with that commit reverted.&lt;/p&gt;</description>
                <environment>1.8.5-6chaos clients, 2.1.0-17chaos servers</environment>
        <key id="13001">LU-1042</key>
            <summary>1.8 clients show wrong dates with 2.1 servers</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Jan 2012 14:23:12 +0000</created>
                <updated>Wed, 3 Dec 2014 23:28:20 +0000</updated>
                            <resolved>Wed, 15 Feb 2012 11:41:31 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 2.2.0</version>
                    <version>Lustre 2.1.1</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="27461" author="pjones" created="Thu, 26 Jan 2012 15:44:44 +0000"  >&lt;p&gt;Oleg&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="27472" author="green" created="Thu, 26 Jan 2012 17:42:02 +0000"  >&lt;p&gt;It seems you are running 1.8.5+tons of patches.&lt;br/&gt;
There were a lot of patches in 1.8.6 for better compatibility with 2.x releases. Finding a specific one that was addressing this issue might be problematic, but I&apos;ll try to.&lt;/p&gt;

&lt;p&gt;I now somewhat remember there was an unrelated to compatibbility patch that changed the way we recalculate times on the clients&lt;/p&gt;</comment>
                            <comment id="27474" author="adilger" created="Thu, 26 Jan 2012 17:49:02 +0000"  >&lt;p&gt;I think it makes sense to revert 414251797ed178eec5d431e1f5aa4a889d2b159f (&lt;a href=&quot;http://review.whamcloud.com/1084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1084&lt;/a&gt;) for 2.1.1 and 2.2, since this bug is only hit if the clocks on the OSTs are significantly different from the clocks on the clients.  This should be done ASAP to ensure it is included in 2.1.1 and 2.2.0, and it will give us more time to figure out the root cause and fix it properly.&lt;/p&gt;

&lt;p&gt;The first question is why this problem appeared only on 1.8 clients with 2.1 servers, and not with 2.1 clients?  Since this code has been running out in the field for some time, we may also need to add a workaround in the 2.1.1/2.2 OST code to special-case (INT_MIN + 24 * 3600) and convert it to 0 on the fly.&lt;/p&gt;

&lt;p&gt;A reasonable and easy fix would be to initialize the timestamps of the files with a small positive value like (24 * 3600), instead of a large negative value like INT_MIN + (24 * 3600).  The latter can be confusing between 32-bit and 64-bit values, either being treated as either (_&lt;em&gt;u64)INT_MIN - (24 * 3600) or (&lt;/em&gt;_u64)(INT_MIN - 24 * 3600) (a large positive 32-bit value) depending on usage.  Having a large negative value might also complicate future on-disk compatibility issues, since it may be that the ext4 timestamp will be treated as an unsigned 32-bit value in the future to avoid Y2038 time wrapping problems.&lt;/p&gt;



&lt;p&gt;There is a secondary concern that I found when looking at the output from an lfsck run on a 2.1 OST (e2fsck -d):&lt;/p&gt;

&lt;p&gt;e2fsck_pass1:1402: increase inode 7296 badness 0 to 1&lt;br/&gt;
e2fsck_pass1:1406: increase inode 7296 badness 1 to 3&lt;/p&gt;

&lt;p&gt;This is marking the inode a little bit bad (+1) because the atime and mtime are before the filesystem creation time, and a bit more bad (+2) because the ctime (which cannot be set by applications) is also before the filesystem creation time.  e2fsck uses a heuristic to determine whether inodes with a number of errors should be considered corrupt, and the default &quot;badness&quot; threshold is 8, of which these negative timestamps are already contributing 3 points.  Having a file over 2GB also contributes a point, so this seems to be rapidly approaching a state where some other minor corruption to the inode would cause it to get marked as corrupt.&lt;/p&gt;

&lt;p&gt;My question is whether it makes sense to set this timestamp internally to the OSD when the object is first created?  For ldiskfs it can use the minimum filesystem creation time (s_mkfs_time) for this, to avoid spurious errors and ZFS could just use 0 or 1 or (24 * 3600).&lt;/p&gt;</comment>
                            <comment id="27475" author="adilger" created="Thu, 26 Jan 2012 17:52:18 +0000"  >&lt;p&gt;Just to clarify, the reason why I singled out &lt;a href=&quot;http://review.whamcloud.com/1084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1084&lt;/a&gt; is because the timestamp (INT_MIN + 24 * 3600) is &quot;1901-12-14 12:45:52.000000000 -0800&quot; (i.e. about 68 years before the epoch, just like Y2038 is about 68 years after the epoch and when signed 32-bit unix counters will overflow).&lt;/p&gt;</comment>
                            <comment id="27480" author="morrone" created="Thu, 26 Jan 2012 20:23:40 +0000"  >&lt;p&gt;As expected, after reverting &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-221&quot; title=&quot;sanityN.sh test_4 failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-221&quot;&gt;&lt;del&gt;LU-221&lt;/del&gt;&lt;/a&gt; we have reasonable times on 1.8 clients.&lt;/p&gt;

&lt;p&gt;A more 1.8-compatible fix will be needed for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-221&quot; title=&quot;sanityN.sh test_4 failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-221&quot;&gt;&lt;del&gt;LU-221&lt;/del&gt;&lt;/a&gt;, but for production we are now fine.  You can lower the priority/severity on this if you like.  Our focus is now on the assertions in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1044&quot; title=&quot;ASSERTION((req-&amp;gt;rq_req_swab_mask &amp;amp; (1 &amp;lt;&amp;lt; index)) == 0) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1044&quot;&gt;&lt;del&gt;LU-1044&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1045&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1033!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1045&quot;&gt;&lt;del&gt;LU-1045&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="27489" author="adilger" created="Fri, 27 Jan 2012 03:22:53 +0000"  >&lt;p&gt;Chris, thanks for the update.&lt;/p&gt;

&lt;p&gt;I&apos;m leaving this as a blocker, to ensure that the fix gets landed on the 2.1.1 and 2.2 release branches.&lt;/p&gt;</comment>
                            <comment id="27520" author="adilger" created="Fri, 27 Jan 2012 17:53:15 +0000"  >&lt;p&gt;Submitted &lt;a href=&quot;http://review.whamcloud.com/2030&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2030&lt;/a&gt; to revert this patch.  I&apos;m working on a new patch to fix it properly.&lt;/p&gt;</comment>
                            <comment id="27543" author="adilger" created="Fri, 27 Jan 2012 20:03:08 +0000"  >&lt;p&gt;Submitted &lt;a href=&quot;http://review.whamcloud.com/2036&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2036&lt;/a&gt;, which is a separate (parallel) patch to hopefully fix this properly.&lt;/p&gt;</comment>
                            <comment id="28591" author="adilger" created="Mon, 13 Feb 2012 19:02:57 +0000"  >&lt;p&gt;The 2.1.1 release has reverted the original change 1084, since this introduces the minimal risk for that release.  The full fix is still targetted for 2.2.&lt;/p&gt;</comment>
                            <comment id="28742" author="pjones" created="Wed, 15 Feb 2012 11:41:31 +0000"  >&lt;p&gt;Fix landed for 2.2&lt;/p&gt;</comment>
                            <comment id="28747" author="hudson" created="Wed, 15 Feb 2012 12:33: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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28749" author="hudson" created="Wed, 15 Feb 2012 12:39:47 +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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28751" author="hudson" created="Wed, 15 Feb 2012 12:45:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28753" author="hudson" created="Wed, 15 Feb 2012 12:49:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28755" author="hudson" created="Wed, 15 Feb 2012 12:49:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28757" author="hudson" created="Wed, 15 Feb 2012 12:50:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28759" author="hudson" created="Wed, 15 Feb 2012 12:51:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28761" author="hudson" created="Wed, 15 Feb 2012 12:54:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28763" author="hudson" created="Wed, 15 Feb 2012 12:54:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28765" author="hudson" created="Wed, 15 Feb 2012 12:55:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28767" author="hudson" created="Wed, 15 Feb 2012 13:02:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28770" author="hudson" created="Wed, 15 Feb 2012 13:15:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28774" author="hudson" created="Wed, 15 Feb 2012 13:28: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=server,distro=el5,ib_stack=ofa/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28779" author="hudson" created="Wed, 15 Feb 2012 13:44: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=i686,build_type=server,distro=el5,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29249" author="hudson" created="Fri, 17 Feb 2012 12:56: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/red.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29298" author="hudson" created="Fri, 17 Feb 2012 13:13: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/red.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29347" author="hudson" created="Fri, 17 Feb 2012 13:39:24 +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/grey.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; obdfilter: initialize new object timestamp (Revision f1deb50672b37a1c87ef5ec93f14ef805e456b2b)&lt;/p&gt;

&lt;p&gt;     Result = ABORTED&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=f1deb50672b37a1c87ef5ec93f14ef805e456b2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f1deb50672b37a1c87ef5ec93f14ef805e456b2b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33976" author="hudson" created="Sun, 8 Apr 2012 02:22: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-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33977" author="hudson" created="Sun, 8 Apr 2012 02:28: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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33978" author="hudson" created="Sun, 8 Apr 2012 02:29:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33979" author="hudson" created="Sun, 8 Apr 2012 02:34:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33980" author="hudson" created="Sun, 8 Apr 2012 02:37:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33981" author="hudson" created="Sun, 8 Apr 2012 02:37:53 +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/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33982" author="hudson" created="Sun, 8 Apr 2012 02:42: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=client,distro=el6,ib_stack=inkernel/324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #324&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision 254b0c39917c751875f94c9a2d158f8611e6d556)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &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=254b0c39917c751875f94c9a2d158f8611e6d556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;254b0c39917c751875f94c9a2d158f8611e6d556&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36241" author="hudson" created="Wed, 2 May 2012 14:53: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=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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36538" author="hudson" created="Wed, 2 May 2012 14:55: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-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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36835" author="hudson" created="Wed, 2 May 2012 14:58: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-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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37133" author="hudson" created="Wed, 2 May 2012 15:13: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-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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37430" author="hudson" created="Wed, 2 May 2012 15:14: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=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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37728" author="hudson" created="Wed, 2 May 2012 15:19:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38025" author="hudson" created="Wed, 2 May 2012 15:37:33 +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-1042&quot; title=&quot;1.8 clients show wrong dates with 2.1 servers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1042&quot;&gt;&lt;del&gt;LU-1042&lt;/del&gt;&lt;/a&gt; ofd: initialize new object timestamp (Revision a93440ecb50c1abab380415de12d1bcd5951435d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &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=a93440ecb50c1abab380415de12d1bcd5951435d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a93440ecb50c1abab380415de12d1bcd5951435d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ofd/ofd_objects.c&lt;/li&gt;
	&lt;li&gt;lustre/ofd/ofd_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="12922">LU-1010</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="10608">LU-221</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27784">LU-5977</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv7ef:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>