<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03:22 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-64] lfs getstripe output inconsistent for directory default value</title>
                <link>https://jira.whamcloud.com/browse/LU-64</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lfs getstripe is printing inconsistent values for default striping values for directories.&lt;/p&gt;

&lt;p&gt;Our filesystem default values for striping are: count=2, size=1048576, offset=-1.&lt;/p&gt;

&lt;p&gt;If I create a new directory and look at its stripe values I see:&lt;/p&gt;

&lt;p&gt;  $ mkdir testdir&lt;br/&gt;
  $ lfs getstripe testdir&lt;br/&gt;
  testdir&lt;br/&gt;
  stripe_count:   2 stripe_size:    1048576 stripe_offset:  -1 &lt;/p&gt;

&lt;p&gt;That is perfectly reasonable.  But when I set any one of those values, it changes the way that the&lt;br/&gt;
other default values are printed:&lt;/p&gt;

&lt;p&gt;  $ lfs setstripe --count 4 testdir&lt;br/&gt;
  $ lfs getstripe testdir&lt;br/&gt;
  testdir&lt;br/&gt;
  stripe_count:   4 stripe_size:    0 stripe_offset:  -1 &lt;/p&gt;

&lt;p&gt;A user looks at that and says &quot;oh no, it changed the size to zero!&quot;.  Sure, essentially they are&lt;br/&gt;
the same, since 0 in the size field means &quot;use the default&quot;.&lt;/p&gt;

&lt;p&gt;If I recollect correctly from my experience with bug 19102 (and we are carrying the patch from that&lt;br/&gt;
bug), the problem is that when the EA is not set (&quot;lfs setstripe -c 0 -s 0 -o -1&quot; clears the EA),&lt;br/&gt;
it looks up the fs defaults and prints them.  But when the EA IS set, the command is not looking up&lt;br/&gt;
the global defaults for the fields that mean &quot;use the default&quot;.&lt;/p&gt;

&lt;p&gt;This really needs to be consistent.&lt;/p&gt;

&lt;p&gt;See Also: Bugzilla #23802 &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=23802&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.lustre.org/show_bug.cgi?id=23802&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Linux x86_64</environment>
        <key id="10334">LU-64</key>
            <summary>lfs getstripe output inconsistent for directory default value</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="laisiyao">Lai Siyao</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                    </labels>
                <created>Mon, 7 Feb 2011 15:42:37 +0000</created>
                <updated>Tue, 26 Nov 2013 21:24:34 +0000</updated>
                            <resolved>Mon, 13 Jun 2011 09:33:51 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="10556" author="prakash" created="Tue, 8 Feb 2011 11:08:25 +0000"  >&lt;p&gt;See Also:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,224&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,224&lt;/a&gt; (obsolete)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,226&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,226&lt;/a&gt; (obsolete)&lt;/p&gt;

&lt;p&gt;Revised Patchset:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,299&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,352&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,352&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10582" author="pjones" created="Wed, 9 Feb 2011 06:46:52 +0000"  >&lt;p&gt;Lai will be working on this one&lt;/p&gt;</comment>
                            <comment id="10635" author="pjones" created="Mon, 14 Feb 2011 05:57:18 +0000"  >&lt;p&gt;Lai,&lt;/p&gt;

&lt;p&gt;I suggest that you get one of Oleg, Andreas or Johann to provide an additional inspection for the first patch.&lt;/p&gt;

&lt;p&gt;Could you please clarify whether you are working on revising the second patch to align better with your expectations?&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="10637" author="laisiyao" created="Mon, 14 Feb 2011 07:52:45 +0000"  >&lt;p&gt;Peter, okay, I will get Andreas involved; As for the second patch, I have commented there(which is needless IMHO), and will wait for the comments from Prakash and others. Cheers!&lt;/p&gt;</comment>
                            <comment id="10884" author="hudson" created="Fri, 4 Mar 2011 14:26:42 +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/reviews-centos5/387/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #387&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=eccf32d8abb506951716f38f2d7eb4225d3cd19d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eccf32d8abb506951716f38f2d7eb4225d3cd19d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="10949" author="hudson" created="Tue, 8 Mar 2011 07:54:42 +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/reviews-centos5/412/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #412&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=5c628406edee9c9824d42cf182107f71fb82a89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5c628406edee9c9824d42cf182107f71fb82a89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11066" author="morrone" created="Mon, 14 Mar 2011 14:43:20 +0000"  >&lt;p&gt;We need Andreas to respond to Prakash&apos;s response in:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/299&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11286" author="hudson" created="Tue, 22 Mar 2011 10:57:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-centos5/534/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #534&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=c958dee42b89304b5f3d545e4109548b80f069b6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c958dee42b89304b5f3d545e4109548b80f069b6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mds/handler.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11555" author="prakash" created="Tue, 29 Mar 2011 13:25:20 +0000"  >&lt;p&gt;The updated patch still needs to be reviewed: &lt;a href=&quot;http://review.whamcloud.com/352&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/352&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12032" author="pjones" created="Mon, 4 Apr 2011 06:39:32 +0000"  >&lt;p&gt;Prakash&lt;/p&gt;

&lt;p&gt;Andreas has been on vacation and Johann is at a Linux filesystem conference this week. With LUG next week it will quite likely not be until the following week that they will get to this review. If this is a matter of operational urgency then let me know and I will reassign but otherwise I think that it would be best to wait for Johann and Andreas&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="12047" author="prakash" created="Mon, 4 Apr 2011 09:14:53 +0000"  >&lt;p&gt;Peter, Thanks for the update.&lt;/p&gt;

&lt;p&gt;Unless Chris tells me otherwise, that is not a problem. In the mean time I will work on rebasing this patchset onto the master branch.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                            <comment id="12211" author="hudson" created="Tue, 5 Apr 2011 08:57:32 +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-reviews/./build_type=server,platform=el6-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12212" author="hudson" created="Tue, 5 Apr 2011 09:09: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-reviews/./build_type=client,platform=el5-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12213" author="hudson" created="Tue, 5 Apr 2011 09:11:37 +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-reviews/./build_type=client,platform=el6-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12214" author="hudson" created="Tue, 5 Apr 2011 09:15:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=ubuntu-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12215" author="hudson" created="Tue, 5 Apr 2011 09:16: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-reviews/./build_type=client,platform=el6-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12216" author="hudson" created="Tue, 5 Apr 2011 09:17: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-reviews/./build_type=server,platform=el5-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12217" author="hudson" created="Tue, 5 Apr 2011 09:24:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12218" author="hudson" created="Tue, 5 Apr 2011 09:25: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-reviews/./build_type=client,platform=el6-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12219" author="hudson" created="Tue, 5 Apr 2011 09:32: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-reviews/./build_type=client,platform=el5-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12220" author="hudson" created="Tue, 5 Apr 2011 09:32: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-reviews/./build_type=client,platform=ubuntu-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12221" author="hudson" created="Tue, 5 Apr 2011 09:34: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-reviews/./build_type=client,platform=el6-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12222" author="hudson" created="Tue, 5 Apr 2011 09:34:32 +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-reviews/./build_type=server,platform=el6-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12223" author="hudson" created="Tue, 5 Apr 2011 09:36: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-reviews/./build_type=client,platform=el5-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12224" author="hudson" created="Tue, 5 Apr 2011 09: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-reviews/./build_type=server,platform=el5-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12225" author="hudson" created="Tue, 5 Apr 2011 09:52: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-reviews/./build_type=server,platform=el5-x86_64/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-x86_64 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12226" author="hudson" created="Tue, 5 Apr 2011 10:06:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-i686/75/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-i686 #75&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;/p&gt;

&lt;p&gt;Prakash Surya : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ea483dc5b078116549c868b75e95d241d6f610bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ea483dc5b078116549c868b75e95d241d6f610bb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15526" author="hudson" created="Fri, 3 Jun 2011 18:29:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15529" author="hudson" created="Fri, 3 Jun 2011 18:29:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15532" author="hudson" created="Fri, 3 Jun 2011 18:31:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15535" author="hudson" created="Fri, 3 Jun 2011 18:31:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15538" author="hudson" created="Fri, 3 Jun 2011 18:32:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15541" author="hudson" created="Fri, 3 Jun 2011 18:47:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15544" author="hudson" created="Fri, 3 Jun 2011 18:48:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15547" author="hudson" created="Fri, 3 Jun 2011 18:50:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15550" author="hudson" created="Fri, 3 Jun 2011 18:52:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15553" author="hudson" created="Fri, 3 Jun 2011 18:53:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15556" author="hudson" created="Fri, 3 Jun 2011 19:02:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15559" author="hudson" created="Fri, 3 Jun 2011 19:08:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15562" author="hudson" created="Fri, 3 Jun 2011 19:18:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15565" author="hudson" created="Fri, 3 Jun 2011 19:31:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15568" author="hudson" created="Fri, 3 Jun 2011 19:47:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Alphabetized lfs&apos;s sub-commands&apos; options&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=70007398bcccdf768a7dadba1804fe2d988bbe7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;70007398bcccdf768a7dadba1804fe2d988bbe7b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15606" author="pjones" created="Mon, 6 Jun 2011 08:58:04 +0000"  >&lt;p&gt;can this be marked as resolved now or does some additional work still remain?&lt;/p&gt;</comment>
                            <comment id="15614" author="prakash" created="Mon, 6 Jun 2011 10:50:35 +0000"  >&lt;p&gt;Hi Peter, there is still some more work to be done. The following two patchsets still need to be merged:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,577&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,577&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,576&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,576&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="15692" author="hudson" created="Mon, 6 Jun 2011 23:29:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15695" author="hudson" created="Mon, 6 Jun 2011 23:30:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15699" author="hudson" created="Mon, 6 Jun 2011 23:31:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15703" author="hudson" created="Mon, 6 Jun 2011 23:33:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15706" author="hudson" created="Mon, 6 Jun 2011 23:33:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15710" author="hudson" created="Mon, 6 Jun 2011 23:35:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15713" author="hudson" created="Mon, 6 Jun 2011 23:46:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15717" author="hudson" created="Mon, 6 Jun 2011 23:50:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15720" author="hudson" created="Mon, 6 Jun 2011 23:52:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15723" author="hudson" created="Mon, 6 Jun 2011 23:52:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15727" author="hudson" created="Mon, 6 Jun 2011 23:54:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15730" author="hudson" created="Mon, 6 Jun 2011 23:55:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15733" author="hudson" created="Tue, 7 Jun 2011 00:00:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15737" author="hudson" created="Tue, 7 Jun 2011 00:12:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15740" author="hudson" created="Tue, 7 Jun 2011 00:16:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Make &quot;lfs getstripe&quot; directory output consistent.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; Modify the behavior of ioctl on directories without EA set.&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=93339415b8d74c0a2c74ee053aed23540b89bccb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93339415b8d74c0a2c74ee053aed23540b89bccb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/lfs.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/liblustreapi.h&lt;/li&gt;
	&lt;li&gt;lustre/doc/lfs.1&lt;/li&gt;
&lt;/ul&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=a77212cd13627b2b9f1835c48599e91c82aeed9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a77212cd13627b2b9f1835c48599e91c82aeed9d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15763" author="prakash" created="Tue, 7 Jun 2011 10:01:35 +0000"  >&lt;p&gt;All patches for this ticket have been merged in the 2.0.62 Lustre tag. Issue Resolved.&lt;/p&gt;</comment>
                            <comment id="16076" author="pjones" created="Mon, 13 Jun 2011 09:33:51 +0000"  >&lt;p&gt;Patches landed for 2.1&lt;/p&gt;</comment>
                            <comment id="16157" author="hudson" created="Mon, 13 Jun 2011 20:42:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&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/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16163" author="hudson" created="Mon, 13 Jun 2011 20:43:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&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/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16169" author="hudson" created="Mon, 13 Jun 2011 20:45:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16175" author="hudson" created="Mon, 13 Jun 2011 20:46:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16181" author="hudson" created="Mon, 13 Jun 2011 20:49:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16189" author="hudson" created="Mon, 13 Jun 2011 20:59:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16195" author="hudson" created="Mon, 13 Jun 2011 21:01:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&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/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16201" author="hudson" created="Mon, 13 Jun 2011 21:03:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&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/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16207" author="hudson" created="Mon, 13 Jun 2011 21:04:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16214" author="hudson" created="Mon, 13 Jun 2011 21:05:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16220" author="hudson" created="Mon, 13 Jun 2011 21:05:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16226" author="hudson" created="Mon, 13 Jun 2011 21:21:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16233" author="hudson" created="Mon, 13 Jun 2011 21:34:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16239" author="hudson" created="Mon, 13 Jun 2011 21:53:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/167/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #167&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16283" author="hudson" created="Tue, 14 Jun 2011 08:15:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/170/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #170&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; define LOV default layout as FID_SEQ value&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=624fd0ca0832e92dd2f5486984b6c7f7397619ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;624fd0ca0832e92dd2f5486984b6c7f7397619ba&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/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_log.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16602" author="pjones" created="Mon, 20 Jun 2011 08:35:32 +0000"  >&lt;p&gt;Were any doc changes required for this issue?&lt;/p&gt;</comment>
                            <comment id="16635" author="prakash" created="Mon, 20 Jun 2011 11:15:28 +0000"  >&lt;p&gt;The interface to the lfs getstripe command was slightly modified, so any docs referencing that command &lt;em&gt;may&lt;/em&gt; need to be changed. The manpage for the lfs command was updated, but I don&apos;t know of any other documentation that was updated to reflect the changes made.&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="12893">LU-995</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>23802.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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8zj:</customfieldvalue>

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