Author: timfox
Date: 2010-04-30 08:41:09 -0400 (Fri, 30 Apr 2010)
New Revision: 9189
Modified:
trunk/docs/user-manual/en/persistence.xml
Log:
https://jira.jboss.org/jira/browse/HORNETQ-293
Modified: trunk/docs/user-manual/en/persistence.xml
===================================================================
--- trunk/docs/user-manual/en/persistence.xml 2010-04-30 12:21:36 UTC (rev 9188)
+++ trunk/docs/user-manual/en/persistence.xml 2010-04-30 12:41:09 UTC (rev 9189)
@@ -67,6 +67,8 @@
<para>The AIO journal is only available when running Linux kernel 2.6
or later and after
having installed libaio (if it's not already installed). For
instructions on how to
install libaio please see <xref
linkend="installing-aio"/>.</para>
+ <para>Also, please note that AIO will only work with the following file
systems: ext2, ext3, ext4, jfs, xfs. With other file systems,
+ e.g. NFS it may appear to work, but it will fall back to a slower sychronous
behaviour. Don't put the journal on a NFS share!</para>
<para>For more information on libaio please see <xref
linkend="libaio"/>.</para>
<para>libaio is part of the kernel project.</para>
</listitem>