Skip to content

Commit e9111c5

Browse files
authored
Add supported file systems to the requirements page (#1940) (#1942)
Cherry-picked from #1940
1 parent 3b7517e commit e9111c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link
108108
== Filesystem
109109

110110
For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_).
111-
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.
111+
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.
112+
The EXT4 and XFS file systems are both supported.
113+
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.
114+
112115

113116
[NOTE]
114117
====

0 commit comments

Comments
 (0)