<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear S&eacute;rgio,<br>
<br>
does the sub-dir limit come from OCFS2?<br>
<br>
<br>
<br>
<br>
S&eacute;rgio Surkamp wrote:
<blockquote
 cite="mid:20090812120349.6622c1d6@icedearth.corp.grupos.com.br"
 type="cite">
  <pre wrap="">Em Wed, 12 Aug 2009 15:05:44 +0800
"Thomas G. Lau" <a class="moz-txt-link-rfc2396E" href="mailto:thomas.lau@ntt.com.hk">&lt;thomas.lau@ntt.com.hk&gt;</a> escreveu:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Dear all,

Anyone using OCFS2 on email storage system ? (postfix/qmail).
Wondering if any of you suffer any problem?! Also, what parameter did
you tune for email system only? thanks.

_______________________________________________
Ocfs2-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hello Thomas,

We are using as general propose shared filesystem (email, shared files,
some web related files, etc...) and the only drawback from a local
filesystem is that it's a bit slower due to cluster stack.

About the tuning we have reduced the block size and pre-allocated size
to reduce the on-disk size, since email messages usually are tiny files
(lets say about 8K per message).

Our setup:

mkfs.ocfs2 -b 4096 -C 4096 -N 4 /dev/sd&lt;X&gt;

If you plan to use it for a large number of accounts, keep your eye on
the 32000 sub-directories limitation.

Regards,
  </pre>
</blockquote>
</body>
</html>