From d19bff0f56c58822ba7a797082ba4edd3029cc31 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 7 Nov 2024 10:38:45 +0000 Subject: [PATCH] Add supported file systems to the requirements page (#1940) --- modules/ROOT/pages/installation/requirements.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/requirements.adoc b/modules/ROOT/pages/installation/requirements.adoc index 304022161..6f67c0783 100644 --- a/modules/ROOT/pages/installation/requirements.adoc +++ b/modules/ROOT/pages/installation/requirements.adoc @@ -119,7 +119,10 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link == Filesystem For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_). -See xref:performance/linux-file-system-tuning.adoc[Linux file system tuning] for a discussion on how to configure the filesystem in Linux for optimal performance. +Since databases can put a high and consistent load on a storage system for a long time, it is recommended to use a file system that has good aging characteristics. +The EXT4 and XFS file systems are both supported. +See xref:performance/linux-file-system-tuning.adoc[Linux file system tuning] for details on how to configure the filesystem in Linux for optimal performance. + [NOTE] ====