<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:20:43 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-15720] imbalanced file creation in &apos;crush&apos; striped directory</title>
                <link>https://jira.whamcloud.com/browse/LU-15720</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;performance regressions in stripe directory on 2.15.0 (commit;4d93fd7) were found against b2_14(commit:d4b9557).&lt;br/&gt;
Here is configuration.&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;4 x MDS (1 x MDT per MDS)
4 x OSS (2 x OSS per OSS)
40 x client

[root@ec01 ~]# mkdir -p /exafs/d0/d1/d2/mdt_stripe/
[root@ec01 ~]# lfs setdirstripe -c 4 -D /exafs/d0/d1/d2/mdt_stripe/
[root@ec01 ~]# salloc -p 40n -N 40 --ntasks-per-node=16 mpirun --allow-run-as-root -oversubscribe -mca btl_openib_if_include mlx5_1:1 -x UCX_NET_DEVICES=mlx5_1:1 /work/tools/bin/mdtest -n 2000 -F -i 3 -p 10 -v -d /exafs/d0/d1/d2/mdt_stripe/
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Here is test resutls.&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;server: version=2.15.0_RC2_22_g4d93fd7
client: version=2.15.0_RC2_22_g4d93fd7

SUMMARY rate: (of 3 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              103733.203      76276.410      93728.713      15168.101
   File stat                  693152.731     656461.448     671671.960      19132.425
   File read                  259081.462     247951.008     253393.168       5569.308
   File removal               145137.390     142142.699     143590.068       1499.846
   Tree creation                  48.035          1.922         17.475         26.467
   Tree removal                   35.643         15.861         24.045         10.323
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;server: version=2.14.0_21_gd4b9557
client: version=2.14.0_21_gd4b9557

SUMMARY rate: (of 3 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              138939.425      81336.388     117014.695      31167.261
   File stat                 1678888.952    1580356.340    1645190.276      56162.463
   File read                  569731.788     528830.155     546121.363      21170.387
   File removal               191837.291     186597.900     188595.661       2832.527
   Tree creation                 120.108          0.986         51.078         61.778
   Tree removal                   40.863         33.203         37.987          4.171
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;As far as I observed this, it seems to be server side regression since because performance with lustre-2.15 clients + lustre-2.14 was ok below.&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;server: version=2.14.0_21_gd4b9557
client: version=2.15.0_RC2_22_g4d93fd7

SUMMARY rate: (of 3 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              132009.360      74074.615     106514.108      29585.056
   File stat                 1570754.679    1457120.401    1532703.082      65457.038
   File read                  563710.286     540228.432     553871.772      12194.544
   File removal               189557.092     186065.253     187536.946       1809.374
   Tree creation                  54.678          1.883         19.576         30.399
   Tree removal                   42.065         41.677         41.875          0.194
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;it seems that the following patch where regressions started.&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;    LU-14459 lmv: change default hash type to crush
    
    Change the default hash type to CRUSH to minimize the number
    of directory entries that need to be migrated.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;server: version=2.14.51_197_gf269497
client: version=2.15.0_RC2_22_g4d93fd7

SUMMARY rate: (of 3 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              148072.690      87600.145     127000.919      34149.618
   File stat                 1523849.471    1388808.972    1441253.182      72393.681
   File read                  562840.721     505515.837     538333.864      29552.364
   File removal               197259.873     191117.823     194934.244       3331.372
   Tree creation                 111.869          1.707         39.426         62.755
   Tree removal                   44.113         30.518         36.562          6.922
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;server: version=2.14.2.14.51_198_gbb60caa
client: version=2.15.0_RC2_22_g4d93fd7

SUMMARY rate: (of 3 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation               86531.781      63506.794      72790.003      12142.761
   File stat                  808075.643     746570.771     784071.104      32898.551
   File read                  260064.500     249212.881     256291.924       6135.058
   File removal               159592.539     155603.788     157752.556       2012.224
   Tree creation                 120.060          1.138         41.069         68.410
   Tree removal                   37.780         37.263         37.450          0.287
V-1: Entering PrintTimestamp...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I just found MDT load balancing seems to be not working well after patch. It&apos;s unbalanced file distribution across MDTs at create. For instance, here is just file creation test in a stripe directory.&lt;/p&gt;

&lt;p&gt;Before patch (commit:f269497)&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;mpirunp -np 640 mdtest -n 2000 -F -C -i 1 -p 10 -v -d /exafs/d0/d1/d2/mdt_stripe/

[root@ec01 ~]# lfs df -i | grep MDT
exafs-MDT0000_UUID      83050496      320298    82730198   1% /exafs[MDT:0] 
exafs-MDT0001_UUID      83050496      320283    82730213   1% /exafs[MDT:1] 
exafs-MDT0002_UUID      83050496      320334    82730162   1% /exafs[MDT:2] 
exafs-MDT0003_UUID      83050496      320293    82730203   1% /exafs[MDT:3]  &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;After patch (commit:bb60caa)&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;[root@ec01 ~]# lfs df -i | grep MDT
exafs-MDT0000_UUID      83050496      192404    82858092   1% /exafs[MDT:0] 
exafs-MDT0001_UUID      83050496      190698    82859798   1% /exafs[MDT:1] 
exafs-MDT0002_UUID      83050496      177266    82873230   1% /exafs[MDT:2] 
exafs-MDT0003_UUID      83050496      720852    82329644   1% /exafs[MDT:3] 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;That&apos;s why mdtest&apos;s numbers was slower since one of MDS/MDT (MDT3 in this case) is more working longer than others. Eventually, mdtest&apos;s elapsed time is longer than balanced case.&lt;/p&gt;</description>
                <environment></environment>
        <key id="69578">LU-15720</key>
            <summary>imbalanced file creation in &apos;crush&apos; striped directory</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Apr 2022 18:13:00 +0000</created>
                <updated>Fri, 30 Sep 2022 21:36:03 +0000</updated>
                            <resolved>Mon, 11 Jul 2022 12:53:51 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="331103" author="adilger" created="Tue, 5 Apr 2022 18:17:47 +0000"  >&lt;p&gt;two things about the &quot;temp&quot; filenames:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;files &lt;em&gt;should&lt;/em&gt; still be created on same MDT as the &quot;non-temp&quot; filename.  However, if the filename is like &quot;&lt;tt&gt;foo.12345678&lt;/tt&gt;&quot; then the hashing code will only ever use &quot;&lt;tt&gt;foo&lt;/tt&gt;&quot; to determine the &quot;proper&quot; MDT index.&lt;/li&gt;
	&lt;li&gt;the &quot;temp filename&quot; code should &lt;b&gt;not&lt;/b&gt; consider suffixes with &lt;b&gt;only&lt;/b&gt; numbers as a temp filename.  That is specifically to avoid putting all &quot;&lt;tt&gt;foo.nnnnnnnn&lt;/tt&gt;&quot; filenames on the same MDT.  However, if there is a mix of numbers and letters (e.g. hex suffix?) then it might be doing the wrong thing.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The version of mdtest that I&apos;m using locally only has numbers in the suffix:&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;# ls mdtest-easy/test-dir.0-0/mdtest_tree.0.0
file.mdtest.1.127
file.mdtest.1.128
file.mdtest.1.129
file.mdtest.1.13
file.mdtest.1.130
file.mdtest.1.131
file.mdtest.1.132
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;However, it might be getting confused by the extra &apos;&lt;tt&gt;.&lt;/tt&gt;&apos; in the name if there are more files, like &quot;&lt;tt&gt;file.mdtest.1.345678&lt;/tt&gt;&quot; or &quot;&lt;tt&gt;file.mdtest.12.45678&lt;/tt&gt;&quot;?  This would &lt;b&gt;incorrectly&lt;/b&gt; fail the &quot;&lt;tt&gt;(digit &amp;gt;= suffixlen -1)&lt;/tt&gt;&quot; check because the second &apos;&lt;tt&gt;.&lt;/tt&gt;&apos; is not counted in &lt;tt&gt;digit&lt;/tt&gt; or &lt;tt&gt;upper&lt;/tt&gt; or &lt;tt&gt;lower&lt;/tt&gt;.  There should probably be an additional check that there aren&apos;t non-alphanumeric characters in the suffix:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ((digit &amp;gt;= suffixlen - 1 &amp;amp;&amp;amp; !isdigit(name[namelen - suffixlen])) ||
            upper == suffixlen || lower == suffixlen)
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (type == LMV_HASH_TYPE_CRUSH2 &amp;amp;&amp;amp; digit + upper + lower != suffixlen)
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Unfortunately, this changes the hash function subtly, so a new &quot;&lt;tt&gt;LMV_HASH_TYPE_CRUSH2&lt;/tt&gt;&quot; hash type is needed for the new behavior.  Otherwise, clients may &lt;em&gt;think&lt;/em&gt; they know which MDT a particular filename is on but it would be wrong.&lt;/p&gt;

&lt;p&gt;I&apos;m having a hard time to convince myself this is code correct. The comment in the commit message says:&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;LU-13481 dne: improve temp file name check

Previously if all but two characters in file name suffix are digit,
it&apos;s not treated as temp file, as is too strict if suffix length is
short, e.g. 6. Change it to allow one character, and this non-digit
character should not be the starting character.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Besides the problem with &quot;.-_&quot; characters in the suffix (which would make count of digits/upper/lower too small and fail the suffixlen check), it doesn&apos;t look like the isdigit() check is correct:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ((digit &amp;gt;= suffixlen - 1 &amp;amp;&amp;amp; !isdigit(name[namelen - suffixlen])) ||
            upper == suffixlen || lower == suffixlen)
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If &quot;digit &amp;gt;= suffixlen -1&quot; (say name = &quot;foo.12345678&quot;, digit = 8, suffixlen = 8) this check will fail (and return &quot;true&quot; for the temp filename check) because &quot;1&quot; is a digit. I think this is supposed to be just &quot;isdigit(name[])&quot; (no &apos;!&apos;).&lt;br/&gt;
Definitely &quot;foo.12345678&quot; should &lt;b&gt;not&lt;/b&gt; be considered a temp file, since this is a common case (eg file.YYYYMMDD). The chance of a 6-number temp file is 1/40k, and an 8-number temp file being hit randomly is less than 1/2M. &lt;/p&gt;

&lt;p&gt;The original code even considered 6/6, 5/6 and 4/6 numbers to not be temp files (ie. &quot;digit &amp;gt;= suffixlen - 2&quot;) , but 4/6 numbers was too easily hit by mktemp. It was &lt;b&gt;supposed&lt;/b&gt; to keep 8/8 and 7/8 as non-temp files as long as 7/8 was like &quot;file.f1234567&quot;.  The problem is that the 8/8 case also fails because the first char &lt;b&gt;is&lt;/b&gt; a digit, so &quot;&lt;tt&gt;!isdigit(name&lt;span class=&quot;error&quot;&gt;&amp;#91;namelen-suffixlen&amp;#93;&lt;/span&gt;)&lt;/tt&gt;&quot; fails, and it doesn&apos;t matter if the &quot;&lt;tt&gt;(digit &amp;gt;= suffixlen - 1)&lt;/tt&gt;&quot; part is true or not because the &quot;false&quot; check is not met, and &quot;true&quot; is returned. &lt;/p&gt;

&lt;p&gt;The proper check should be something like:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (digit == suffixlen || upper == suffixlen || lower == suffixlen ||
            (digit == suffixlen - 1 &amp;amp;&amp;amp; !isdigit(name[namelen - suffixlen])))
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="331386" author="gerrit" created="Fri, 8 Apr 2022 08:18:31 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47015&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47015&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15720&quot; title=&quot;imbalanced file creation in &amp;#39;crush&amp;#39; striped directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15720&quot;&gt;&lt;del&gt;LU-15720&lt;/del&gt;&lt;/a&gt; dne: add crush2 hash type&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 13296e6231e07ca615d1e709b7c579b4878e1f16&lt;/p&gt;</comment>
                            <comment id="331795" author="sihara" created="Wed, 13 Apr 2022 12:54:18 +0000"  >&lt;p&gt;Test Configurations&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;1 x MDS(1xMDT, 12 CPU cores, 142GB RAM)
4 x OSS(2xOST/OSS)
40 x client(16 CPU cores, 96GB RAM)
IB-HDR100 network

[root@ec01 ~]# mkdir -p /exafs/d0/d1/d2/mdt_stripe/
[root@ec01 ~]# lfs setdirstripe -c 4 -D /exafs/d0/d1/d2/mdt_stripe/
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;2.15.0_RC2_39_g42a6d1f (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15702&quot; title=&quot;(lov_lock.c:206:lov_lock_sub_init()) ASSERTION( (!(result == 0) || (nr == lovlck-&amp;gt;lls_nr)) ) failed: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15702&quot;&gt;&lt;del&gt;LU-15702&lt;/del&gt;&lt;/a&gt; lov: remove lo_trunc_stripeno)&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;[root@ec01 ~]# mpirun -np 640 mdtest -n 2000 -F -i 1 -p 30 -v -d /exafs/d0/d1/d2/mdt_stripe/ -C
SUMMARY rate: (of 1 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              111117.930     111117.930     111117.930          0.000
   File stat                       0.000          0.000          0.000          0.000
   File read                       0.000          0.000          0.000          0.000
   File removal                    0.000          0.000          0.000          0.000
   Tree creation                 135.910        135.910        135.910          0.000
   Tree removal                    0.000          0.000          0.000          0.000

[root@ec01 ~]# lfs df -i | grep MDT
exafs-MDT0000_UUID      83050496      192396    82858100   1% /exafs[MDT:0] 
exafs-MDT0001_UUID      83050496      720843    82329653   1% /exafs[MDT:1] 
exafs-MDT0002_UUID      83050496      177209    82873287   1% /exafs[MDT:2] 
exafs-MDT0003_UUID      83050496      190695    82859801   1% /exafs[MDT:3] 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;2.15.0_RC2_40_g0090b6f &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15692&quot; title=&quot;performance regressions for files in stripe directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15692&quot;&gt;&lt;del&gt;LU-15692&lt;/del&gt;&lt;/a&gt; lmv: change default hash back to fnv_1a_64&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;[root@ec01 ~]# mpirun -np 640 mdtest -n 2000 -F -i 1 -p 30 -v -d /exafs/d0/d1/d2/mdt_stripe/ -C
SUMMARY rate: (of 1 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              150766.352     150766.352     150766.352          0.000
   File stat                       0.000          0.000          0.000          0.000
   File read                       0.000          0.000          0.000          0.000
   File removal                    0.000          0.000          0.000          0.000
   Tree creation                 153.942        153.942        153.942          0.000
   Tree removal                    0.000          0.000          0.000          0.000

[root@ec01 ~]# lfs df -i | grep MDT
exafs-MDT0000_UUID      83050496      320296    82730200   1% /exafs[MDT:0] 
exafs-MDT0001_UUID      83050496      320282    82730214   1% /exafs[MDT:1] 
exafs-MDT0002_UUID      83050496      320285    82730211   1% /exafs[MDT:2] 
exafs-MDT0003_UUID      83050496      320283    82730213   1% /exafs[MDT:3] 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;2.15.0_RC3 + &lt;a href=&quot;https://review.whamcloud.com/47015&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47015&lt;/a&gt;&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;[root@ec01 ~]# mpirun -np 640 mdtest -n 2000 -F -i 1 -p 30 -v -d /exafs/d0/d1/d2/mdt_stripe/ -C
SUMMARY rate: (of 1 iterations)
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation              149746.028     149746.028     149746.028          0.000
   File stat                       0.000          0.000          0.000          0.000
   File read                       0.000          0.000          0.000          0.000
   File removal                    0.000          0.000          0.000          0.000
   Tree creation                  14.232         14.232         14.232          0.000
   Tree removal                    0.000          0.000          0.000          0.000

[root@ec01 ~]# lfs df -i | grep MDT
exafs-MDT0000_UUID      83050496      320296    82730200   1% /exafs[MDT:0] 
exafs-MDT0001_UUID      83050496      320289    82730207   1% /exafs[MDT:1] 
exafs-MDT0002_UUID      83050496      320289    82730207   1% /exafs[MDT:2] 
exafs-MDT0003_UUID      83050496      320290    82730206   1% /exafs[MDT:3] 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;patch &lt;a href=&quot;https://review.whamcloud.com/47015&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47015&lt;/a&gt; is working fine for rule of mdtest&apos;s files and no performance degradations found. &lt;/p&gt;</comment>
                            <comment id="340001" author="gerrit" created="Mon, 11 Jul 2022 06:48:39 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47015/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47015/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15720&quot; title=&quot;imbalanced file creation in &amp;#39;crush&amp;#39; striped directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15720&quot;&gt;&lt;del&gt;LU-15720&lt;/del&gt;&lt;/a&gt; dne: add crush2 hash type&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1ac4b9598ad6e2f94c4c672b4733186364255c6a&lt;/p&gt;</comment>
                            <comment id="340039" author="pjones" created="Mon, 11 Jul 2022 12:53:51 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10324">
                    <name>Cloners</name>
                                            <outwardlinks description="Clones">
                                        <issuelink>
            <issuekey id="69261">LU-15692</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="68194">LU-15479</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="68618">LU-15546</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="58881">LU-13481</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52253">LU-11025</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="62971">LU-14459</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="72605">LU-16198</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|i02mjj:</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>