linux: XFS_ONLINE_SCRUB=y (#195266)

This commit is contained in:
Yureka 2022-10-12 20:10:07 +02:00 committed by GitHub
parent fd4c573896
commit 9d24c1f09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,6 +411,7 @@ let
XFS_QUOTA = option yes;
XFS_POSIX_ACL = option yes;
XFS_RT = option yes; # XFS Realtime subvolume support
XFS_ONLINE_SCRUB = option yes;
OCFS2_DEBUG_MASKLOG = option no;