<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:42:05 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>[LUDOC-331] record new default for inode size on MDT is 2K</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-331</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;This section needs to be reviewed to ensure accuracy:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.50438256_31079&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.50438256_31079&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The new MDT default inode size is 2K. I am trying to discover when the default change was made.&lt;/p&gt;</description>
                <environment></environment>
        <key id="35629">LUDOC-331</key>
            <summary>record new default for inode size on MDT is 2K</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="LM-Triage">Lustre Manual Triage</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Mar 2016 13:39:40 +0000</created>
                <updated>Sat, 11 Mar 2017 10:18:46 +0000</updated>
                            <resolved>Sat, 11 Mar 2017 10:18:46 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="147233" author="adilger" created="Tue, 29 Mar 2016 18:08:24 +0000"  >&lt;p&gt;This change was made in commit 2.0.60.0-8-geb012d4, so 2048 bytes per inode has been the default since Lustre 2.1.0.&lt;/p&gt;

&lt;p&gt;To be clear, there are two separate parameters related to inode size for ldiskfs:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;inode_size (&lt;tt&gt;-I&lt;/tt&gt;): controls how large the inode structure is, which affects how much extra space there is for extended attributes (layout, etc) in the inode.  The default inode size is 512 bytes, which is typically enough for a 4-stripe file.  Must be a power-of-two value.&lt;/li&gt;
	&lt;li&gt;bytes_per_inode (&lt;tt&gt;-i&lt;/tt&gt;): controls how many inodes are created in the filesystem as a ratio of (filesystem size / inode count).  The default is 2048 bytes per inode (actually inode_size + 1536), or in other words one inode for every 2KB of the block device.  Must be a power-of-two value.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="149254" author="keith" created="Sun, 17 Apr 2016 21:05:43 +0000"  >&lt;p&gt;e2fsprogs-1.42.13.wc4-7.el7.x86_64&lt;/p&gt;

&lt;p&gt;When building an MDT with 100% default options my inodes size came out to be 512.  Please double check this info before updating the manual. &lt;/p&gt;
</comment>
                            <comment id="150160" author="gerrit" created="Tue, 26 Apr 2016 07:02:04 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19786&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19786&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-331&quot; title=&quot;record new default for inode size on MDT is 2K&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-331&quot;&gt;&lt;del&gt;LUDOC-331&lt;/del&gt;&lt;/a&gt; setup: explain ldiskfs inode size/ratio better&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: be913d9c1b4c411ab2a56c3c9a4634467cb43c9e&lt;/p&gt;</comment>
                            <comment id="151406" author="gerrit" created="Sat, 7 May 2016 00:16:24 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/19786/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19786/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-331&quot; title=&quot;record new default for inode size on MDT is 2K&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-331&quot;&gt;&lt;del&gt;LUDOC-331&lt;/del&gt;&lt;/a&gt; setup: explain ldiskfs inode size/ratio better&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 183c459f8a4370b70d039fb30711de20cadbdce1&lt;/p&gt;</comment>
                            <comment id="158533" author="gerrit" created="Tue, 12 Jul 2016 19:28:55 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21262&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21262&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-331&quot; title=&quot;record new default for inode size on MDT is 2K&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-331&quot;&gt;&lt;del&gt;LUDOC-331&lt;/del&gt;&lt;/a&gt; setup: improve ldiskfs formatting options&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f3e643b8129e0f0210cd95fc0f38b52c596d2d8&lt;/p&gt;</comment>
                            <comment id="159025" author="gerrit" created="Fri, 15 Jul 2016 23:41:47 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21262/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21262/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-331&quot; title=&quot;record new default for inode size on MDT is 2K&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-331&quot;&gt;&lt;del&gt;LUDOC-331&lt;/del&gt;&lt;/a&gt; setup: improve ldiskfs formatting options&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8c05589f167ff34ab9806f29ecfb92d424f65739&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|hzy5tr:</customfieldvalue>

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