<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:20:34 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-1888] e2fsprogs: mke2fs does not apply specified mmp_update_interval option</title>
                <link>https://jira.whamcloud.com/browse/LU-1888</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When specifying the mmp_update_interval option, mke2fs command does not take it into account and initialize the filesystem with the default value (5 seconds).&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;mke2fs -j -b 4096 -L fsperf-OST0000 -j -J device=/dev/ldn.sfa10kt.jp22 -m 0  -I 256 -i 524288  -O extents,uninit_bg,mmp,dir_nlink,huge_file,flex_bg -G 256 -E lazy_itable_init=0,lazy_journal_init=0,mmp_update_interval=10,resize=4290772992 -F /dev/ldn.sfa10kt.dp22 1891631104
                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^
mke2fs 1.42.3.wc3 (15-Aug-2012)
Filesystem label=fsperf-OST0000
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
14778368 inodes, 1891631104 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4290772992
57728 block groups
32768 blocks per group, 32768 fragments per group
256 inodes per group
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 
	102400000, 214990848, 512000000, 550731776, 644972544

Allocating group tables: done                            
Writing inode tables: done                            
Adding journal to device /dev/ldn.sfa10kt.jp22: done
Multiple mount protection is enabled with update interval 5 seconds.    &amp;lt;================
Writing superblocks and filesystem accounting information: done       
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the code, the command parameters are correctly parsed by the value stored in fs_param-&amp;gt;s_mmp_update_interval is not transmitted to the filesystem superblock descriptor: fs-&amp;gt;super-&amp;gt;s_mmp_update_interval.&lt;/p&gt;

&lt;p&gt;I will provide a patch.&lt;/p&gt;</description>
                <environment>e2fsprogs-1.42.3.wc3</environment>
        <key id="15876">LU-1888</key>
            <summary>e2fsprogs: mke2fs does not apply specified mmp_update_interval option</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="yujian">Jian Yu</assignee>
                                    <reporter username="pichong">Gregoire Pichon</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Sep 2012 09:33:10 +0000</created>
                <updated>Wed, 5 Dec 2012 11:40:51 +0000</updated>
                            <resolved>Wed, 5 Dec 2012 11:40:30 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="44591" author="pichong" created="Tue, 11 Sep 2012 10:10:38 +0000"  >&lt;p&gt;Here is a proposal patch: &lt;a href=&quot;http://review.whamcloud.com/3938&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3938&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44624" author="pjones" created="Tue, 11 Sep 2012 19:05:38 +0000"  >&lt;p&gt;Thanks for the patch Gregoire. Yujian could you please take care of getting this patch landed?&lt;/p&gt;</comment>
                            <comment id="47290" author="yujian" created="Fri, 2 Nov 2012 08:49:31 +0000"  >&lt;p&gt;Status update: building e2fsprogs is blocked by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1606&quot; title=&quot;lustre_idl.h does not compile in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1606&quot;&gt;&lt;del&gt;LU-1606&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="48354" author="yujian" created="Mon, 26 Nov 2012 07:08:35 +0000"  >&lt;p&gt;Status update: building e2fsprogs passed, the patch is pending reviewing and landing.&lt;/p&gt;</comment>
                            <comment id="48810" author="pjones" created="Wed, 5 Dec 2012 11:40:51 +0000"  >&lt;p&gt;Landed&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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>e2fsprogs</label>
            <label>mke2fs</label>
            <label>mmp</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvgjz:</customfieldvalue>

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