iso: add XFS_QUOTA support to menuconfig options

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>
pull/9999/head
Amar Tumballi 2020-12-18 12:19:30 +05:30
parent 5f6fef80c7
commit 1bd16aee4f
1 changed files with 1 additions and 0 deletions

View File

@ -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