It does seem to be a little bit faster (maybe 10%) with usrquota, grpquota and metaecc disabled.<div><br></div><div>The good news is that performance stayed pretty steady right through to the end of the test.  Performance dropped considerably from ~2500 to ~1500 files per second over the first 500,000 inodes, but from 500,000 to 150,000,000 inodes performance was steady.  Hopefully that will stay true when we get to 1 billion inodes.</div>
<div><br></div><div>Again, splitting the inodes across multiple OCFS2 filesystems seemed to be a major factor to improving inode-creation performance (i.e. using the same hardware but slicing the NetApp volume into multiple LUNs instead of a single LUN).  Is that what you would expect Sunil?</div>
<div><br><br><div class="gmail_quote">On Wed, Feb 1, 2012 at 1:44 PM, Mark Hampton <span dir="ltr">&lt;<a href="mailto:mark@cleverdba.com">mark@cleverdba.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><div class="gmail_quote">On Wed, Feb 1, 2012 at 1:27 PM, Sunil Mushran <span dir="ltr">&lt;<a href="mailto:sunil.mushran@oracle.com" target="_blank">sunil.mushran@oracle.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 02/01/2012 10:24 AM, Mark Hampton wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here&#39;s what I got from debugfs.ocfs2 -R &quot;stats&quot;.  I have to type it out<br>
manually, so I&#39;m only including the &quot;features&quot; lines:<br>
<br>
    Feature Compat: 3 backup-super strict-journal-super<br>
    Feature Incompat: 16208 sparse extended-slotmap inline-data metaecc<br>
    xattr indexed-dirs refcount discontig-bg<br>
    Feature RO compat: 7 unwritten usrquota grpquota<br>
<br>
<br>
Some other info that may be interesting:<br>
<br>
    Links: 0   Clusters: 52428544<br>
</blockquote>
<br>
<br></div>
I would disable quotas. That line suggests the vol is 200G is size.<br>
</blockquote></div><br></div></div><div>Ok, I&#39;ll try disabling  quotas and metaecc.<div><br></div><div>Yes, the filesystem is 200GB.  This particular filesystem is 1 out of 16 OCFS2 filesystems.  This is a 1/5 scale test of what will be in production.</div>

<div><br></div><div>I wonder if having 16 OCFS2 filesystems is ideal.  16 small OCFS2 filesystems definitely performed better than 1 large OFCS2 filesystem.  Writing across 16 small OCFS2 filesystems turned out to be at least twice as fast.  I don&#39;t know what the optimal number is though.</div>

<div><br></div><div>I noticed that there appear to be separate dlm process for each filesystem, so maybe reducing serialization is a factor in the improved performance?</div></div>
</blockquote></div><br></div>