Skip to content

Commit

Permalink
iso: add XFS_QUOTA support to menuconfig options
Browse files Browse the repository at this point in the history
Having the Quota support for xfs would allow some of the CSI projects
to utilize the feature in their automated testing, as PV Claim requests
has volume-size as an option, which is implemented with help of quota
feature in many cases.

Signed-off-by: Amar Tumballi <amar@kadalu.io>
  • Loading branch information
amarts committed Dec 18, 2020
1 parent 5f6fef8 commit 1bd16ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_XFS_FS=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_QUOTA=y
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_QUOTA=y
Expand Down

0 comments on commit 1bd16ae

Please sign in to comment.