Thank you both for the explanation. I have spent the morning populating our Lustre file system with test data, and monitoring the inode usage. Having reformatted with --mkfsoptions="-i 1536" I'm seeing roughly 8M IUsed for every 1M IFree decrease. If the ratio holds, this will meet my needs. <div>

<br clear="all">Aaron <br><br><br><div class="gmail_quote">On Sat, Jul 2, 2011 at 10:54 AM, Kevin Van Maren <span dir="ltr"><<a href="mailto:kevin.van.maren@oracle.com">kevin.van.maren@oracle.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Andreas Dilger wrote:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2011-07-01, at 12:03 PM, Aaron Everett <<a href="mailto:aeverett@forteds.com" target="_blank">aeverett@forteds.com</a> <mailto:<a href="mailto:aeverett@forteds.com" target="_blank">aeverett@forteds.com</a>>> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to increase the number of inodes available on our shared mdt/mgs. I've tried reformatting using the following:<br>
<br>
 mkfs.lustre --fsname fdfs --mdt --mgs --mkfsoptions="-i 2048" --reformat /dev/sdb<br>
<br>
The number of inodes actually decreased when I specified -i 2048 vs. leaving the number at default. <br>
</blockquote>
<br>
This os a bit of an anomaly in how 1.8 reports the inode count. You actually do have more inodes on the MDS, but because the MDS might need to use an external block to store the striping layout, it limits the returned inode count to the worst case usage. As the filesystem fills and these external blck<br>


</blockquote>
<br></div>
[trying to complete his sentence:]<br>
are not used, the free inode count keeps reporting the same number of free inodes, as the number of used inodes goes up.<br>
<br>
It is pretty weird, but it was doing the same thing in v1.6<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We have a large number of smaller files, and we're nearing our inode limit on our mdt/mgs. I'm trying to find a solution before simply expanding the RAID on the server. Since there is plenty of disk space, changing the bytes per inode seemed like a simple solution. <br>


>From the docs:<br>
<br>
Alternately, if you are specifying an absolute number of inodes, use the-N <number of inodes> option. You should not specify the -i option with an inode ratio below one inode per 1024 bytes in order to avoid unintentional mistakes. Instead, use the -N option.<br>


<br>
What is the format of the -N flag, and how should I calculate the number to use? Thanks for your help!<br>
<br>
Aaron<br>
</blockquote></blockquote>
<br>
<br>
</div></div></blockquote></div><br></div>