Skip to content

Commit b10dd86

Browse files
committed
xfs_reflink: augment with reflink and LBS profiles
defconfig/xfs is too large, if we augment it with LBS we end up with about 60 guest requirements for a full XFS profile. So clearly we want to scale down. One sensible thing to do is focus on reflink enable profiles with the LBS profiles. So do just that. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 1d60988 commit b10dd86

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

defconfigs/xfs_reflink

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@ CONFIG_FSTESTS_XFS_SECTION_RTDEV_ENABLED=n
2020
CONFIG_FSTESTS_XFS_MANUAL_COVERAGE=y
2121
CONFIG_FSTESTS_XFS_SECTION_REFLINK_ENABLED=y
2222
CONFIG_FSTESTS_XFS_SECTION_REFLINK=y
23+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_LOGDEV=y
24+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_1024=y
25+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_2K=y
26+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_4K=y
27+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_DIR_BSIZE_8K=y
28+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_NORMAPBT=y
29+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_STRIPE_LEN=y
30+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_NREXT64=y
31+
CONFIG_FSTESTS_XFS_ENABLE_LBS_4KS=y
32+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_8K_4KS=y
33+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_16K_4KS=y
34+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_32K_4KS=y
35+
CONFIG_FSTESTS_XFS_SECTION_REFLINK_64K_4KS=y
2336

2437
CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

0 commit comments

Comments
 (0)