From 1ea24ba1d45d2bd793807065d835b23826d07819 Mon Sep 17 00:00:00 2001 From: Philipp Schmied Date: Wed, 18 Jul 2018 13:44:48 +0200 Subject: [PATCH] README.md: Add note regarding Direct I/O --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6325283e..0c500efd 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ linux based distributions, you can replace it with [installing_deps_archlinux.sh There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems. +Installation Notes +------------ + +In order to use AIL combined with **ZFS** or **unprivileged LXC** it's necessary to disable Direct I/O in `$AIL_HOME/configs/6382.conf` by changing the value of the directive `use_direct_io_for_flush_and_compaction` to `false`. + Python 3 Upgrade ------------