<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">As Andreas says, it isn’t really recommended, but you can get sub-directories to inherit the striping by using the -D, --default option to `lfs mkdir` or `lfs setdirstripe`.   From the man page:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">       -D, --default<o:p></o:p></p>
<p class="MsoNormal">              Set  the  default striping pattern of subdirectories. Newly cre-<o:p></o:p></p>
<p class="MsoNormal">              ated sub-directories will use the new default striping  pattern,<o:p></o:p></p>
<p class="MsoNormal">              but  existing  sub-directories  will not be affected.  The newly<o:p></o:p></p>
<p class="MsoNormal">              created sub-directories will also inherit the specified  default<o:p></o:p></p>
<p class="MsoNormal">              striping  pattern.  Only  default  stripe count is supported for<o:p></o:p></p>
<p class="MsoNormal">              now.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">              Note that striping all directories across all MDTs by default is<o:p></o:p></p>
<p class="MsoNormal">              not  recommended  at  this  time, as the clients will have to do<o:p></o:p></p>
<p class="MsoNormal">              more RPCs to create and access each directory,  hurting  perfor-<o:p></o:p></p>
<p class="MsoNormal">              mance rather than improving it.  Default striped directories are<o:p></o:p></p>
<p class="MsoNormal">              preferred for cases where large subdirectories will  be  created<o:p></o:p></p>
<p class="MsoNormal">              (e.g. file-per-process job output directories).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">-Cory<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in">On 3/20/20, 2:33 PM, "lustre-discuss on behalf of Andreas Dilger" <<a href="mailto:lustre-discuss-bounces@lists.lustre.org">lustre-discuss-bounces@lists.lustre.org</a> on behalf of
<a href="mailto:adilger@whamcloud.com">adilger@whamcloud.com</a>> wrote:<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-left:.5in">On Mar 20, 2020, at 13:02, Mannthey, Keith <<a href="mailto:keith.mannthey@intel.com">keith.mannthey@intel.com</a>> wrote:<o:p></o:p></p>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in">I am doing some work with Lustre 2.13 (Downloaded from Whamcloud) and DNE 2 there are 6 MDTs.
<br>
<br>
<br>
"<br>
[root@colts52-clx01 for-test]# lfs getdirstripe TEST<br>
lmv_stripe_count: 6 lmv_stripe_offset: 1 lmv_hash_type: fnv_1a_64<br>
mdtidx           FID[seq:oid:ver]<br>
    1           [0x2c0000400:0x5:0x0]<br>
    5           [0x300000403:0x5:0x0]<br>
    3           [0x340000403:0x5:0x0]<br>
    0           [0x200000403:0x5:0x0]<br>
    4           [0x240000402:0x5:0x0]<br>
    2           [0x280000401:0x5:0x0]<br>
[root@colts52-clx01 for-test]# mkdir TEST/now<br>
[root@colts52-clx01 for-test]# lfs getdirstripe TEST/now/<br>
lmv_stripe_count: 0 lmv_stripe_offset: 2 lmv_hash_type: none<br>
"<br>
<br>
Directory stripping settings are not being propagated.  Is this expected?  <o:p></o:p></p>
</div>
</div>
</blockquote>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Yes, this working as designed.  It isn't necessarily good for all directories to be striped, as that adds overhead without necessary improving performance.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">The current recommendation is that DNE should be used for e.g. a top-level directory to distribute files and subdirectories across MDTs, or in the case of large directories with millions of files.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black">Cheers, Andreas<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black">--<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black">Andreas Dilger<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black">Principal Lustre Architect<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black">Whamcloud<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="color:black"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
<o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-left:.5in"><br>
<br>
<o:p></o:p></p>
</div>
</body>
</html>