Skip to content

Commit

Permalink
chore: enable xfs quota support
Browse files Browse the repository at this point in the history
Enables XFS quota support

This fixes XFS mount issue when using https://github.com/minio/directpv/
as a CSI driver.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 15, 2022
1 parent 6955fd0 commit 3de14d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Expand Up @@ -4791,7 +4791,7 @@ CONFIG_FS_MBCACHE=y
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=y
CONFIG_XFS_SUPPORT_V4=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_ONLINE_SCRUB is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Expand Up @@ -7191,7 +7191,7 @@ CONFIG_FS_MBCACHE=y
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=y
CONFIG_XFS_SUPPORT_V4=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_ONLINE_SCRUB is not set
Expand Down

0 comments on commit 3de14d7

Please sign in to comment.