Skip to content

Commit 109d27b

Browse files
committed
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. Fixes: #9879 Signed-off-by: Amar Tumballi <[email protected]>
1 parent 5f6fef8 commit 109d27b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ CONFIG_EXT4_FS_POSIX_ACL=y
457457
CONFIG_EXT4_FS_SECURITY=y
458458
CONFIG_XFS_FS=y
459459
CONFIG_XFS_POSIX_ACL=y
460+
CONFIG_XFS_QUOTA=y
460461
CONFIG_BTRFS_FS=m
461462
CONFIG_BTRFS_FS_POSIX_ACL=y
462463
CONFIG_QUOTA=y

0 commit comments

Comments
 (0)