From c2745085df3bca21fd6032fbe52005d33e9ef3e7 Mon Sep 17 00:00:00 2001 From: saurabhrai Date: Mon, 12 Feb 2018 13:25:25 +0530 Subject: [PATCH] ARTEMIS-1677 fix doc for AIO+NFS --- docs/user-manual/en/persistence.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user-manual/en/persistence.md b/docs/user-manual/en/persistence.md index 1020192a9a..063311d5e4 100644 --- a/docs/user-manual/en/persistence.md +++ b/docs/user-manual/en/persistence.md @@ -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. 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 - synchronous behaviour. Don't put the journal on a NFS share! + systems: ext2, ext3, ext4, jfs, xfs and NFSV4. For more information on libaio please see [lib AIO](libaio.md).