ARTEMIS-1677 fix doc for AIO+NFS

This commit is contained in:
saurabhrai 2018-02-12 13:25:25 +05:30 committed by Justin Bertram
parent 8d343ade10
commit c2745085df
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ implementations. Apache ActiveMQ Artemis ships with two implementations:
installed). For instructions on how to install libaio please see Installing AIO section. installed). For instructions on how to install libaio please see Installing AIO section.
Also, please note that AIO will only work with the following file Also, please note that AIO will only work with the following file
systems: ext2, ext3, ext4, jfs, xfs. With other file systems, e.g. systems: ext2, ext3, ext4, jfs, xfs and NFSV4.
NFS it may appear to work, but it will fall back to a slower
synchronous behaviour. Don't put the journal on a NFS share!
For more information on libaio please see [lib AIO](libaio.md). For more information on libaio please see [lib AIO](libaio.md).