From aa348dc06c3949ce85e84e0ef9162aa4124f2417 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 21 Feb 2013 15:59:51 +0000
Subject: [PATCH] CR-1301 Fix for OPENDJ-752: Document use of Linux file-system write barriers
---
opendj3/src/main/docbkx/release-notes/chap-before-you-install.xml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/release-notes/chap-before-you-install.xml b/opendj3/src/main/docbkx/release-notes/chap-before-you-install.xml
index 588faab..95af958 100644
--- a/opendj3/src/main/docbkx/release-notes/chap-before-you-install.xml
+++ b/opendj3/src/main/docbkx/release-notes/chap-before-you-install.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011-2012 ForgeRock AS
+ ! Copyright 2011-2013 ForgeRock AS
!
-->
<chapter xml:id='chap-before-you-install'
@@ -114,6 +114,13 @@
<para>Oracle Solaris 10</para>
</listitem>
</itemizedlist>
+
+ <para>In order to avoid directory database file corruption after crashes or
+ power failures on Linux systems, enable file system write barriers and make
+ sure that the file system journaling mode is ordered. For details on how to
+ enable write barriers and how to set the journaling mode for data, see the
+ options for your file system in the <command>mount</command> command manual
+ page.</para>
</section>
<section xml:id="prerequisites-application-servers">
--
Gitblit v1.10.0