From bc04fca5eedb61415366dea6a38a9f2352cd83c2 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Mon, 17 Feb 2025 11:42:40 +0100 Subject: [PATCH 1/2] Clarify the supported filesystems for Linux --- modules/ROOT/pages/installation/requirements.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/requirements.adoc b/modules/ROOT/pages/installation/requirements.adoc index 3cbd5cb05..a5b2fea0b 100644 --- a/modules/ROOT/pages/installation/requirements.adoc +++ b/modules/ROOT/pages/installation/requirements.adoc @@ -115,7 +115,8 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_). 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. +The EXT4 and XFS are the **only** two file systems 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. From 08e25af4d82f467e4961a4b92a25abd32691fb01 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:58:50 +0100 Subject: [PATCH 2/2] Update modules/ROOT/pages/installation/requirements.adoc Co-authored-by: Reneta Popova --- modules/ROOT/pages/installation/requirements.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/requirements.adoc b/modules/ROOT/pages/installation/requirements.adoc index a5b2fea0b..174f7058c 100644 --- a/modules/ROOT/pages/installation/requirements.adoc +++ b/modules/ROOT/pages/installation/requirements.adoc @@ -115,7 +115,7 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_). 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 are the **only** two file systems supported. +The EXT4 and XFS are the **only** supported file systems. 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.