<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:16 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-255] use ext4 features by default for newly formatted filesystems</title>
                <link>https://jira.whamcloud.com/browse/LU-255</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are a number of ext4 features that we should be enabling by default for newly-formatted ldiskfs filesystems.  In particular, the flex_bg option is important for reducing e2fsck time as well as avoiding &quot;slow first write&quot; issues that have hit a number of customers with fuller OSTs.  Using flex_bg would avoid 10-minute delay at mount time or for each e2fsck run.  As well, it would be useful to also enable other features like huge_file (files &amp;gt; 2TB) and dir_nlink (&amp;gt; 65000 subdirectories) by default.&lt;/p&gt;

&lt;p&gt;All of these features are enabled by default if we format the filesystem with the option &quot;-t ext4&quot;.  Alternately, we could enable these individually in enable_default_backfs_features().&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;http://events.linuxfoundation.org/slides/2010/linuxcon_japan/linuxcon_jp2010_fujita.pdf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://events.linuxfoundation.org/slides/2010/linuxcon_japan/linuxcon_jp2010_fujita.pdf&lt;/a&gt; for a summary of improvements.  While we won&apos;t see the 12h e2fsck -&amp;gt; 5 minute e2fsck improvement shown there (we already use extents and uninit_bg), the flex_bg feature is definitely still a win.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10674">LU-255</key>
            <summary>use ext4 features by default for newly formatted filesystems</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="adilger">Andreas Dilger</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Fri, 29 Apr 2011 12:36:28 +0000</created>
                <updated>Thu, 19 May 2011 01:00:44 +0000</updated>
                            <resolved>Thu, 19 May 2011 01:00:44 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="13505" author="jfilizetti" created="Fri, 29 Apr 2011 14:46:49 +0000"  >&lt;p&gt;I&apos;ll be running some testing with ~8 TB and larger LUNs over the next few weeks to see the performance impacts of various settings for the groups in a flexible block group, when I have some results I will post them here.  My main focus though is to alleviate the slow mounts and issues from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15&quot; title=&quot;strange slow IO messages and bad performance &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15&quot;&gt;&lt;del&gt;LU-15&lt;/del&gt;&lt;/a&gt;.  At least mkfs.lustre for a 9 TB LUN drops from 17 minutes to 6 minutes with of &amp;gt;64 for the number of groups.  &lt;/p&gt;</comment>
                            <comment id="13515" author="pjones" created="Mon, 2 May 2011 07:27:21 +0000"  >&lt;p&gt;Andreas seems to be working on this&lt;/p&gt;</comment>
                            <comment id="13722" author="adilger" created="Thu, 5 May 2011 00:46:04 +0000"  >&lt;p&gt;Jeremy, test RPMs are available via &lt;a href=&quot;http://review.whamcloud.com/#change,480&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,480&lt;/a&gt; if you are able to test them.  They are built from the lustre-release repository, so the mkfs.lustre is not directly useful to you if you are testing on 1.8.x.&lt;/p&gt;

&lt;p&gt;The default parameters for an OST with this patch (assuming a large-enough LUN size and ext4-based ldiskfs) are:&lt;/p&gt;

&lt;p&gt;mke2fs -j -b 4096 -L lustre-OSTffff  -J size=400 -I 256 -i 262144 -O extents,uninit_bg,dir_nlink,huge_file,flex_bg -G 256 -E resize=4290772992,lazy_journal_init, -F &lt;/p&gt;
{dev}&lt;br/&gt;
&lt;br/&gt;
For an MDT they are:&lt;br/&gt;
&lt;br/&gt;
mke2fs -j -b 4096 -L lustre-MDTffff  -J size=400 -I 512 -i 2048 -O dirdata,uninit_bg,dir_nlink,huge_file,flex_bg -E lazy_journal_init, -F {dev}</comment>
                            <comment id="14355" author="adilger" created="Fri, 13 May 2011 18:12:30 +0000"  >&lt;p&gt;Oleg, this patch should be included into the 2.1 release - it dramatically speeds up mkfs and should fix (for new filesystems) the slow startup problems seen in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15&quot; title=&quot;strange slow IO messages and bad performance &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15&quot;&gt;&lt;del&gt;LU-15&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="14376" author="ihara" created="Sun, 15 May 2011 07:24:42 +0000"  >&lt;p&gt;I&apos;m also interested in this patches and just tested patched RPMs. When I formatted the MDT (16TB), it failed due to the following errors. Any advises? OST format worked well.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;mkfs.lustre --verbose --reformat --mgs --mdt /dev/mpath/mdt&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;   Permanent disk data:&lt;br/&gt;
Target:     lustre-MDTffff&lt;br/&gt;
Index:      unassigned&lt;br/&gt;
Lustre FS:  lustre&lt;br/&gt;
Mount type: ldiskfs&lt;br/&gt;
Flags:      0x75&lt;br/&gt;
              (MDT MGS needs_index first_time update )&lt;br/&gt;
Persistent mount opts: user_xattr,errors=remount-ro&lt;br/&gt;
Parameters:&lt;/p&gt;

&lt;p&gt;device size = 14934016MB&lt;br/&gt;
formatting backing filesystem ldiskfs on /dev/mpath/mdt&lt;br/&gt;
	target name  lustre-MDTffff&lt;br/&gt;
	4k blocks     3823108096&lt;br/&gt;
	options        -J size=400 -I 512 -i 2048 -O dirdata,uninit_bg,dir_nlink,huge_file,flex_bg -E lazy_journal_init, -F&lt;br/&gt;
mkfs_cmd = mke2fs -j -b 4096 -L lustre-MDTffff  -J size=400 -I 512 -i 2048 -O dirdata,uninit_bg,dir_nlink,huge_file,flex_bg -E lazy_journal_init, -F /dev/mpath/mdt 3823108096&lt;br/&gt;
cmd: mke2fs -j -b 4096 -L lustre-MDTffff  -J size=400 -I 512 -i 2048 -O dirdata,uninit_bg,dir_nlink,huge_file,flex_bg -E lazy_journal_init, -F /dev/mpath/mdt 3823108096&lt;br/&gt;
mke2fs 1.41.12.2.ora1 (14-Aug-2010)&lt;br/&gt;
mke2fs: too many inodes (7646216192), raise inode ratio?&lt;/p&gt;

&lt;p&gt;mkfs.lustre FATAL: Unable to build fs /dev/mpath/mdt (256)&lt;/p&gt;

&lt;p&gt;mkfs.lustre FATAL: mkfs failed 256&lt;/p&gt;</comment>
                            <comment id="14377" author="ihara" created="Sun, 15 May 2011 07:50:44 +0000"  >&lt;p&gt;Formatting MDT also worked, when I added --mkfsoptions=&quot;-i 4096&quot; to mkfs.lustre...&lt;/p&gt;</comment>
                            <comment id="14378" author="adilger" created="Sun, 15 May 2011 09:44:11 +0000"  >&lt;p&gt;Ihara, thanks for testing. Did you teat on 2.x or 1.8?  &lt;/p&gt;

&lt;p&gt;As for the problem hit on the MDT, I agree that the mkfs.lustre command should handle this case better. However, I also think that it doesn&apos;t make sense to have a 16TB MDT because that much space will never be used. One of the changes being made in this patch is to reduce the default inode ratio to 2048 bytes per inode, which is still very safe but allows more inodes for a given LUN size. I would recommend simply using a smaller LUN for the MDT. With the new inode ratio 8TB is enough for the maximum 4B inodes.  &lt;/p&gt;</comment>
                            <comment id="14380" author="green" created="Sun, 15 May 2011 22:35:02 +0000"  >&lt;p&gt;I wonder how safe is it to not zero the journal? Suppose this is mkfs on top of previous ext4. Could it happen then that in certain cases old transactions from the journal would be picked up?&lt;/p&gt;</comment>
                            <comment id="14383" author="adilger" created="Sun, 15 May 2011 23:40:47 +0000"  >&lt;p&gt;Realistically, it is very unlikely to re-use anything from the internal journal in this case.  The journal superblock will be rewritten, with a new journal transaction ID of 1, and marking no oustanding transactions to recover, and when it is mounted the TID will increment from 1.&lt;/p&gt;

&lt;p&gt;If the node crashed before it had overwritten the journal (unlikely even under relatively low usage) there would still need to be transactions left in the journal that aligned right after the end of the current transaction, and also with the next TID in sequence.&lt;/p&gt;

&lt;p&gt;In practice I think the chance of this is very low except in test filesystems that are reformatted repeatedly after a very short lifespan, but if you want I could drop this part of the patch.  It avoids 400MB of IO to the device at mke2fs time, but even then this is a small portion of the inode table blocks being written.&lt;/p&gt;</comment>
                            <comment id="14392" author="ihara" created="Mon, 16 May 2011 07:52:13 +0000"  >&lt;p&gt;I&apos;m testing on 2.x. (got RPMs from &lt;a href=&quot;http://review.whamcloud.com/#change,480&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,480&lt;/a&gt;) there are some test updates. We have a 8TB (changed size from 16TB) MDT and 16TB OSTs, here is time for mkfs.lustre.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;      un-patched(sec)  patched(sec)  
MDT     3591               3361
OST     1836                 15
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Formatting the OSTs was dramatically speedup, but didn&apos;t see big acceleration of formatting MDT.&lt;/p&gt;</comment>
                            <comment id="14398" author="adilger" created="Mon, 16 May 2011 11:14:05 +0000"  >&lt;p&gt;I suspect that the MDT format time is actually more than 2x as fast &lt;em&gt;per_inode&lt;/em&gt;, because it is writing 2x as many inodes for the same amount of space (using &quot;-i 2048&quot; for patched, and &quot;-i 4096&quot; for unpatched).  Even if it isn&apos;t running mke2fs faster on the MDT, it should also be running e2fsck faster due to flex_bg.&lt;/p&gt;</comment>
                            <comment id="14414" author="ihara" created="Mon, 16 May 2011 15:12:28 +0000"  >&lt;p&gt;ah, yes. is it worth to test &quot;-i 2048&quot; on un-patched to make sure speedup? And, I&apos;m going to test e2fsck to MDT and OST (in 0%, 50%, 80% usage case) on un-patched and patched. &lt;/p&gt;</comment>
                            <comment id="14507" author="hudson" created="Wed, 18 May 2011 16:28:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14509" author="hudson" created="Wed, 18 May 2011 16:30: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=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14511" author="hudson" created="Wed, 18 May 2011 16: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/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14513" author="hudson" created="Wed, 18 May 2011 16:33:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14515" author="hudson" created="Wed, 18 May 2011 16:38: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=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14517" author="hudson" created="Wed, 18 May 2011 16:41: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14519" author="hudson" created="Wed, 18 May 2011 16: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14521" author="hudson" created="Wed, 18 May 2011 16:49:53 +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/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14523" author="hudson" created="Wed, 18 May 2011 16:51:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14525" author="hudson" created="Wed, 18 May 2011 16:52:54 +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/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14527" author="hudson" created="Wed, 18 May 2011 16:53:30 +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/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14529" author="hudson" created="Wed, 18 May 2011 16:58:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14531" author="hudson" created="Wed, 18 May 2011 16:58:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14534" author="hudson" created="Wed, 18 May 2011 17:13:15 +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/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-255&quot; title=&quot;use ext4 features by default for newly formatted filesystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-255&quot;&gt;&lt;del&gt;LU-255&lt;/del&gt;&lt;/a&gt;: enable ext4 features by default&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=eb012d4a10208b26c2d3e795a90f1bb07dde6d91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eb012d4a10208b26c2d3e795a90f1bb07dde6d91&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mkfs_lustre.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14647" author="adilger" created="Thu, 19 May 2011 01:00:44 +0000"  >&lt;p&gt;Patch is landed for 2.1.0, closing bug.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv99j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5035</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>