<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:57 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-221] sanityN.sh test_4 failed</title>
                <link>https://jira.whamcloud.com/browse/LU-221</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I hit this problem several times while running sanityn:&lt;/p&gt;

&lt;p&gt;== sanityn test 4: fstat validation on multiple mount points ========================================= 19:19:59 (1303179599)&lt;br/&gt;
Mtimes don&apos;t match 1303179601, 1303179727&lt;br/&gt;
 sanityn test_4: @@@@@@ FAIL: test_4 failed with 1 &lt;/p&gt;

&lt;p&gt;test result on maloo:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/4d51c720-6a37-11e0-b32b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/4d51c720-6a37-11e0-b32b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It&apos;s same to bug 18169.&lt;/p&gt;</description>
                <environment>2.6.18-194.17.1.el5</environment>
        <key id="10608">LU-221</key>
            <summary>sanityN.sh test_4 failed</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="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="niu">Niu Yawei</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Apr 2011 21:08:18 +0000</created>
                <updated>Wed, 3 Dec 2014 23:28:20 +0000</updated>
                            <resolved>Wed, 27 Jul 2011 08:18:47 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="13014" author="pjones" created="Tue, 19 Apr 2011 07:23:22 +0000"  >&lt;p&gt;HongChao&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="13035" author="hongchao.zhang" created="Wed, 20 Apr 2011 02:56:12 +0000"  >&lt;p&gt;Okay, take this issue.&lt;/p&gt;</comment>
                            <comment id="13210" author="hongchao.zhang" created="Fri, 22 Apr 2011 04:10:43 +0000"  >&lt;p&gt;this issue should be caused by the time difference between client and OST,&lt;br/&gt;
the atime of the file &quot;f4&quot; is even larger than the current time in client,&lt;/p&gt;

&lt;p&gt;00000020:00010000:3.0:1303179601.011757:0:21145:0:(cl_object.c:308:cl_object_glimpse()) size: 5 mtime: 1303179601 atime: 1303179727 ctime: 1303179601 blocks: 0&lt;/p&gt;

&lt;p&gt;the mtime and ctime is sane, but atime(1303179727) is &quot;126&quot; seconds later than the current time(1303179601.011757)&lt;/p&gt;

&lt;p&gt;in filter, the LVB will be initialized according to the value of its object, then&lt;br/&gt;
for client1, the ctime will be the current time at client for it just write some data and there is no need to send glimpse lock request,&lt;br/&gt;
but for client2, the glimpse lock will be sent to update the LVB and the ctime will be set to the time in OST (1303179727)&lt;/p&gt;</comment>
                            <comment id="13232" author="niu" created="Sun, 24 Apr 2011 19:29:59 +0000"  >&lt;p&gt;Hi, Hongchao&lt;/p&gt;

&lt;p&gt;The test_4 is to compare mtime on two clients, but not ctime or atime. I think in theory, the mtime seen by client2 should be the mtime on client1, and I didn&apos;t see why server time is involved, did I miss anything?&lt;/p&gt;</comment>
                            <comment id="13241" author="niu" created="Mon, 25 Apr 2011 00:07:12 +0000"  >&lt;p&gt;After look closer to the code, I see that the time difference between OSS and client could affect the test result:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;client 1 create file on time_1, MDS create file and set mtime as client1&apos;s time_1, the mtime of object on OSS is OSS local server time time_s; (time_s &amp;gt; time_1, if OSS clock is faster than the client_1)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;client 2 open file, it get time_1 from MDS, and glimpse time_s from OSS, because time_s &amp;gt; time_1, it take the time_s as it&apos;s mtime;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;client 1 write to the file on client1&apos;s time_2;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;client 1 stat file, it take local time_2 as mtime; (since time_s &amp;gt; time_2, no matter if the dirty is flushed, the mtime of object on OSS should always be time_s)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;client 2 stat file, it glimpse time from OSS, OSS issues glimpse callback to client1, but because the time_s is even later than client1&apos;s time_2, client2 still take the later one time_s as it&apos;s mtime;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;at last, client1&apos;s mtime (time_2) != client2&apos;s mtime (time_s);&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Hi, Hongchao&lt;/p&gt;

&lt;p&gt;Is this what you described in your previous comment? I&apos;m wondering if it&apos;s a bug, in my opinion, lustre should always take client&apos;s time as file&apos;s a/c/mtime, server time should never been involved, but if we do require the time be synced on all nodes (include clients and servers), then it&apos;s not neccesarry a bug.&lt;/p&gt;

&lt;p&gt;If we regard it as a bug, I think the fix could be quite simple, we can just set the object&apos;s a/c/mtime as zero (or a very small time) when pre-creating them, then the untouched objects on OSS will no longer contribute time value in the glimpse mechanism, until it&apos;s written or truncated by some client.&lt;/p&gt;</comment>
                            <comment id="13247" author="niu" created="Mon, 25 Apr 2011 02:05:45 +0000"  >&lt;p&gt;Hi, Andreas, any comments on this?&lt;/p&gt;</comment>
                            <comment id="13266" author="adilger" created="Mon, 25 Apr 2011 08:21:05 +0000"  >&lt;p&gt;It should already be possible to handle this today by checking the SUID/SGID flags on the inode, and if both of them are set then the object a/m/ctime should be ignored (return 0 for all of them).  I&apos;d prefer not to set those values to 0 on disk because some parts of the code consider ctime = 0 an invalid inode. &lt;/p&gt;

&lt;p&gt;It is definitely correct that the times should be based on the client and not the server. While it is desirable to have clock in sync on all nodes, this is not required. &lt;/p&gt;</comment>
                            <comment id="17275" author="adilger" created="Wed, 6 Jul 2011 01:56:50 +0000"  >&lt;p&gt;Any progress on this bug?&lt;/p&gt;

&lt;p&gt;I see this is still failing in Maloo, e.g. &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/fa0a9a24-a78f-11e0-bd2a-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/fa0a9a24-a78f-11e0-bd2a-52540025f9af&lt;/a&gt;.  Fixing the failing regression tests makes our testing much more efficient.&lt;/p&gt;

&lt;p&gt;I think the proposed fix is relatively straight forward to implement - in filter_commitrw_write(), if &lt;em&gt;both&lt;/em&gt; SUID and SGID are still set (i.e. this is the first time this was done), then OBD_MD_FLMTIME|OBD_MD_FLCTIME|OBD_MD_FLATIME should be OR&apos;d into the &quot;i&quot; flag passed to iattr_from_obdo(), and ATTR_MTIME | ATTR_CTIME | ATTR_ATIME should be left in the ia_valid mask, so that the values sent from the client overwrite those on disk in the call to fsfilt_setattr().&lt;/p&gt;</comment>
                            <comment id="17285" author="hongchao.zhang" created="Wed, 6 Jul 2011 07:14:26 +0000"  >&lt;p&gt;the initial patch has been created (some improvement is still needed), but it was suspended for there are several other high&lt;br/&gt;
priority bugs needed to investigate. I&apos;ll complete it soon.&lt;/p&gt;</comment>
                            <comment id="17372" author="pjones" created="Thu, 7 Jul 2011 08:57:58 +0000"  >&lt;p&gt;I think that we need to make fixing this issue a priority. As Andreas says it causes regular autotest failures&lt;/p&gt;</comment>
                            <comment id="17580" author="hongchao.zhang" created="Mon, 11 Jul 2011 10:50:41 +0000"  >&lt;p&gt;the patch is at &lt;a href=&quot;http://review.whamcloud.com/#change,1084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1084&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;some notes about the patch,&lt;br/&gt;
1, S_ISUID, S_ISGID can&apos;t be used to determine whether the inode&apos;s a/c/m time is valid, for the a/c/m can be set individually&lt;br/&gt;
   by users(say, &quot;touch&quot;), test_39m in sanity.sh just tests this case. &lt;/p&gt;

&lt;p&gt;   in this patch, the a/c/m time is set as the minimal value of inode-&amp;gt;i_a(m,c)time (LONG_MIN), and it will be ignored &lt;br/&gt;
   by clients for only the newest time can be used.&lt;/p&gt;

&lt;p&gt;2, in this patch, the a/c/m time is initialized after creating the inode, and it can be moved into ldiskfs if it degrade the&lt;br/&gt;
   creation performance.&lt;/p&gt;</comment>
                            <comment id="18038" author="hongchao.zhang" created="Thu, 21 Jul 2011 04:54:20 +0000"  >&lt;p&gt;there is an error in the Maloo&apos;s test for this patch&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/b3babb64-b1fb-11e0-b33f-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/b3babb64-b1fb-11e0-b33f-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;there is a bug (&lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=23161&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.lustre.org/show_bug.cgi?id=23161&lt;/a&gt;) in buzilla that tracked this issue.&lt;/p&gt;

&lt;p&gt;not sure whether the new occurrence is related to the patch yet. &lt;/p&gt;</comment>
                            <comment id="18303" author="hudson" created="Wed, 27 Jul 2011 02:36: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18304" author="hudson" created="Wed, 27 Jul 2011 02:41:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18305" author="hudson" created="Wed, 27 Jul 2011 02:44: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18306" author="hudson" created="Wed, 27 Jul 2011 02:44:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18307" author="hudson" created="Wed, 27 Jul 2011 02:46: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=ofa/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18308" author="hudson" created="Wed, 27 Jul 2011 02:47: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/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18309" author="hudson" created="Wed, 27 Jul 2011 02:48:39 +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/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18310" author="hudson" created="Wed, 27 Jul 2011 02:49:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18311" author="hudson" created="Wed, 27 Jul 2011 02:49: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/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18312" author="hudson" created="Wed, 27 Jul 2011 02:51:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18313" author="hudson" created="Wed, 27 Jul 2011 02:54:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18314" author="hudson" created="Wed, 27 Jul 2011 02:57:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18315" author="hudson" created="Wed, 27 Jul 2011 02:58: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=client,distro=ubuntu1004,ib_stack=inkernel/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18316" author="hudson" created="Wed, 27 Jul 2011 02:59:17 +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/231/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #231&lt;/a&gt;&lt;br/&gt;
     &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; don&apos;t use a/c/m time for newly allocated object in OST&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=414251797ed178eec5d431e1f5aa4a889d2b159f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;414251797ed178eec5d431e1f5aa4a889d2b159f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18320" author="pjones" created="Wed, 27 Jul 2011 08:18:47 +0000"  >&lt;p&gt;Landed for 2.1&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="10609">LU-222</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="13001">LU-1042</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27784">LU-5977</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>18169.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>metadata</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv3hz:</customfieldvalue>

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