Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the supported filesystems for Linux #2122

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/pages/installation/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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** 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.


Expand Down