<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:39:38 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-23] Update the &quot;Determining MDS/MDT Space Requirements&quot; to reflect the recent changes in 1.8.7 and 2.1 release</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-23</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;The default inode size in 1.8.7 and 2.1 has been changed to 2KB. &lt;/p&gt;

&lt;p&gt;The section should be updated: &lt;/p&gt;

&lt;p&gt;&quot;&lt;br/&gt;
When calculating the MDT size, the important factor to consider is the number of files to be stored in the file system. This determines the number of inodes needed, which drives the MDT sizing. To be on the safe side, plan for 4 KB per inode on the MDT, which is the default value. Attached storage required for Lustre metadata is typically 1-2 percent of the file system capacity depending upon file size.&lt;/p&gt;

&lt;p&gt;For example, if the average file size is 5 MB and you have 100 TB of usable OST space, then you can calculate the minimum number of inodes as follows:&lt;/p&gt;

&lt;p&gt;(100 TB * 1024 GB/TB * 1024 MB/GB) / 5 MB/inode = 20 million inodes&lt;/p&gt;

&lt;p&gt;We recommend that you use at least twice the minimum number of inodes to allow for future expansion and allow for an average file size smaller than expected. Thus, the required space is:&lt;/p&gt;

&lt;p&gt;4 KB/inode * 40 million inodes = 160 GB&lt;/p&gt;

&lt;p&gt;If the average file size is small, 4 KB for example, Lustre is not very efficient as the MDT uses as much space as the OSTs. However, this is not a common configuration for Lustre.&lt;br/&gt;
&quot;&lt;/p&gt;

&lt;p&gt;To&lt;/p&gt;

&lt;p&gt;&quot;&lt;br/&gt;
When calculating the MDT size, the important factor to consider is the number of files to be stored in the file system. This determines the number of inodes needed, which drives the MDT sizing. To be on the safe side, plan for 2 KB per inode on the MDT, which is the default value. Attached storage required for Lustre metadata is typically 1-2 percent of the file system capacity depending upon file size.&lt;/p&gt;

&lt;p&gt;For example, if the average file size is 5 MB and you have 100 TB of usable OST space, then you can calculate the minimum number of inodes as follows:&lt;/p&gt;

&lt;p&gt;(100 TB * 1024 GB/TB * 1024 MB/GB) / 5 MB/inode = 20 million inodes&lt;/p&gt;

&lt;p&gt;We recommend that you use at least twice the minimum number of inodes to allow for future expansion and allow for an average file size smaller than expected. Thus, the required space is:&lt;/p&gt;

&lt;p&gt;2 KB/inode * 40 million inodes = 80 GB&lt;/p&gt;

&lt;p&gt;If the average file size is small, 4 KB for example, Lustre is not very efficient as the MDT uses as much space as the OSTs. However, this is not a common configuration for Lustre.&lt;br/&gt;
&quot;&lt;/p&gt;</description>
                <environment></environment>
        <key id="12592">LUDOC-23</key>
            <summary>Update the &quot;Determining MDS/MDT Space Requirements&quot; to reflect the recent changes in 1.8.7 and 2.1 release</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="10990">LUDOC-3</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="zhiqi">Zhiqi Tao</assignee>
                                    <reporter username="zhiqi">Zhiqi Tao</reporter>
                        <labels>
                    </labels>
                <created>Sun, 4 Dec 2011 02:25:06 +0000</created>
                <updated>Tue, 27 Nov 2012 07:25:23 +0000</updated>
                            <resolved>Wed, 18 Jan 2012 14:45:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="23928" author="rhenwood" created="Thu, 8 Dec 2011 13:41:34 +0000"  >&lt;p&gt;Hi Zhiqi - thanks for this.&lt;/p&gt;

&lt;p&gt;One quick question: Should the last line also be updated to say &apos;2 KB for example&apos;?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If the average file size is small, 4 KB for example, Lustre is not very efficient as the MDT uses as much space as the OSTs. However, this is not a common configuration for Lustre.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                            <comment id="24069" author="zhiqi" created="Sun, 11 Dec 2011 13:38:52 +0000"  >&lt;p&gt;Hi Richard, &lt;/p&gt;

&lt;p&gt;The last line is referred to the average file size in the file system. We don&apos;t need to change the 4KB to 2KB. &lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Zhiqi&lt;/p&gt;</comment>
                            <comment id="24644" author="adilger" created="Tue, 13 Dec 2011 17:47:57 +0000"  >&lt;p&gt;This change is in &lt;a href=&quot;http://review.whamcloud.com/1828&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1828&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is actually only a subset of the changes that were done to mkfs.lustre in &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;.  I filed &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-3&quot; title=&quot;Document changes in mkfs.lustre defaults from LU-255&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-3&quot;&gt;&lt;del&gt;LUDOC-3&lt;/del&gt;&lt;/a&gt; to track those changes, but as yet have not worked on that bug.&lt;/p&gt;</comment>
                            <comment id="26836" author="adilger" created="Wed, 18 Jan 2012 14:45:11 +0000"  >&lt;p&gt;The change 1828 was merged into the manual.&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|hzvl5b:</customfieldvalue>

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